Home
last modified time | relevance | path

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

/external/bc/include/
Dbcl.h57 #ifndef LONG_BIT
58 #define LONG_BIT (32) macro
62 #define BC_LONG_BIT LONG_BIT
65 #if BC_LONG_BIT > LONG_BIT
66 #error BC_LONG_BIT cannot be greater than LONG_BIT
/external/python/cpython2/Objects/stringlib/
Dfastsearch.h21 #if LONG_BIT >= 128
23 #elif LONG_BIT >= 64
25 #elif LONG_BIT >= 32
/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/cpython3/Objects/stringlib/
Dfastsearch.h20 #if LONG_BIT >= 128
22 #elif LONG_BIT >= 64
24 #elif LONG_BIT >= 32
/external/fsck_msdos/
Dfat.c92 cl_t i = cl / LONG_BIT; in bitmap_clear()
93 unsigned long clearmask = ~(1UL << (cl % LONG_BIT)); in bitmap_clear()
103 cl_t i = cl / LONG_BIT; in bitmap_get()
104 unsigned long usedbit = 1UL << (cl % LONG_BIT); in bitmap_get()
112 cl_t i = cl / LONG_BIT; in bitmap_none_in_range()
126 size_t bitmap_size = roundup2(bits, LONG_BIT) / (LONG_BIT / 8); in bitmap_ctor()
1271 if (head % LONG_BIT == 0 && in checklost()
1273 head += LONG_BIT; in checklost()
/external/libxkbcommon/tools/
Dinteractive-evdev.c62 #define NLONGS(n) (((n) + LONG_BIT - 1) / LONG_BIT)
67 return array[bit / LONG_BIT] & (1LL << (bit % LONG_BIT)); in evdev_bit_is_set()
/external/python/cpython3/Include/
Dpyport.h731 #ifndef LONG_BIT
732 #define LONG_BIT (8 * SIZEOF_LONG) macro
735 #if LONG_BIT != 8 * SIZEOF_LONG
/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/elfutils/tests/
Drun-large-elf-file.sh22 long_bit=$(getconf LONG_BIT)
/external/python/cpython3/PC/
Dpyconfig.h65 #define LONG_BIT 32 macro
/external/python/cpython2/PC/
Dpyconfig.h75 #define LONG_BIT 32 macro
/external/bc/
Dconfigure662 elif [ "$LONG_BIT" -lt 32 ]; then
1181 printf 'LONG_BIT=%s\n' "$LONG_BIT"
1294 contents=$(replace "$contents" "LONG_BIT" "$LONG_BIT")
Dconfigure.sh662 elif [ "$LONG_BIT" -lt 32 ]; then
1181 printf 'LONG_BIT=%s\n' "$LONG_BIT"
1294 contents=$(replace "$contents" "LONG_BIT" "$LONG_BIT")
Drelease.sh89 LONG_BIT="$_configure_LONG_BIT" ./configure.sh $_configure_configure_flags > /dev/null
DMakefile.in138 BC_LONG_BIT = %%LONG_BIT%%
/external/bc/manuals/
Dbuild.md118 `EXECPREFIX`, `LONG_BIT`, `GEN_HOST`, and `GEN_EMU` environment variables in
281 #### `LONG_BIT`
292 Defaults to the default value of `LONG_BIT` for the target platform. For
296 `LONG_BIT` for the target platform.
/external/python/cpython2/Objects/
Dintobject.c863 if (b >= LONG_BIT) { in int_lshift()
907 if (b >= LONG_BIT) { in int_rshift()
Dunicodeobject.c208 #if LONG_BIT >= 128
210 #elif LONG_BIT >= 64
212 #elif LONG_BIT >= 32
/external/mesa3d/docs/relnotes/
D11.0.0.rst255 rounding.h:102:2: error: #error "Unsupported or undefined LONG_BIT"
/external/python/cpython3/Objects/
Dunicodeobject.c867 #if LONG_BIT >= 128
869 #elif LONG_BIT >= 64
871 #elif LONG_BIT >= 32
/external/python/cpython2/Misc/
DHISTORY8500 - If the platform has a bogus definition for LONG_BIT (the number of
/external/python/cpython3/Misc/
DHISTORY25879 - If the platform has a bogus definition for LONG_BIT (the number of