Searched defs:h4 (Results 1 - 13 of 13) sorted by relevance

/external/clang/test/Parser/
H A Dattributes.c41 void (*h4)(void (*f4)(__attribute__(()))); // expected-error {{expected parameter declarator}} variable
/external/clang/test/Sema/
H A Dconstant-builtins.c21 int h4 = __builtin_bswap32(0x1234) == 0x34120000 ? 1 : f(); variable
H A Dwarn-missing-prototypes.c19 int h4(int);
20 int h4();
25 int h4();
30 int h4(int x) { return x; } function
H A Dconstant-builtins-2.c52 int h4 = __builtin_bswap32(0x1234) == 0x34120000 ? 1 : f(); variable
/external/kernel-headers/original/linux/
H A Derrqueue.h34 struct inet_skb_parm h4; member in union:sock_exterr_skb::__anon7700
/external/clang/test/SemaCXX/
H A Daddress-of-temporary.cpp39 void h4() { consume(AZ{}); } function in namespace:PointerToArrayDecay
H A Dreturn-noreturn.cpp88 int h4(int x) { function in namespace:abort_struct_complex_cfgs
H A Dcxx0x-initializer-constructor.cpp193 H h4 = {1, 1}; // expected-error {{constructor is explicit}} member in struct:objects::memberinit
/external/openssl/crypto/sha/
H A Dsha.h102 SHA_LONG h0,h1,h2,h3,h4; member in struct:SHAstate_st
/external/openssl/include/openssl/
H A Dsha.h102 SHA_LONG h0,h1,h2,h3,h4; member in struct:SHAstate_st
/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);
299 h1 = rotate(h1 + h4 + fetch64(s + 48), 42) * k1;
303 h3 = h4 * k1;
304 h4 = h0 + h5;
305 mix_32_bytes(s, h3, h4);
316 hash_16_bytes(h4, h6) + shift_mix(length) * k1 + h0);
/external/v8/test/cctest/
H A Dtest-heap.cc300 Handle<Object> h4; local
311 h4 = global_handles->Create(*u);
320 CHECK((*h4)->IsHeapNumber());
326 CHECK_EQ(*h4, *h2);
328 global_handles->Destroy(h4.location());
/external/openssh/
H A Dumac.c470 UINT64 h1,h2,h3,h4; local
482 h4 = *((UINT64 *)hp + 3);
497 h4 += MUL64((k12 + d0), (k16 + d4));
502 h4 += MUL64((k13 + d1), (k17 + d5));
507 h4 += MUL64((k14 + d2), (k18 + d6));
512 h4 += MUL64((k15 + d3), (k19 + d7));
524 ((UINT64 *)hp)[3] = h4;

Completed in 145 milliseconds