Home
last modified time | relevance | path

Searched refs:SIZEOF_LONG (Results 1 – 25 of 41) 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.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 */
Dllseek.c53 #if SIZEOF_LONG == SIZEOF_LONG_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 */
Dllseek.c54 #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.in7 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/e2fsprogs/lib/uuid/
Duuid_types.h.in15 #elif (@SIZEOF_LONG@ == 8)
40 #elif (@SIZEOF_LONG@ == 4)
/external/flatbuffers/java/com/google/flatbuffers/
DConstants.java35 static final int SIZEOF_LONG = 8; field in Constants
DFlatBufferBuilder.java223 public void putLong (long x) { bb.putLong (space -= Constants.SIZEOF_LONG, x); } in putLong()
275 public void addLong (long x) { prep(Constants.SIZEOF_LONG, 0); putLong (x); } in addLong()
/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/strace/
Ddefs.h163 #define PERSONALITY0_WORDSIZE SIZEOF_LONG
768 && (SIZEOF_LONG < SIZEOF_KERNEL_LONG_T || !defined(current_wordsize)))
952 #if SIZEOF_KERNEL_LONG_T > SIZEOF_LONG
970 #if SIZEOF_LONG == 4
DAndroid.mk295 -DSIZEOF_KERNEL_LONG_T=SIZEOF_LONG \
296 -DSIZEOF_OFF_T=SIZEOF_LONG \
/external/strace/tests-mx32/
Dtests.h190 # if SIZEOF_LONG == 4
/external/strace/tests/
Dtests.h190 # if SIZEOF_LONG == 4
/external/strace/tests-m32/
Dtests.h190 # if SIZEOF_LONG == 4
/external/curl/lib/
Dconfig-vxworks.h839 #define SIZEOF_LONG 4 macro
/external/curl/
Dlocal-configure.patch45 -#define SIZEOF_LONG 4
DCMakeLists.txt655 check_type_size("long" SIZEOF_LONG)
662 if(SIZEOF_LONG EQUAL SIZEOF_SIZE_T)
664 endif(SIZEOF_LONG EQUAL SIZEOF_SIZE_T)
681 set(CURL_SIZEOF_LONG ${SIZEOF_LONG})
683 if(SIZEOF_LONG EQUAL 8)
691 endif(SIZEOF_LONG EQUAL 8)
/external/c-ares/
Dares_config.h455 #undef SIZEOF_LONG
/external/libogg/
Dconfig.h.in62 #undef SIZEOF_LONG
/external/protobuf/python/google/protobuf/pyext/
Dmessage.h276 #define IS_64BIT (SIZEOF_LONG == 8)
/external/syslinux/lzo/src/
Dlzo_supp.h621 #if !defined(SIZEOF_LONG) && defined(LZO_SIZEOF_LONG)
622 # define SIZEOF_LONG LZO_SIZEOF_LONG macro
1533 #if (SIZEOF_LONG >= 4)
1537 #if (SIZEOF_LONG >= 8)
1543 LZOCHK_ASSERT(__LZO_MASK_GEN(1ul,SIZEOF_LONG*8) == ~0ul)
1654 #if (SIZEOF_LONG > 0)
1655 LZOCHK_ASSERT(sizeof(long) == SIZEOF_LONG)
1700 LZOCHK_ASSERT((1l << (8*SIZEOF_LONG-1)) < 0)
1702 LZOCHK_ASSERT((1ul << (8*SIZEOF_LONG-1)) > 0)
1861 #if (SIZEOF_LONG == 4)

12