Home
last modified time | relevance | path

Searched refs:LONG_BIT (Results 1 – 13 of 13) sorted by relevance

/external/syslinux/com32/lib/
Dstrspn.c10 #ifndef LONG_BIT
11 #define LONG_BIT (CHAR_BIT*sizeof(long)) macro
16 bitmap[bit / LONG_BIT] |= 1UL << (bit % LONG_BIT); in set_bit()
21 return (int)(bitmap[bit / LONG_BIT] >> (bit % LONG_BIT)) & 1; in test_bit()
26 unsigned long matchmap[((1 << CHAR_BIT) + LONG_BIT - 1) / LONG_BIT]; in strxspn()
Dvsscanf.c17 #ifndef LONG_BIT
18 #define LONG_BIT (CHAR_BIT*sizeof(long)) macro
72 unsigned long matchmap[((1 << CHAR_BIT) + (LONG_BIT - 1)) / LONG_BIT]; in vsscanf()
/external/python/cpython2/Lib/plat-linux2/
DIN.py352 LONG_BIT = 32 variable
353 LONG_BIT = 64 variable
354 LONG_BIT = 32 variable
355 LONG_BIT = 64 variable
356 LONG_BIT = 64 variable
357 LONG_BIT = 32 variable
/external/python/cpython2/Objects/stringlib/
Dfastsearch.h21 #if LONG_BIT >= 128
23 #elif LONG_BIT >= 64
25 #elif LONG_BIT >= 32
/external/syslinux/com32/include/bitsize32/
Dlimits.h8 #define LONG_BIT 32 macro
/external/syslinux/com32/include/bitsize64/
Dlimits.h8 #define LONG_BIT 64 macro
/external/ltp/tools/pounder21/test_scripts/
Dramsnake39 NUM_NODES=$(( (MEM_AVAIL * 1024 / (2 * NR_CPUS)) / $((`getconf LONG_BIT` / 8)) ))
/external/python/cpython2/Include/
Dpyport.h885 #ifndef LONG_BIT
886 #define LONG_BIT (8 * SIZEOF_LONG) macro
889 #if LONG_BIT != 8 * SIZEOF_LONG
/external/python/cpython2/PC/os2vacpp/
Dpyconfig.h75 #define LONG_BIT 32 macro
/external/python/cpython2/PC/
Dpyconfig.h75 #define LONG_BIT 32 macro
/external/python/cpython2/Objects/
Dintobject.c860 if (b >= LONG_BIT) { in int_lshift()
904 if (b >= LONG_BIT) { in int_rshift()
Dunicodeobject.c208 #if LONG_BIT >= 128
210 #elif LONG_BIT >= 64
212 #elif LONG_BIT >= 32
/external/python/cpython2/Misc/
DHISTORY8500 - If the platform has a bogus definition for LONG_BIT (the number of