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

1 2

  /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
  /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];
  /external/syslinux/com32/include/bitsize32/
limits.h 8 #define LONG_BIT 32
  /external/syslinux/com32/include/bitsize64/
limits.h 8 #define LONG_BIT 64
  /bionic/libc/include/android/
legacy_signal_inlines.h 71 return (int)((local_set[bit / LONG_BIT] >> (bit % LONG_BIT)) & 1);
82 local_set[bit / LONG_BIT] |= 1UL << (bit % LONG_BIT);
94 local_set[bit / LONG_BIT] &= ~(1UL << (bit % LONG_BIT));
  /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
  /external/ltp/tools/pounder21/test_scripts/
ramsnake 36 # Does the LONG_BIT config variable really refer to the size
39 NUM_NODES=$(( (MEM_AVAIL * 1024 / (2 * NR_CPUS)) / $((`getconf LONG_BIT` / 8)) ))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
fastsearch.h 21 #if LONG_BIT >= 128
23 #elif LONG_BIT >= 64
25 #elif LONG_BIT >= 32
28 #error "LONG_BIT is smaller than 32"
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
fastsearch.h 21 #if LONG_BIT >= 128
23 #elif LONG_BIT >= 64
25 #elif LONG_BIT >= 32
28 #error "LONG_BIT is smaller than 32"
  /external/python/cpython2/Objects/stringlib/
fastsearch.h 21 #if LONG_BIT >= 128
23 #elif LONG_BIT >= 64
25 #elif LONG_BIT >= 32
28 #error "LONG_BIT is smaller than 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
  /bionic/libc/bionic/
signal.cpp 66 local_set[bit / LONG_BIT] |= 1UL << (bit % LONG_BIT);
95 local_set[bit / LONG_BIT] &= ~(1UL << (bit % LONG_BIT));
173 return static_cast<int>((local_set[bit / LONG_BIT] >> (bit % LONG_BIT)) & 1);
  /bionic/libc/include/bits/
signal_types.h 65 typedef struct { unsigned long __bits[_KERNEL__NSIG/LONG_BIT]; } sigset64_t;
  /external/python/cpython2/PC/os2vacpp/
pyconfig.h 75 #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
  /prebuilts/gdb/linux-x86/lib/python2.7/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
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/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
  /external/python/cpython3/Objects/stringlib/
fastsearch.h 20 #if LONG_BIT >= 128
22 #elif LONG_BIT >= 64
24 #elif LONG_BIT >= 32
27 #error "LONG_BIT is smaller than 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?)."
  /external/libxkbcommon/xkbcommon/test/
interactive-evdev.c 52 #define NLONGS(n) (((n) + LONG_BIT - 1) / LONG_BIT)
57 return array[bit / LONG_BIT] & (1LL << (bit % LONG_BIT));

Completed in 537 milliseconds

1 2