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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pymacconfig.h 17 # undef SIZEOF_VOID_P
45 # define SIZEOF_VOID_P 8
58 # define SIZEOF_VOID_P 4
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pymacconfig.h 17 # undef SIZEOF_VOID_P
45 # define SIZEOF_VOID_P 8
58 # define SIZEOF_VOID_P 4
  /external/python/cpython2/Include/
pymacconfig.h 17 # undef SIZEOF_VOID_P
45 # define SIZEOF_VOID_P 8
58 # define SIZEOF_VOID_P 4
  /external/python/cpython3/Include/
pymacconfig.h 17 # undef SIZEOF_VOID_P
45 # define SIZEOF_VOID_P 8
58 # define SIZEOF_VOID_P 4
  /prebuilts/gdb/darwin-x86/include/python2.7/
pymacconfig.h 17 # undef SIZEOF_VOID_P
45 # define SIZEOF_VOID_P 8
58 # define SIZEOF_VOID_P 4
pyconfig.h 1043 #define SIZEOF_VOID_P 8
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
pymacconfig.h 17 # undef SIZEOF_VOID_P
45 # define SIZEOF_VOID_P 8
58 # define SIZEOF_VOID_P 4
pyconfig.h 1043 #define SIZEOF_VOID_P 8
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pymacconfig.h 17 # undef SIZEOF_VOID_P
45 # define SIZEOF_VOID_P 8
58 # define SIZEOF_VOID_P 4
pyconfig.h 1043 #define SIZEOF_VOID_P 8
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pymacconfig.h 17 # undef SIZEOF_VOID_P
45 # define SIZEOF_VOID_P 8
58 # define SIZEOF_VOID_P 4
  /external/python/cpython2/PC/os2vacpp/
pyconfig.h 78 #define SIZEOF_VOID_P 4 /* Count of Bytes in a (void *) */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/gdb/
libpython.py 52 SIZEOF_VOID_P = _type_void_ptr.sizeof
415 (SIZEOF_VOID_P - 1)
416 ) & ~(SIZEOF_VOID_P - 1)
439 assert dictoffset % SIZEOF_VOID_P == 0
    [all...]
  /external/python/cpython2/PC/os2emx/
pyconfig.h 142 #define SIZEOF_VOID_P 4
  /external/python/cpython2/PC/
pyconfig.h 351 # define SIZEOF_VOID_P 8
366 # define SIZEOF_VOID_P 4
  /external/python/cpython3/PC/
pyconfig.h 308 # define SIZEOF_VOID_P 8
323 # define SIZEOF_VOID_P 4
  /external/python/cpython2/RISCOS/
pyconfig.h 281 #define SIZEOF_VOID_P 4
  /external/python/cpython2/android_arm/pyconfig/
pyconfig.h 1040 #define SIZEOF_VOID_P 4
    [all...]
  /external/python/cpython2/android_arm64/pyconfig/
pyconfig.h 1040 #define SIZEOF_VOID_P 8
    [all...]
  /external/python/cpython2/android_x86/pyconfig/
pyconfig.h 1040 #define SIZEOF_VOID_P 4
    [all...]
  /external/python/cpython2/android_x86_64/pyconfig/
pyconfig.h 1040 #define SIZEOF_VOID_P 8
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
auto-host.h     [all...]
  /external/python/cpython2/darwin_x86_64/pyconfig/
pyconfig.h 1049 #define SIZEOF_VOID_P 8
    [all...]
  /external/python/cpython2/linux_x86_64/pyconfig/
pyconfig.h 1051 #define SIZEOF_VOID_P 8
    [all...]
  /external/syslinux/lzo/src/
lzo_supp.h 633 #if !defined(SIZEOF_VOID_P) && defined(LZO_SIZEOF_VOID_P)
634 # define SIZEOF_VOID_P LZO_SIZEOF_VOID_P
    [all...]

Completed in 571 milliseconds

1 2