HomeSort by relevance Sort by last modified time
    Searched refs:LONG_BIT (Results 26 - 44 of 44) sorted by null

12

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
pyport.h 853 #ifndef LONG_BIT
854 #define LONG_BIT (8 * SIZEOF_LONG)
857 #if LONG_BIT != 8 * SIZEOF_LONG
858 /* 04-Oct-2000 LONG_BIT is apparently (mis)defined as 64 on some recent
863 #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pyport.h 876 #ifndef LONG_BIT
877 #define LONG_BIT (8 * SIZEOF_LONG)
880 #if LONG_BIT != 8 * SIZEOF_LONG
881 /* 04-Oct-2000 LONG_BIT is apparently (mis)defined as 64 on some recent
886 #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
pyport.h 892 #ifndef LONG_BIT
893 #define LONG_BIT (8 * SIZEOF_LONG)
896 #if LONG_BIT != 8 * SIZEOF_LONG
897 /* 04-Oct-2000 LONG_BIT is apparently (mis)defined as 64 on some recent
902 #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pyport.h 853 #ifndef LONG_BIT
854 #define LONG_BIT (8 * SIZEOF_LONG)
857 #if LONG_BIT != 8 * SIZEOF_LONG
858 /* 04-Oct-2000 LONG_BIT is apparently (mis)defined as 64 on some recent
863 #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
  /external/python/cpython2/Include/
pyport.h 885 #ifndef LONG_BIT
886 #define LONG_BIT (8 * SIZEOF_LONG)
889 #if LONG_BIT != 8 * SIZEOF_LONG
890 /* 04-Oct-2000 LONG_BIT is apparently (mis)defined as 64 on some recent
895 #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyport.h     [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
pyport.h     [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h     [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h     [all...]
  /bionic/tests/headers/posix/
limits_h.c 189 MACRO(LONG_BIT);
  /external/python/cpython2/PC/
pyconfig.h 75 #define LONG_BIT 32
  /external/python/cpython3/PC/
pyconfig.h 65 #define LONG_BIT 32
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
intobject.c 867 if (b >= LONG_BIT) {
911 if (b >= LONG_BIT) {
    [all...]
unicodeobject.c 208 #if LONG_BIT >= 128
210 #elif LONG_BIT >= 64
212 #elif LONG_BIT >= 32
215 #error "LONG_BIT is smaller than 32"
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
intobject.c 847 if (b >= LONG_BIT) {
891 if (b >= LONG_BIT) {
    [all...]
unicodeobject.c 195 #if LONG_BIT >= 128
197 #elif LONG_BIT >= 64
199 #elif LONG_BIT >= 32
202 #error "LONG_BIT is smaller than 32"
    [all...]
  /external/python/cpython2/Objects/
intobject.c 860 if (b >= LONG_BIT) {
904 if (b >= LONG_BIT) {
    [all...]
unicodeobject.c 208 #if LONG_BIT >= 128
210 #elif LONG_BIT >= 64
212 #elif LONG_BIT >= 32
215 #error "LONG_BIT is smaller than 32"
    [all...]
  /external/python/cpython3/Objects/
unicodeobject.c 703 #if LONG_BIT >= 128
705 #elif LONG_BIT >= 64
707 #elif LONG_BIT >= 32
710 #error "LONG_BIT is smaller than 32"
    [all...]

Completed in 1069 milliseconds

12