Searched refs:__WORDSIZE (Results 1 – 25 of 27) sorted by relevance
12
36 #elif __WORDSIZE==64 || defined(_WIN64)
32 #if __WORDSIZE==64 || defined(_WIN64)
83 #if defined(__WORDSIZE) && __WORDSIZE == 64
46 #if __WORDSIZE == 3250 #elif __WORDSIZE == 64
331 #if __WORDSIZE == 64 in TEST()348 #elif __WORDSIZE == 32 in TEST()
364 #if __WORDSIZE == 32 in parse_size()
158 #define BITS_PER_LONG __WORDSIZE
204 #if __WORDSIZE == 32206 #elif __WORDSIZE == 64209 # error "unexpected value for __WORDSIZE macro"
115 #if (__WORDSIZE == 64) && !defined(__APPLE__) in SafeInt64MultByClang()
128 #if __WORDSIZE >= 64
190 {STRINGIFY_VAL(__WORDSIZE) " bit"}202 { STRINGIFY_VAL(__WORDSIZE) }
85 __WORDSIZE = 32 variable
574 "#define SIZEOF_SIZE_T @SIZE_T@": "#if (__WORDSIZE==64 && !defined(__native_client__))\n" +590 "#define SIZEOF_SIZE_T @SIZE_T@": "#if (__WORDSIZE==64)\n" +
218 __WORDSIZE = 32 variable
629 __WORDSIZE 64
72 pub const __WORDSIZE: ::std::os::raw::c_uint = 64; constant
104 pub const __WORDSIZE: ::std::os::raw::c_uint = 64; constant
792 return __WORDSIZE; in test_user_bit_width()
342 #define __WORDSIZE 32 macro