Home
last modified time | relevance | path

Searched refs:SIZEOF_SIZE_T (Results 1 – 7 of 7) sorted by relevance

/reactos/sdk/include/reactos/libs/libtiff/
H A Dtif_config.vc.h62 # define SIZEOF_SIZE_T 8 macro
85 # define SIZEOF_SIZE_T 4 macro
H A Dtif_config.h70 # define SIZEOF_SIZE_T 8 macro
93 # define SIZEOF_SIZE_T 4 macro
/reactos/sdk/include/reactos/libs/libmpg123/
H A Dcompat.h135 #if (defined SIZEOF_SIZE_T) && (SIZEOF_SIZE_T > SIZEOF_LONG) && (defined PRIuMAX)
H A Dconfig.h425 #define SIZEOF_SIZE_T 4 macro
/reactos/sdk/tools/mkisofs/schilytools/libschily/
H A Dformat.c558 #if SIZEOF_SIZE_T == SIZEOF_INT
562 #if SIZEOF_SIZE_T == SIZEOF_LONG_INT
566 #if SIZEOF_SIZE_T == SIZEOF_LLONG
1441 #if SIZEOF_SIZE_T == SIZEOF_INT
1445 #if SIZEOF_SIZE_T == SIZEOF_LONG_INT
1449 #if SIZEOF_SIZE_T == SIZEOF_LLONG
/reactos/dll/3rdparty/libtiff/
H A Dtif_read.c58 #if SIZEOF_SIZE_T == 8 in TIFFReadAndRealloc()
64 #if SIZEOF_SIZE_T != 8 in TIFFReadAndRealloc()
89 #if SIZEOF_SIZE_T == 8 in TIFFReadAndRealloc()
H A Dtif_dirread.c781 #if SIZEOF_SIZE_T == 8 in TIFFReadDirEntryDataAndRealloc()
802 #if SIZEOF_SIZE_T == 8 in TIFFReadDirEntryDataAndRealloc()
6193 #if SIZEOF_SIZE_T == 4 in _TIFFFetchStrileValue()