HomeSort by relevance Sort by last modified time
    Searched defs:h4 (Results 1 - 16 of 16) sorted by null

  /external/clang/test/Parser/
attributes.c 41 void (*h4)(void (*f4)(__attribute__(()))); // expected-error {{expected parameter declarator}} variable
  /external/clang/test/Sema/
constant-builtins.c 21 int h4 = __builtin_bswap32(0x1234) == 0x34120000 ? 1 : f(); variable
warn-missing-prototypes.c 19 int h4(int);
20 int h4();
25 int h4();
30 int h4(int x) { return x; } function
constant-builtins-2.c 52 int h4 = __builtin_bswap32(0x1234) == 0x34120000 ? 1 : f(); variable
  /external/kernel-headers/original/linux/
errqueue.h 34 struct inet_skb_parm h4; member in union:sock_exterr_skb::__anon9664
  /external/clang/test/SemaCXX/
address-of-temporary.cpp 39 void h4() { consume(AZ{}); } function in namespace:PointerToArrayDecay
return-noreturn.cpp 88 int h4(int x) { function in namespace:abort_struct_complex_cfgs
cxx0x-initializer-constructor.cpp 193 H h4 = {1, 1}; // expected-error {{constructor is explicit}} member in struct:objects::memberinit
  /external/openssl/crypto/sha/
sha.h 102 SHA_LONG h0,h1,h2,h3,h4; member in struct:SHAstate_st
  /external/openssl/include/openssl/
sha.h 102 SHA_LONG h0,h1,h2,h3,h4; member in struct:SHAstate_st
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldFileHandlerTest.java 144 FileHandler h4 = new FileHandler("%t/log/string"); local
148 h4.publish(r);
152 h4.close();
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FileHandlerTest.java 548 FileHandler h4 = new FileHandler("%t/log/string"); local
552 h4.publish(r);
556 h4.close();
  /external/llvm/include/llvm/ADT/
Hashing.h 267 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/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
LODGeomap.java 1011 float h4 = hdata[index + width + 1]; \/\/ bottom right local
    [all...]
  /external/openssh/
umac.c 470 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;
    [all...]
  /external/v8/test/cctest/
test-heap.cc 300 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());
    [all...]

Completed in 1451 milliseconds