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

1 2

  /external/libjpeg-turbo/
jconfigint.h 35 #define SIZEOF_SIZE_T __SIZEOF_SIZE_T__
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pymacconfig.h 15 # undef SIZEOF_SIZE_T
43 # define SIZEOF_SIZE_T 8
56 # define SIZEOF_SIZE_T 4
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pymacconfig.h 15 # undef SIZEOF_SIZE_T
43 # define SIZEOF_SIZE_T 8
56 # define SIZEOF_SIZE_T 4
  /external/python/cpython2/Include/
pymacconfig.h 15 # undef SIZEOF_SIZE_T
43 # define SIZEOF_SIZE_T 8
56 # 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
  /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
  /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
  /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
  /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 50 * If SIZEOF_SIZE_T has not been defined, default to the size of long.
53 #ifndef SIZEOF_SIZE_T
54 # define SIZEOF_SIZE_T CURL_SIZEOF_LONG
354 #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
  /external/python/cpython2/PC/os2emx/
pyconfig.h 145 #define SIZEOF_SIZE_T 4
  /external/python/cpython2/PC/
pyconfig.h 356 # define SIZEOF_SIZE_T 8
370 # define SIZEOF_SIZE_T 4
  /external/syslinux/lzo/src/
lzo_supp.h 636 #if !defined(SIZEOF_SIZE_T) && defined(LZO_SIZEOF_SIZE_T)
637 # define SIZEOF_SIZE_T LZO_SIZEOF_SIZE_T
    [all...]

Completed in 445 milliseconds

1 2