Searched refs:__WORDSIZE (Results 1 – 25 of 27) sorted by relevance
12
113 #ifndef __WORDSIZE115 #define __WORDSIZE 32 macro117 #define __WORDSIZE 64 macro
131 # define __WORDSIZE 64 macro133 # define __WORDSIZE 32 macro139 #define __WORDSIZE 32 macro
253 #if __WORDSIZE == 64
54 #if __WORDSIZE == 3256 #elif __WORDSIZE == 64
36 #elif __WORDSIZE==64 || defined(_WIN64)
83 #if defined(__WORDSIZE) && __WORDSIZE == 64
103 #if defined(_WIN64) || __WORDSIZE == 64
67 #if __WORDSIZE==32
206 #if __WORDSIZE == 32208 #elif __WORDSIZE == 64211 # error "unexpected value for __WORDSIZE macro"
115 #if (__WORDSIZE == 64) && !defined(__APPLE__) in SafeInt64MultByClang()
190 {STRINGIFY_VAL(__WORDSIZE) " bit"}202 { STRINGIFY_VAL(__WORDSIZE) }
352 #if __WORDSIZE == 32 in parse_size()
987 #if __WORDSIZE == 64 in TEST()1004 #elif __WORDSIZE == 32 in TEST()
85 __WORDSIZE = 32 variable
72 pub const __WORDSIZE: ::std::os::raw::c_uint = 64; constant
104 pub const __WORDSIZE: ::std::os::raw::c_uint = 64; constant
218 __WORDSIZE = 32 variable
629 __WORDSIZE 64
792 return __WORDSIZE; in test_user_bit_width()
342 #define __WORDSIZE 32 macro
57 #if __WORDSIZE == 64
102 pub const __WORDSIZE: u32 = 64; constant