Home
last modified time | relevance | path

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

12

/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.in59 #if (@SIZEOF_LONG@ == 4)
67 #endif /* SIZEOF_LONG == 4 */
77 #if (@SIZEOF_LONG@ == 4)
85 #endif /* SIZEOF_LONG == 4 */
98 #if (@SIZEOF_LONG@ == 8)
100 #endif /* SIZEOF_LONG == 8 */
118 #if (@SIZEOF_LONG@ == 8)
120 #endif /* SIZEOF_LONG == 8 */
Dllseek.c48 #if SIZEOF_LONG == SIZEOF_LONG_LONG
/external/e2fsprogs/lib/ext2fs/
Dext2_types.h.in59 #if (@SIZEOF_LONG@ == 4)
67 #endif /* SIZEOF_LONG == 4 */
77 #if (@SIZEOF_LONG@ == 4)
85 #endif /* SIZEOF_LONG == 4 */
98 #if (@SIZEOF_LONG@ == 8)
101 #endif /* SIZEOF_LONG == 8 */
118 #if (@SIZEOF_LONG@ == 8)
121 #endif /* SIZEOF_LONG == 8 */
Dllseek.c49 #if SIZEOF_LONG == SIZEOF_LONG_LONG
/external/elfutils/
Dconfig.h72 #define SIZEOF_LONG 8 macro
74 #define SIZEOF_LONG 4 macro
/external/e2fsprogs/util/
Dsubst.conf.in9 SIZEOF_LONG @SIZEOF_LONG@
/external/strace/
Dutil.c238 #if SIZEOF_LONG > 4 && SIZEOF_LONG == SIZEOF_LONG_LONG
258 #elif SIZEOF_LONG > 4
259 # error Unsupported configuration: SIZEOF_LONG > 4 && SIZEOF_LONG_LONG > SIZEOF_LONG
441 #if SUPPORTED_PERSONALITIES > 1 && SIZEOF_LONG > 4
1032 #if SUPPORTED_PERSONALITIES > 1 && SIZEOF_LONG > 4
1190 #if SIZEOF_LONG == 4
1193 #elif SIZEOF_LONG == 8
1197 # error SIZEOF_LONG > 8
1207 #if SUPPORTED_PERSONALITIES > 1 && SIZEOF_LONG > 4
Dnet.c307 #if SUPPORTED_PERSONALITIES > 1 && SIZEOF_LONG > 4
318 #if SUPPORTED_PERSONALITIES > 1 && SIZEOF_LONG > 4
532 #if SUPPORTED_PERSONALITIES > 1 && SIZEOF_LONG > 4 in printcmsghdr()
550 #if SUPPORTED_PERSONALITIES > 1 && SIZEOF_LONG > 4 in printcmsghdr()
555 #if SUPPORTED_PERSONALITIES > 1 && SIZEOF_LONG > 4 in printcmsghdr()
560 #if SUPPORTED_PERSONALITIES > 1 && SIZEOF_LONG > 4 in printcmsghdr()
643 #if SUPPORTED_PERSONALITIES > 1 && SIZEOF_LONG > 4
660 #if SUPPORTED_PERSONALITIES > 1 && SIZEOF_LONG > 4 in extractmsghdr()
677 #if SUPPORTED_PERSONALITIES > 1 && SIZEOF_LONG > 4 in extractmmsghdr()
Ddefs.h240 # define PERSONALITY0_WORDSIZE SIZEOF_LONG
578 #if SUPPORTED_PERSONALITIES > 1 && SIZEOF_LONG > 4
588 #elif SIZEOF_LONG > 4
711 #if SUPPORTED_PERSONALITIES > 1 && SIZEOF_LONG > 4
Dsignal.c294 #if SUPPORTED_PERSONALITIES > 1 && SIZEOF_LONG > 4 in decode_old_sigaction()
526 #if SUPPORTED_PERSONALITIES > 1 && SIZEOF_LONG > 4 in decode_new_sigaction()
Ddesc.c204 #if SIZEOF_LONG == 4 in SYS_FUNC()
Dio.c183 #if SIZEOF_LONG == SIZEOF_LONG_LONG in print_llu_from_low_high_val()
/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/e2fsprogs/lib/uuid/
Duuid_types.h.in15 #elif (@SIZEOF_LONG@ == 8)
40 #elif (@SIZEOF_LONG@ == 4)
/external/ltrace/sysdeps/linux-gnu/arm/
Dbreakpoint.c43 union _ { long l; unsigned char b[SIZEOF_LONG]; }; in arch_enable_breakpoint()
76 union _ { long l; unsigned char b[SIZEOF_LONG]; }; in arch_disable_breakpoint()
/external/dbus/cmake/
DConfigureChecks.cmake49 check_type_size("long" SIZEOF_LONG)
59 elseif(SIZEOF_LONG EQUAL 8)
79 elseif(SIZEOF_LONG EQUAL 4)
/external/elfutils/libdwfl/
Dlinux-pid-attach.c126 #if SIZEOF_LONG == 8 in pid_memory_read()
135 #if SIZEOF_LONG == 8 in pid_memory_read()
146 #if SIZEOF_LONG == 8 in pid_memory_read()
/external/liblzf/
Dconfig.h.in13 #undef SIZEOF_LONG
/external/dbus/
Dconfig.h248 #define SIZEOF_LONG sizeof(long) macro
/external/curl/lib/
Dconfig-vxworks.h839 #define SIZEOF_LONG 4 macro
/external/c-ares/
Dares_config.h455 #undef SIZEOF_LONG
/external/libogg/
Dconfig.h.in62 #undef SIZEOF_LONG
/external/protobuf/python/google/protobuf/pyext/
Dmessage.h222 #define IS_64BIT (SIZEOF_LONG == 8)
/external/curl/
DCMakeLists.txt639 check_type_size("long" SIZEOF_LONG)
646 if(SIZEOF_LONG EQUAL SIZEOF_SIZE_T)
648 endif(SIZEOF_LONG EQUAL SIZEOF_SIZE_T)
665 set(CURL_SIZEOF_LONG ${SIZEOF_LONG})
667 if(SIZEOF_LONG EQUAL 8)
675 endif(SIZEOF_LONG EQUAL 8)

12