/external/strace/tests-m32/ |
D | qualify_personality.sh | 52 supported_pers="$(($SIZEOF_LONG * 8))" 63 cur_pers="$(($SIZEOF_LONG * 8))" 67 if [ "x$SIZEOF_KERNEL_LONG_T" = "x$SIZEOF_LONG" ]; then 68 [ 4 -eq "$SIZEOF_LONG" ] || 69 fail_ "sizeof(long) = $SIZEOF_LONG != 4" 74 [ 4 -eq "$SIZEOF_LONG" ] || 75 fail_ "sizeof(long) = $SIZEOF_LONG != 4"
|
/external/strace/tests/ |
D | qualify_personality.sh | 52 supported_pers="$(($SIZEOF_LONG * 8))" 63 cur_pers="$(($SIZEOF_LONG * 8))" 67 if [ "x$SIZEOF_KERNEL_LONG_T" = "x$SIZEOF_LONG" ]; then 68 [ 4 -eq "$SIZEOF_LONG" ] || 69 fail_ "sizeof(long) = $SIZEOF_LONG != 4" 74 [ 4 -eq "$SIZEOF_LONG" ] || 75 fail_ "sizeof(long) = $SIZEOF_LONG != 4"
|
D | Makefile.am | 33 SIZEOF_LONG = @SIZEOF_LONG@ macro 47 -DTESTS_SIZEOF_LONG=$(SIZEOF_LONG) 376 SIZEOF_LONG=$(SIZEOF_LONG) \
|
/external/strace/tests-mx32/ |
D | qualify_personality.sh | 52 supported_pers="$(($SIZEOF_LONG * 8))" 63 cur_pers="$(($SIZEOF_LONG * 8))" 67 if [ "x$SIZEOF_KERNEL_LONG_T" = "x$SIZEOF_LONG" ]; then 68 [ 4 -eq "$SIZEOF_LONG" ] || 69 fail_ "sizeof(long) = $SIZEOF_LONG != 4" 74 [ 4 -eq "$SIZEOF_LONG" ] || 75 fail_ "sizeof(long) = $SIZEOF_LONG != 4"
|
/external/libdivsufsort/CMakeModules/ |
D | CheckLFS.cmake | 38 check_type_size("long" SIZEOF_LONG) 40 if(SIZEOF_OFF_T GREATER SIZEOF_LONG) 42 elseif(SIZEOF_LONG GREATER SIZEOF_INT) 44 else(SIZEOF_OFF_T GREATER SIZEOF_LONG) 46 endif(SIZEOF_OFF_T GREATER SIZEOF_LONG) 67 check_type_size("long" SIZEOF_LONG) 69 if(SIZEOF_OFF64_T GREATER SIZEOF_LONG) 71 elseif(SIZEOF_LONG GREATER SIZEOF_INT) 73 else(SIZEOF_OFF64_T GREATER SIZEOF_LONG) 75 endif(SIZEOF_OFF64_T GREATER SIZEOF_LONG)
|
/external/python/cpython3/Objects/stringlib/ |
D | codecs.h | 11 #if (SIZEOF_LONG == 8) 13 #elif (SIZEOF_LONG == 4) 29 const char *aligned_end = (const char *) _Py_ALIGN_DOWN(end, SIZEOF_LONG); in STRINGLIB() 43 if (_Py_IS_ALIGNED(s, SIZEOF_LONG)) { in STRINGLIB() 59 # if SIZEOF_LONG == 8 in STRINGLIB() 66 # if SIZEOF_LONG == 8 in STRINGLIB() 82 _s += SIZEOF_LONG; in STRINGLIB() 83 _p += SIZEOF_LONG; in STRINGLIB() 466 #if SIZEOF_LONG == 8 468 #elif SIZEOF_LONG == 4 [all …]
|
D | find_max_char.h | 9 #if (SIZEOF_LONG == 8) 11 #elif (SIZEOF_LONG == 4) 24 (const unsigned char *) _Py_ALIGN_DOWN(end, SIZEOF_LONG); in STRINGLIB() 27 if (_Py_IS_ALIGNED(p, SIZEOF_LONG)) { in STRINGLIB() 34 _p += SIZEOF_LONG; in STRINGLIB()
|
/external/e2fsprogs/lib/blkid/ |
D | blkid_types.h.in | 74 #if (@SIZEOF_LONG@ == 4) 83 #endif /* SIZEOF_LONG == 4 */ 96 #if (@SIZEOF_LONG@ == 4) 105 #endif /* SIZEOF_LONG == 4 */ 121 #if (@SIZEOF_LONG@ == 8) 126 #endif /* SIZEOF_LONG == 8 */ 147 #if (@SIZEOF_LONG@ == 8) 152 #endif /* SIZEOF_LONG == 8 */
|
/external/python/cpython2/Include/ |
D | pymacconfig.h | 13 # undef SIZEOF_LONG 37 # undef SIZEOF_LONG 41 # define SIZEOF_LONG 8 macro 54 # define SIZEOF_LONG 4 macro
|
D | pyport.h | 166 #elif SIZEOF_VOID_P <= SIZEOF_LONG 206 #if SIZEOF_PID_T > SIZEOF_LONG 236 # elif SIZEOF_SIZE_T == SIZEOF_LONG 872 #if SIZEOF_LONG == 4 874 #elif SIZEOF_LONG == 8 886 #define LONG_BIT (8 * SIZEOF_LONG) 889 #if LONG_BIT != 8 * SIZEOF_LONG
|
/external/python/cpython3/Include/ |
D | pymacconfig.h | 13 # undef SIZEOF_LONG 37 # undef SIZEOF_LONG 41 # define SIZEOF_LONG 8 macro 54 # define SIZEOF_LONG 4 macro
|
D | pyport.h | 718 #if SIZEOF_LONG == 4 720 #elif SIZEOF_LONG == 8 732 #define LONG_BIT (8 * SIZEOF_LONG) 735 #if LONG_BIT != 8 * SIZEOF_LONG
|
/external/python/cpython3/android/bionic/pyconfig/ |
D | pyconfig.h | 1446 #define SIZEOF_LONG 8 macro 1448 #define SIZEOF_LONG 4 macro 1452 #define SIZEOF_LONG_DOUBLE (SIZEOF_LONG * 2) 1467 #define SIZEOF_PTHREAD_T SIZEOF_LONG 1473 #define SIZEOF_SIZE_T SIZEOF_LONG 1476 #define SIZEOF_TIME_T SIZEOF_LONG 1479 #define SIZEOF_UINTPTR_T SIZEOF_LONG 1482 #define SIZEOF_VOID_P SIZEOF_LONG
|
/external/e2fsprogs/lib/ext2fs/ |
D | ext2_types.h.in | 74 #if (@SIZEOF_LONG@ == 4) 83 #endif /* SIZEOF_LONG == 4 */ 96 #if (@SIZEOF_LONG@ == 4) 105 #endif /* SIZEOF_LONG == 4 */ 121 #if (@SIZEOF_LONG@ == 8) 127 #endif /* SIZEOF_LONG == 8 */ 147 #if (@SIZEOF_LONG@ == 8) 153 #endif /* SIZEOF_LONG == 8 */
|
/external/curl/lib/ |
D | warnless.c | 72 #if (SIZEOF_LONG == 2) 75 #elif (SIZEOF_LONG == 4) 78 #elif (SIZEOF_LONG == 8) 81 #elif (SIZEOF_LONG == 16) 110 #elif (SIZEOF_SIZE_T == SIZEOF_LONG) 229 #if (SIZEOF_LONG < SIZEOF_SIZE_T) in curlx_uztoul() 272 #if (SIZEOF_INT < SIZEOF_LONG) in curlx_sltosi() 294 #if (SIZEOF_INT < SIZEOF_LONG) in curlx_sltoui()
|
/external/python/cpython2/Modules/_sqlite/ |
D | util.c | 123 # if SIZEOF_LONG < SIZEOF_LONG_LONG in _pysqlite_long_from_int64() 128 # if SIZEOF_LONG < 8 in _pysqlite_long_from_int64() 155 # if SIZEOF_LONG > 8 in _pysqlite_long_as_int64()
|
/external/strace/ |
D | kernel_types.h | 58 #if SIZEOF_KERNEL_LONG_T > SIZEOF_LONG 77 #if SIZEOF_LONG == 4
|
/external/e2fsprogs/util/ |
D | subst.conf.in | 8 SIZEOF_LONG @SIZEOF_LONG@
|
/external/libdivsufsort/include/ |
D | CMakeLists.txt | 83 check_type_size("long" SIZEOF_LONG) 89 elseif("${SIZEOF_LONG}" STREQUAL "4") 115 check_type_size("long" SIZEOF_LONG) 121 elseif("${SIZEOF_LONG}" STREQUAL "8")
|
/external/python/cpython2/PC/ |
D | pyconfig.h | 388 #define SIZEOF_LONG 4 macro 415 #elif SIZEOF_LONG == 4 432 #elif SIZEOF_LONG == 4
|
/external/e2fsprogs/lib/uuid/ |
D | uuid_types.h.in | 15 #elif (@SIZEOF_LONG@ == 8) 40 #elif (@SIZEOF_LONG@ == 4)
|
/external/freetype/builds/unix/ |
D | ftconfig.h.in | 49 #undef SIZEOF_LONG 51 #define FT_SIZEOF_LONG SIZEOF_LONG
|
/external/python/cpython2/Python/ |
D | mystrtoul.c | 64 #if SIZEOF_LONG == 4 70 #elif SIZEOF_LONG == 8
|
/external/python/cpython3/Python/ |
D | mystrtoul.c | 64 #if SIZEOF_LONG == 4 70 #elif SIZEOF_LONG == 8
|
/external/python/cpython3/Objects/ |
D | bytes_methods.c | 105 #if (SIZEOF_LONG == 8) 107 #elif (SIZEOF_LONG == 4) 118 const char *aligned_end = (const char *) _Py_ALIGN_DOWN(end, SIZEOF_LONG); in _Py_bytes_isascii() 123 if (_Py_IS_ALIGNED(p, SIZEOF_LONG)) { in _Py_bytes_isascii() 131 _p += SIZEOF_LONG; in _Py_bytes_isascii()
|