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

1 2

  /external/syslinux/com32/include/bitsize32/
limits.h 8 #define LONG_BIT 32
  /external/syslinux/com32/include/bitsize64/
limits.h 8 #define LONG_BIT 64
  /external/syslinux/com32/lib/
strspn.c 10 #ifndef LONG_BIT
11 #define LONG_BIT (CHAR_BIT*sizeof(long))
16 bitmap[bit / LONG_BIT] |= 1UL << (bit % LONG_BIT);
21 return (int)(bitmap[bit / LONG_BIT] >> (bit % LONG_BIT)) & 1;
26 unsigned long matchmap[((1 << CHAR_BIT) + LONG_BIT - 1) / LONG_BIT];
vsscanf.c 17 #ifndef LONG_BIT
18 #define LONG_BIT (CHAR_BIT*sizeof(long))
72 unsigned long matchmap[((1 << CHAR_BIT) + (LONG_BIT - 1)) / LONG_BIT];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
xopen_lim.h 123 # define LONG_BIT 32
126 # define LONG_BIT 64
130 # define LONG_BIT 32
133 # define LONG_BIT 64
138 # define LONG_BIT 64
140 # define LONG_BIT 32
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
xopen_lim.h 123 # define LONG_BIT 32
126 # define LONG_BIT 64
130 # define LONG_BIT 32
133 # define LONG_BIT 64
138 # define LONG_BIT 64
140 # define LONG_BIT 32
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
limits.h 92 #define LONG_BIT __LONG_BIT
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
limits.h 88 #define LONG_BIT 64
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
limits.h 83 #define LONG_BIT 32
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
limits.h 78 #define LONG_BIT 32
  /bionic/libc/include/
limits.h 60 # define LONG_BIT 64
62 # define LONG_BIT 32
  /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?)."
  /external/python/cpython2/PC/os2vacpp/
pyconfig.h 75 #define LONG_BIT 32
  /external/python/cpython3/Include/
pyport.h 676 #ifndef LONG_BIT
677 #define LONG_BIT (8 * SIZEOF_LONG)
680 #if LONG_BIT != 8 * SIZEOF_LONG
681 /* 04-Oct-2000 LONG_BIT is apparently (mis)defined as 64 on some recent
686 #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...]
  /external/python/cpython2/PC/
pyconfig.h 75 #define LONG_BIT 32
  /external/python/cpython3/PC/
pyconfig.h 65 #define LONG_BIT 32
  /external/python/cpython2/Lib/plat-linux2/
IN.py 352 LONG_BIT = 32
353 LONG_BIT = 64
354 LONG_BIT = 32
355 LONG_BIT = 64
356 LONG_BIT = 64
357 LONG_BIT = 32

Completed in 1072 milliseconds

1 2