#include "copyright.h"Graphe des dépendances par inclusion de utility.h:

Ce graphe montre quels fichiers incluent directement ou indirectement ce fichier:

Aller au code source de ce fichier.
| Macros | |
| #define | NULL 0 | 
| #define | TRUE true | 
| #define | FALSE false | 
| #define | min(a, b) (((a) < (b)) ? (a) : (b)) | 
| #define | max(a, b) (((a) > (b)) ? (a) : (b)) | 
| #define | divRoundDown(n, s) ((n) / (s)) | 
| #define | divRoundUp(n, s) (((n) / (s)) + ((((n) % (s)) > 0) ? 1 : 0)) | 
| Typedefs | |
| typedef void(* | VoidFunctionPtr )(void *arg) | 
| typedef void(* | VoidNoArgFunctionPtr )() | 
| 
 | 
| 
 Définition à la ligne 24 du fichier utility.h. Référencé par OpenFile::ReadAt(), et OpenFile::WriteAt(). | 
| 
 | 
| 
 Définition à la ligne 25 du fichier utility.h. Référencé par FileHeader::Allocate(), Bitmap::Bitmap(), et AddrSpace::Load(). | 
| 
 | 
| 
 Définition à la ligne 17 du fichier utility.h. Référencé par Directory::Add(), AddrSpace::AddrSpace(), FileHeader::Allocate(), Copy(), FileSystem::Create(), Directory::Directory(), HashTable< Key, T >::FindInBucket(), Debug::IsEnabled(), List< T >::IsInList(), Kernel::Kernel(), AddrSpace::Load(), Semaphore::P(), PollFile(), FileSystem::Remove(), Directory::Remove(), Bitmap::Test(), et Thread::Yield(). | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 Définition à la ligne 16 du fichier utility.h. Référencé par Directory::Add(), AddrSpace::AddrSpace(), FileHeader::Allocate(), FileSystem::Create(), HashTable< Key, T >::FindInBucket(), Thread::Finish(), List< T >::IsInList(), Kernel::Kernel(), AddrSpace::Load(), main(), PollFile(), FileSystem::Remove(), Directory::Remove(), Bitmap::Test(), et AddrSpace::Translate(). | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
 1.4.4
 1.4.4