Home
last modified time | relevance | path

Searched refs:SIZEOF_LONG (Results 1 – 25 of 150) sorted by relevance

123456

/external/strace/tests-m32/
Dqualify_personality.sh52 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"
Dtests.h42 # undef SIZEOF_LONG
43 # define SIZEOF_LONG TESTS_SIZEOF_LONG macro
/external/strace/tests-mx32/
Dqualify_personality.sh52 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"
Dtests.h42 # undef SIZEOF_LONG
43 # define SIZEOF_LONG TESTS_SIZEOF_LONG macro
/external/strace/tests/
Dqualify_personality.sh52 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"
DMakefile.am33 SIZEOF_LONG = @SIZEOF_LONG@ macro
47 -DTESTS_SIZEOF_LONG=$(SIZEOF_LONG)
376 SIZEOF_LONG=$(SIZEOF_LONG) \
Dtests.h42 # undef SIZEOF_LONG
43 # define SIZEOF_LONG TESTS_SIZEOF_LONG macro
/external/libdivsufsort/CMakeModules/
DCheckLFS.cmake38 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/e2fsprogs/lib/blkid/
Dblkid_types.h.in74 #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/cpython3/android/bionic/pyconfig/
Dpyconfig.h1477 #define SIZEOF_LONG 8 macro
1479 #define SIZEOF_LONG 4 macro
1483 #define SIZEOF_LONG_DOUBLE (SIZEOF_LONG * 2)
1498 #define SIZEOF_PTHREAD_T SIZEOF_LONG
1504 #define SIZEOF_SIZE_T SIZEOF_LONG
1507 #define SIZEOF_TIME_T SIZEOF_LONG
1510 #define SIZEOF_UINTPTR_T SIZEOF_LONG
1513 #define SIZEOF_VOID_P SIZEOF_LONG
/external/python/cpython3/Include/
Dpymacconfig.h13 # undef SIZEOF_LONG
37 # undef SIZEOF_LONG
41 # define SIZEOF_LONG 8 macro
54 # define SIZEOF_LONG 4 macro
Dpyport.h723 #if SIZEOF_LONG == 4
725 #elif SIZEOF_LONG == 8
737 #define LONG_BIT (8 * SIZEOF_LONG)
740 #if LONG_BIT != 8 * SIZEOF_LONG
/external/python/cpython2/Include/
Dpymacconfig.h13 # undef SIZEOF_LONG
37 # undef SIZEOF_LONG
41 # define SIZEOF_LONG 8 macro
54 # define SIZEOF_LONG 4 macro
Dpyport.h166 #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/e2fsprogs/lib/ext2fs/
Dext2_types.h.in74 #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/python/cpython2/Modules/_sqlite/
Dutil.c123 # 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/python/cpython3/Objects/stringlib/
Dcodecs.h465 #if SIZEOF_LONG == 8
467 #elif SIZEOF_LONG == 4
515 while (_q + SIZEOF_LONG <= e) { in STRINGLIB()
533 # if SIZEOF_LONG == 4 in STRINGLIB()
536 # elif SIZEOF_LONG == 8 in STRINGLIB()
543 # if SIZEOF_LONG == 4 in STRINGLIB()
546 # elif SIZEOF_LONG == 8 in STRINGLIB()
553 _q += SIZEOF_LONG; in STRINGLIB()
554 p += SIZEOF_LONG / 2; in STRINGLIB()
/external/strace/
Dkernel_types.h58 #if SIZEOF_KERNEL_LONG_T > SIZEOF_LONG
77 #if SIZEOF_LONG == 4
/external/e2fsprogs/util/
Dsubst.conf.in8 SIZEOF_LONG @SIZEOF_LONG@
/external/libdivsufsort/include/
DCMakeLists.txt83 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/
Dpyconfig.h388 #define SIZEOF_LONG 4 macro
415 #elif SIZEOF_LONG == 4
432 #elif SIZEOF_LONG == 4
/external/e2fsprogs/lib/uuid/
Duuid_types.h.in15 #elif (@SIZEOF_LONG@ == 8)
40 #elif (@SIZEOF_LONG@ == 4)
/external/python/cpython2/Python/
Dmystrtoul.c64 #if SIZEOF_LONG == 4
70 #elif SIZEOF_LONG == 8
/external/python/cpython3/Python/
Dmystrtoul.c64 #if SIZEOF_LONG == 4
70 #elif SIZEOF_LONG == 8
/external/elfutils/libdwfl/
Dlinux-pid-attach.c203 #if SIZEOF_LONG == 8 in pid_memory_read()
215 #if SIZEOF_LONG == 8 in pid_memory_read()
224 #if SIZEOF_LONG == 8 in pid_memory_read()
235 #if SIZEOF_LONG == 8 in pid_memory_read()

123456