HomeSort by relevance Sort by last modified time
    Searched refs:SIZEOF_LONG (Results 26 - 50 of 188) sorted by null

12 3 4 5 6 7 8

  /external/python/cpython2/PC/os2vacpp/
pyconfig.h 77 #define SIZEOF_LONG 4 /* Count of Bytes in a (long) */
  /external/python/cpython3/Modules/_multiprocessing/
multiprocessing.h 60 #if SIZEOF_VOID_P == SIZEOF_LONG
  /external/strace/
xmalloc.c 96 enum { DEFAULT_ALLOC_SIZE = 64 * SIZEOF_LONG / 4 };
  /toolchain/binutils/binutils-2.27/binutils/
elfcomm.h 33 #if defined HAVE_LONG_LONG && SIZEOF_LONG_LONG > SIZEOF_LONG
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
pyport.h 166 #elif SIZEOF_VOID_P <= SIZEOF_LONG
206 #if SIZEOF_PID_T > SIZEOF_LONG
236 # elif SIZEOF_SIZE_T == SIZEOF_LONG
840 #if SIZEOF_LONG == 4
842 #elif SIZEOF_LONG == 8
854 #define LONG_BIT (8 * SIZEOF_LONG)
857 #if LONG_BIT != 8 * SIZEOF_LONG
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pyport.h 166 #elif SIZEOF_VOID_P <= SIZEOF_LONG
206 #if SIZEOF_PID_T > SIZEOF_LONG
236 # elif SIZEOF_SIZE_T == SIZEOF_LONG
863 #if SIZEOF_LONG == 4
865 #elif SIZEOF_LONG == 8
877 #define LONG_BIT (8 * SIZEOF_LONG)
880 #if LONG_BIT != 8 * SIZEOF_LONG
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
pyport.h 181 #elif SIZEOF_VOID_P <= SIZEOF_LONG
221 #if SIZEOF_PID_T > SIZEOF_LONG
251 # elif SIZEOF_SIZE_T == SIZEOF_LONG
879 #if SIZEOF_LONG == 4
881 #elif SIZEOF_LONG == 8
893 #define LONG_BIT (8 * SIZEOF_LONG)
896 #if LONG_BIT != 8 * SIZEOF_LONG
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pyport.h 166 #elif SIZEOF_VOID_P <= SIZEOF_LONG
206 #if SIZEOF_PID_T > SIZEOF_LONG
236 # elif SIZEOF_SIZE_T == SIZEOF_LONG
840 #if SIZEOF_LONG == 4
842 #elif SIZEOF_LONG == 8
854 #define LONG_BIT (8 * SIZEOF_LONG)
857 #if LONG_BIT != 8 * SIZEOF_LONG
  /external/python/cpython2/Include/
pyport.h 166 #elif SIZEOF_VOID_P <= SIZEOF_LONG
206 #if SIZEOF_PID_T > SIZEOF_LONG
236 # elif SIZEOF_SIZE_T == SIZEOF_LONG
872 #if SIZEOF_LONG == 4
874 #elif SIZEOF_LONG == 8
886 #define LONG_BIT (8 * SIZEOF_LONG)
889 #if LONG_BIT != 8 * SIZEOF_LONG
  /external/python/cpython3/Include/
pyport.h 140 # elif SIZEOF_SIZE_T == SIZEOF_LONG
663 #if SIZEOF_LONG == 4
665 #elif SIZEOF_LONG == 8
677 #define LONG_BIT (8 * SIZEOF_LONG)
680 #if LONG_BIT != 8 * SIZEOF_LONG
longobject.h 43 #elif SIZEOF_PID_T == SIZEOF_LONG
58 #elif SIZEOF_VOID_P == SIZEOF_LONG
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyport.h 166 #elif SIZEOF_VOID_P <= SIZEOF_LONG
207 #if SIZEOF_PID_T > SIZEOF_LONG
238 # elif SIZEOF_SIZE_T == SIZEOF_LONG
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
pyport.h 166 #elif SIZEOF_VOID_P <= SIZEOF_LONG
207 #if SIZEOF_PID_T > SIZEOF_LONG
238 # elif SIZEOF_SIZE_T == SIZEOF_LONG
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 166 #elif SIZEOF_VOID_P <= SIZEOF_LONG
207 #if SIZEOF_PID_T > SIZEOF_LONG
238 # elif SIZEOF_SIZE_T == SIZEOF_LONG
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 166 #elif SIZEOF_VOID_P <= SIZEOF_LONG
207 #if SIZEOF_PID_T > SIZEOF_LONG
238 # elif SIZEOF_SIZE_T == SIZEOF_LONG
    [all...]
  /external/python/cpython3/Python/
mystrtoul.c 64 #if SIZEOF_LONG == 4
70 #elif SIZEOF_LONG == 8
78 #error "Need table for SIZEOF_LONG"
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubytracking.swg 15 #if SIZEOF_VOIDP == SIZEOF_LONG
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/config/
ftconfig.h 83 #define SIZEOF_LONG 8
85 #define FT_SIZEOF_LONG SIZEOF_LONG
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
OnigurumaUefiPort.h 27 #define SIZEOF_LONG sizeof(long)
  /external/curl/lib/
config-dos.h 89 #define SIZEOF_LONG 4
config-tpf.h 619 #define SIZEOF_LONG 8
  /external/e2fsprogs/lib/blkid/
llseek.c 53 #if SIZEOF_LONG == SIZEOF_LONG_LONG
57 #else /* SIZEOF_LONG != SIZEOF_LONG_LONG */
  /external/e2fsprogs/lib/ext2fs/
llseek.c 54 #if SIZEOF_LONG == SIZEOF_LONG_LONG
58 #else /* SIZEOF_LONG != SIZEOF_LONG_LONG */
  /external/python/cpython2/PC/os2emx/
pyconfig.h 136 #define SIZEOF_LONG 4
  /external/python/cpython3/Modules/_sqlite/
util.c 122 # if SIZEOF_LONG < SIZEOF_LONG_LONG

Completed in 502 milliseconds

12 3 4 5 6 7 8