Searched defs:h5 (Results 1 - 5 of 5) 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.c173 int h5 = __builtin_bswap64(0x1234) == 0x3412000000000000 ? 1 : f(); variable
/external/clang/test/SemaCXX/
H A Dreturn-noreturn.cpp100 int h5(int x) { function in namespace:abort_struct_complex_cfgs
/external/llvm/include/llvm/ADT/
H A DHashing.h261 uint64_t h0, h1, h2, h3, h4, h5, h6; member in struct:llvm::hashing::detail::hash_state
270 state.h6 = hash_16_bytes(state.h4, state.h5);
295 h2 = rotate(h2 + h5, 33) * k1;
297 h4 = h0 + h5;
299 h5 = h2 + h6;
301 mix_32_bytes(s + 32, h5, h6);
308 return hash_16_bytes(hash_16_bytes(h3, h5) + shift_mix(h1) * k1 + h2,
/external/libvncserver/x11vnc/
H A Dunixpw.c1768 char h5[] = " geom=WxHxD (ge=); nodisplay=... (nd=); viewonly (vo); tag=...; gnome kde twm fvwm mwm dtwm wmaker"; local
1797 rfbDrawString(pscreen, &default6x13Font, 8, 2+6*ch, h5, p);

Completed in 709 milliseconds