Searched defs:h5 (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/Sema/
H A Dconstant-builtins.c22 int h5 = __builtin_bswap64(0x1234) == 0x3412000000000000 ? 1 : f(); variable
H A Dconstant-builtins-2.c53 int h5 = __builtin_bswap64(0x1234) == 0x3412000000000000 ? 1 : f(); variable
/external/clang/test/SemaCXX/
H A Dreturn-noreturn.cpp92 int h5(int x) { function in namespace:abort_struct_complex_cfgs
/external/llvm/include/llvm/ADT/
H A DHashing.h267 uint64_t h0, h1, h2, h3, h4, h5, h6; member in struct:llvm::hashing::detail::hash_state
277 state.h6 = hash_16_bytes(state.h4, state.h5);
302 h2 = rotate(h2 + h5, 33) * k1;
304 h4 = h0 + h5;
306 h5 = h2 + h6;
308 mix_32_bytes(s + 32, h5, h6);
315 return hash_16_bytes(hash_16_bytes(h3, h5) + shift_mix(h1) * k1 + h2,

Completed in 640 milliseconds