Home
last modified time | relevance | path

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

/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/python/cpython3/Objects/stringlib/
Dfastsearch.h20 #if LONG_BIT >= 128
22 #elif LONG_BIT >= 64
24 #elif LONG_BIT >= 32
/external/libxkbcommon/xkbcommon/test/
Dinteractive-evdev.c52 #define NLONGS(n) (((n) + LONG_BIT - 1) / LONG_BIT)
57 return array[bit / LONG_BIT] & (1LL << (bit % LONG_BIT)); in evdev_bit_is_set()
/external/python/cpython3/Include/
Dpyport.h689 #ifndef LONG_BIT
690 #define LONG_BIT (8 * SIZEOF_LONG) macro
693 #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/python/cpython3/PC/
Dpyconfig.h65 #define LONG_BIT 32 macro
/external/python/cpython2/PC/
Dpyconfig.h75 #define LONG_BIT 32 macro
/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/python/cpython3/Objects/
Dunicodeobject.c753 #if LONG_BIT >= 128
755 #elif LONG_BIT >= 64
757 #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