HomeSort by relevance Sort by last modified time
    Searched refs:h1 (Results 1 - 25 of 472) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/
declare-use2.cpp 7 const int h2 = h1+e+f;
  /external/libcxx/test/std/utilities/time/time.duration/time.duration.arithmetic/
op_++int.pass.cpp 24 std::chrono::hours h1(3);
25 std::chrono::hours h2 = h1++;
26 return h1.count() == 4 && h2.count() == 3;
33 std::chrono::hours h1(3);
34 std::chrono::hours h2 = h1++;
35 assert(h1.count() == 4);
op_--int.pass.cpp 24 std::chrono::hours h1(3);
25 std::chrono::hours h2 = h1--;
26 return h1.count() == 2 && h2.count() == 3;
34 std::chrono::hours h1(3);
35 std::chrono::hours h2 = h1--;
36 assert(h1.count() == 2);
  /external/clang/test/CodeGen/
fp16-ops.c 16 volatile __fp16 h0 = 0.0, h1 = 1.0, h2; variable
38 test = (!h1);
44 h1 = -h1;
49 h1 = +h1;
54 h1++;
59 ++h1;
64 --h1;
69 h1--
    [all...]
cfi-icall-cross-dso.c 59 Fn h1() { function
  /external/clang/test/Modules/Inputs/declare-use/
h.h 5 #include "h1.h"
6 const int h1 = aux_h*c*7*d; variable
  /external/guava/guava/src/com/google/common/hash/
Murmur3_32HashFunction.java 86 int h1 = mixH1(seed, k1); local
88 return fmix(h1, Ints.BYTES);
96 int h1 = mixH1(seed, k1); local
99 h1 = mixH1(h1, k1);
101 return fmix(h1, Longs.BYTES);
106 int h1 = seed; local
112 h1 = mixH1(h1, k1);
119 h1 ^= k1
152 private int h1; field in class:Murmur3_32HashFunction.Murmur3_32Hasher
    [all...]
Murmur3_128HashFunction.java 82 private long h1; field in class:Murmur3_128HashFunction.Murmur3_128Hasher
88 this.h1 = seed;
101 h1 ^= mixK1(k1);
103 h1 = Long.rotateLeft(h1, 27);
104 h1 += h2;
105 h1 = h1 * 5 + 0x52dce729;
110 h2 += h1;
154 h1 ^= mixK1(k1)
    [all...]
  /external/grpc-grpc/test/core/util/
histogram_test.cc 100 grpc_histogram *h1, *h2; local
107 h1 = grpc_histogram_create(0.05, 1e9);
108 grpc_histogram_add(h1, 2.5);
109 grpc_histogram_add(h1, 2.5);
110 grpc_histogram_add(h1, 8);
111 grpc_histogram_add(h1, 4);
114 GPR_ASSERT(grpc_histogram_merge(h1, h2) == 0);
118 GPR_ASSERT(grpc_histogram_merge(h1, h2) == 0);
122 GPR_ASSERT(grpc_histogram_merge(h1, h2) == 1);
123 GPR_ASSERT(grpc_histogram_count(h1) == 4)
    [all...]
  /external/jemalloc_new/include/jemalloc/internal/
hash.h 77 uint32_t h1 = seed; local
94 h1 ^= k1;
95 h1 = hash_rotl_32(h1, 13);
96 h1 = h1*5 + 0xe6546b64;
110 k1 *= c2; h1 ^= k1;
115 h1 ^= len;
117 h1 = hash_fmix_32(h1);
128 uint32_t h1 = seed; local
229 uint64_t h1 = seed; local
    [all...]
  /external/grpc-grpc/src/core/lib/gpr/
murmur_hash.cc 35 uint32_t h1 = seed; local
53 h1 ^= k1;
54 h1 = ROTL32(h1, 13);
55 h1 = h1 * 5 + 0xe6546b64;
73 h1 ^= k1;
77 h1 ^= static_cast<uint32_t>(len);
78 FMIX32(h1);
79 return h1;
    [all...]
  /external/python/httplib2/test/410/
410.asis 10 <h1>Don't request me again.</h1>
  /external/jemalloc/include/jemalloc/internal/
hash.h 110 uint32_t h1 = seed; local
127 h1 ^= k1;
128 h1 = hash_rotl_32(h1, 13);
129 h1 = h1*5 + 0xe6546b64;
143 k1 *= c2; h1 ^= k1;
148 h1 ^= len;
150 h1 = hash_fmix_32(h1);
162 uint32_t h1 = seed; local
264 uint64_t h1 = seed; local
    [all...]
  /external/linux-kselftest/tools/testing/selftests/net/forwarding/
bridge_vlan_aware.sh 11 simple_if_init $h1 192.0.2.1/24 2001:db8:1::1/64
16 simple_if_fini $h1 192.0.2.1/24 2001:db8:1::1/64
53 h1=${NETIFS[p1]}
81 ping_test $h1 192.0.2.2
86 ping6_test $h1 2001:db8:1::2
91 learning_test "br0" $swp1 $h1 $h2
96 flood_test $swp2 $h1 $h2
bridge_vlan_unaware.sh 10 simple_if_init $h1 192.0.2.1/24 2001:db8:1::1/64
15 simple_if_fini $h1 192.0.2.1/24 2001:db8:1::1/64
51 h1=${NETIFS[p1]}
79 ping_test $h1 192.0.2.2
84 ping6_test $h1 2001:db8:1::2
89 learning_test "br0" $swp1 $h1 $h2
94 flood_test $swp2 $h1 $h2
router_bridge_vlan.sh 14 simple_if_init $h1
15 vlan_create $h1 555 v$h1 192.0.2.1/28 2001:db8:1::1/64
16 ip -4 route add 192.0.2.128/28 vrf v$h1 nexthop via 192.0.2.2
17 ip -6 route add 2001:db8:2::/64 vrf v$h1 nexthop via 2001:db8:1::2
22 ip -6 route del 2001:db8:2::/64 vrf v$h1
23 ip -4 route del 192.0.2.128/28 vrf v$h1
24 vlan_destroy $h1 555
25 simple_if_fini $h1
73 h1=${NETIFS[p1]
    [all...]
router.sh 10 vrf_create "vrf-h1"
11 ip link set dev $h1 master vrf-h1
13 ip link set dev vrf-h1 up
14 ip link set dev $h1 up
16 ip address add 192.0.2.2/24 dev $h1
17 ip address add 2001:db8:1::2/64 dev $h1
19 ip route add 198.51.100.0/24 vrf vrf-h1 nexthop via 192.0.2.1
20 ip route add 2001:db8:2::/64 vrf vrf-h1 nexthop via 2001:db8:1::1
25 ip route del 2001:db8:2::/64 vrf vrf-h1
    [all...]
  /external/python/httplib2/test/301/
onestep.asis 11 <h1>Fred's exceptionally wonderful page has moved to
13 </h1>
  /external/python/httplib2/test/302/
onestep.asis 11 <h1>Fred's exceptionally wonderful page has moved to
13 </h1>
twostep.asis 11 <h1>Fred's exceptionally wonderful page has moved to
13 </h1>
  /external/python/httplib2/test/307/
onestep.asis 11 <h1>Fred's exceptionally wonderful page has moved to
13 </h1>
  /external/python/httplib2/test/
test.asis 11 <h1>Fred's exceptionally wonderful page has moved to
13 </h1>
  /external/llvm/test/MC/AArch64/
arm64-v128_lo-diagnostics.s 7 sqrdmulh h0, h1, v16.h[0]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/
arm64-v128_lo-diagnostics.s 7 sqrdmulh h0, h1, v16.h[0]
  /external/epid-sdk/epid/common/1.1/src/
grouppubkey.c 45 result = NewEcPoint(G1, &pubkey->h1);
48 ReadEcPoint(G1, &pub_key_str->h1, sizeof(pub_key_str->h1), pubkey->h1);
68 DeleteEcPoint(&pubkey->h1);
78 DeleteEcPoint(&(*pub_key)->h1);

Completed in 1559 milliseconds

1 2 3 4 5 6 7 8 91011>>