HomeSort by relevance Sort by last modified time
    Searched defs:SIZEOF_SIZE_T (Results 1 - 23 of 23) sorted by null

  /external/libjpeg-turbo/
jconfig.h 75 #define SIZEOF_SIZE_T 8
77 #define SIZEOF_SIZE_T 4
  /prebuilts/gdb/darwin-x86/include/python2.7/
pymacconfig.h 15 # undef SIZEOF_SIZE_T
43 # define SIZEOF_SIZE_T 8
56 # define SIZEOF_SIZE_T 4
pyconfig.h 1034 #define SIZEOF_SIZE_T 8
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
pymacconfig.h 15 # undef SIZEOF_SIZE_T
43 # define SIZEOF_SIZE_T 8
56 # define SIZEOF_SIZE_T 4
pyconfig.h 1034 #define SIZEOF_SIZE_T 8
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pymacconfig.h 15 # undef SIZEOF_SIZE_T
43 # define SIZEOF_SIZE_T 8
56 # define SIZEOF_SIZE_T 4
pyconfig.h 1034 #define SIZEOF_SIZE_T 8
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pymacconfig.h 15 # undef SIZEOF_SIZE_T
43 # define SIZEOF_SIZE_T 8
56 # define SIZEOF_SIZE_T 4
pyconfig.h 1034 #define SIZEOF_SIZE_T 4
    [all...]
  /external/c-ares/
config-dos.h 37 #define SIZEOF_SIZE_T 4
config-win32.h 240 # define SIZEOF_SIZE_T 8
242 # define SIZEOF_SIZE_T 4
ares_config.h 458 #undef SIZEOF_SIZE_T
  /external/curl/lib/
config-mac.h 88 #define SIZEOF_SIZE_T 4
config-amigaos.h 92 #define SIZEOF_SIZE_T 4
config-dos.h 90 #define SIZEOF_SIZE_T 4
config-win32ce.h 351 # define SIZEOF_SIZE_T 8
353 # define SIZEOF_SIZE_T 4
config-riscos.h 387 #define SIZEOF_SIZE_T 4
config-symbian.h 723 #define SIZEOF_SIZE_T 4
config-tpf.h 622 #define SIZEOF_SIZE_T 8
config-win32.h 404 # define SIZEOF_SIZE_T 8
406 # define SIZEOF_SIZE_T 4
mprintf.c 55 * If SIZEOF_SIZE_T has not been defined, default to the size of long.
58 #ifndef SIZEOF_SIZE_T
59 # define SIZEOF_SIZE_T CURL_SIZEOF_LONG
358 #if (SIZEOF_SIZE_T > CURL_SIZEOF_LONG)
config-os400.h 407 #define SIZEOF_SIZE_T 8
config-vxworks.h 848 #define SIZEOF_SIZE_T 4

Completed in 334 milliseconds