/external/bc/include/ |
D | bcl.h | 57 #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/ |
D | fastsearch.h | 21 #if LONG_BIT >= 128 23 #elif LONG_BIT >= 64 25 #elif LONG_BIT >= 32
|
/external/python/cpython2/Lib/plat-linux2/ |
D | IN.py | 352 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/ |
D | fastsearch.h | 20 #if LONG_BIT >= 128 22 #elif LONG_BIT >= 64 24 #elif LONG_BIT >= 32
|
/external/fsck_msdos/ |
D | fat.c | 92 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/ |
D | interactive-evdev.c | 62 #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/ |
D | pyport.h | 731 #ifndef LONG_BIT 732 #define LONG_BIT (8 * SIZEOF_LONG) macro 735 #if LONG_BIT != 8 * SIZEOF_LONG
|
/external/python/cpython2/Include/ |
D | pyport.h | 885 #ifndef LONG_BIT 886 #define LONG_BIT (8 * SIZEOF_LONG) macro 889 #if LONG_BIT != 8 * SIZEOF_LONG
|
/external/python/cpython2/PC/os2vacpp/ |
D | pyconfig.h | 75 #define LONG_BIT 32 macro
|
/external/elfutils/tests/ |
D | run-large-elf-file.sh | 22 long_bit=$(getconf LONG_BIT)
|
/external/python/cpython3/PC/ |
D | pyconfig.h | 65 #define LONG_BIT 32 macro
|
/external/python/cpython2/PC/ |
D | pyconfig.h | 75 #define LONG_BIT 32 macro
|
/external/bc/ |
D | configure | 662 elif [ "$LONG_BIT" -lt 32 ]; then 1181 printf 'LONG_BIT=%s\n' "$LONG_BIT" 1294 contents=$(replace "$contents" "LONG_BIT" "$LONG_BIT")
|
D | configure.sh | 662 elif [ "$LONG_BIT" -lt 32 ]; then 1181 printf 'LONG_BIT=%s\n' "$LONG_BIT" 1294 contents=$(replace "$contents" "LONG_BIT" "$LONG_BIT")
|
D | release.sh | 89 LONG_BIT="$_configure_LONG_BIT" ./configure.sh $_configure_configure_flags > /dev/null
|
D | Makefile.in | 138 BC_LONG_BIT = %%LONG_BIT%%
|
/external/bc/manuals/ |
D | build.md | 118 `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/ |
D | intobject.c | 863 if (b >= LONG_BIT) { in int_lshift() 907 if (b >= LONG_BIT) { in int_rshift()
|
D | unicodeobject.c | 208 #if LONG_BIT >= 128 210 #elif LONG_BIT >= 64 212 #elif LONG_BIT >= 32
|
/external/mesa3d/docs/relnotes/ |
D | 11.0.0.rst | 255 rounding.h:102:2: error: #error "Unsupported or undefined LONG_BIT"
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 867 #if LONG_BIT >= 128 869 #elif LONG_BIT >= 64 871 #elif LONG_BIT >= 32
|
/external/python/cpython2/Misc/ |
D | HISTORY | 8500 - If the platform has a bogus definition for LONG_BIT (the number of
|
/external/python/cpython3/Misc/ |
D | HISTORY | 25879 - If the platform has a bogus definition for LONG_BIT (the number of
|