Searched refs:SIZEOF_LONG (Results 1 – 25 of 41) sorted by relevance
12
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)
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 */
53 #if SIZEOF_LONG == SIZEOF_LONG_LONG
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 */
54 #if SIZEOF_LONG == SIZEOF_LONG_LONG
72 #define SIZEOF_LONG 8 macro74 #define SIZEOF_LONG 4 macro
7 SIZEOF_LONG @SIZEOF_LONG@
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")
15 #elif (@SIZEOF_LONG@ == 8)40 #elif (@SIZEOF_LONG@ == 4)
35 static final int SIZEOF_LONG = 8; field in Constants
223 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()
126 #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()
13 #undef SIZEOF_LONG
163 #define PERSONALITY0_WORDSIZE SIZEOF_LONG768 && (SIZEOF_LONG < SIZEOF_KERNEL_LONG_T || !defined(current_wordsize)))952 #if SIZEOF_KERNEL_LONG_T > SIZEOF_LONG970 #if SIZEOF_LONG == 4
295 -DSIZEOF_KERNEL_LONG_T=SIZEOF_LONG \296 -DSIZEOF_OFF_T=SIZEOF_LONG \
190 # if SIZEOF_LONG == 4
839 #define SIZEOF_LONG 4 macro
45 -#define SIZEOF_LONG 4
655 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)
455 #undef SIZEOF_LONG
62 #undef SIZEOF_LONG
276 #define IS_64BIT (SIZEOF_LONG == 8)
621 #if !defined(SIZEOF_LONG) && defined(LZO_SIZEOF_LONG)622 # define SIZEOF_LONG LZO_SIZEOF_LONG macro1533 #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)