Lines Matching defs:x
37 #define H1(x) ((x) ^ 7) argument
38 #define H1_2(x) ((x) ^ 6) argument
39 #define H1_4(x) ((x) ^ 4) argument
40 #define H2(x) ((x) ^ 3) argument
41 #define H4(x) ((x) ^ 1) argument
43 #define H1(x) (x) argument
44 #define H1_2(x) (x) argument
45 #define H1_4(x) (x) argument
46 #define H2(x) (x) argument
47 #define H4(x) (x) argument
54 #define H8(x) (x) argument
55 #define H1_8(x) (x) argument
233 static inline uint64_t do_urshr(uint64_t x, unsigned sh) in do_urshr()
244 static inline int64_t do_srshr(int64_t x, unsigned sh) in do_srshr()
422 uint64_t x; in extractn() local