Searched defs:combined (Results 1 – 3 of 3) sorted by relevance
219 u64 combined = (u64)second << 32 | first; in siphash_3u32() local333 u64 combined = (u64)second << 32 | first; in hsiphash_2u32() local352 u64 combined = (u64)second << 32 | first; in hsiphash_3u32() local373 u64 combined = (u64)second << 32 | first; in hsiphash_4u32() local
59 #define TC_ACT_EXT_OPCODE(combined) ((combined) & (~TC_ACT_EXT_VAL_MASK)) argument60 #define TC_ACT_EXT_CMP(combined, opcode) (TC_ACT_EXT_OPCODE(combined) == opcode) argument
69 u64 combined; in scaled_div_build() local