/external/boringssl/src/ssl/test/runner/poly1305/ |
D | sum_ref.go | 14 h0, h1, h2, h3, h4 uint32 // the hash accumulators 32 h4 += (binary.LittleEndian.Uint32(msg[12:]) >> 8) | (1 << 24) 35 …d0 := (uint64(h0) * r0) + (uint64(h1) * R4) + (uint64(h2) * R3) + (uint64(h3) * R2) + (uint64(h4) … 36 …+ (uint64(h0) * r1) + (uint64(h1) * r0) + (uint64(h2) * R4) + (uint64(h3) * R3) + (uint64(h4) * R2) 37 …+ (uint64(h0) * r2) + (uint64(h1) * r1) + (uint64(h2) * r0) + (uint64(h3) * R4) + (uint64(h4) * R3) 38 …+ (uint64(h0) * r3) + (uint64(h1) * r2) + (uint64(h2) * r1) + (uint64(h3) * r0) + (uint64(h4) * R4) 39 …+ (uint64(h0) * r4) + (uint64(h1) * r3) + (uint64(h2) * r2) + (uint64(h3) * r1) + (uint64(h4) * r0) 46 h4 = uint32(d4) & 0x3ffffff 65 h4 += (binary.LittleEndian.Uint32(block[12:]) >> 8) 68 …d0 := (uint64(h0) * r0) + (uint64(h1) * R4) + (uint64(h2) * R3) + (uint64(h3) * R2) + (uint64(h4) … [all …]
|
D | sum_s390x.s | 81 #define MULTIPLY(f0, f1, f2, f3, f4, g0, g1, g2, g3, g4, g51, g52, g53, g54, h0, h1, h2, h3, h4) \ argument 86 VMLOF f0, g4, h4 \ 96 VMALOF f2, g2, h4, h4 \ 106 VMALOF f4, g0, h4, h4 \ 111 VAG T_4, h4, h4 114 #define REDUCE(h0, h1, h2, h3, h4) \ argument 120 VAG T_1, h4, h4 \ 122 VESRLG $26, h4, T_3 \ 124 VN MOD26, h4, h4 \ 137 VAG T_2, h4, h4 [all …]
|
/external/openssh/ |
D | poly1305.c | 36 uint32_t h0,h1,h2,h3,h4; in poly1305_auth() local 70 h4 = 0; in poly1305_auth() 87 h4 += (t3 >> 8) | (1 << 24); in poly1305_auth() 91 …2x32_64(h0,r0) + mul32x32_64(h1,s4) + mul32x32_64(h2,s3) + mul32x32_64(h3,s2) + mul32x32_64(h4,s1); in poly1305_auth() 92 …2x32_64(h0,r1) + mul32x32_64(h1,r0) + mul32x32_64(h2,s4) + mul32x32_64(h3,s3) + mul32x32_64(h4,s2); in poly1305_auth() 93 …2x32_64(h0,r2) + mul32x32_64(h1,r1) + mul32x32_64(h2,r0) + mul32x32_64(h3,s4) + mul32x32_64(h4,s3); in poly1305_auth() 94 …2x32_64(h0,r3) + mul32x32_64(h1,r2) + mul32x32_64(h2,r1) + mul32x32_64(h3,r0) + mul32x32_64(h4,s4); in poly1305_auth() 95 …2x32_64(h0,r4) + mul32x32_64(h1,r3) + mul32x32_64(h2,r2) + mul32x32_64(h3,r1) + mul32x32_64(h4,r0); in poly1305_auth() 101 t[4] += b; h4 = (uint32_t)t[4] & 0x3ffffff; b = (uint32_t)(t[4] >> 26); in poly1305_auth() 124 h4 += (t3 >> 8); in poly1305_auth() [all …]
|
/external/libxml2/result/HTML/ |
D | test3.html.sax | 76 SAX.startElement(h4) 81 SAX.endElement(h4) 86 SAX.startElement(h4) 91 SAX.endElement(h4) 96 SAX.startElement(h4) 101 SAX.endElement(h4) 106 SAX.startElement(h4) 111 SAX.endElement(h4) 116 SAX.startElement(h4) 121 SAX.endElement(h4) [all …]
|
D | test3.html.err | 7 ./test/HTML/test3.html:27: HTML parser error : Opening and ending tag mismatch: h4 and b 8 <h4><b>Links</h4></b> 11 <h4><b>Links</h4></b>
|
/external/dtc/tests/ |
D | phandle_format.c | 39 uint32_t h4; in main() local 60 h4 = fdt_get_phandle(fdt, n4); in main() 61 if ((h4 == 0) || (h4 == -1)) in main() 62 FAIL("/node4 has bad phandle 0x%x\n", h4); in main() 65 check_getprop_cell(fdt, n4, "linux,phandle", h4); in main() 71 check_getprop_cell(fdt, n4, "phandle", h4); in main()
|
D | references.c | 80 uint32_t h1, h2, h4, h5; in main() local 103 h4 = fdt_get_phandle(fdt, n4); in main() 112 if ((h4 == 0x2000) || (h4 == 0x1) || (h4 == 0)) in main() 113 FAIL("/node4 has bad phandle, 0x%x", h4); in main() 117 if ((h5 == h4) || (h5 == h2) || (h5 == h1)) in main() 122 check_ref(fdt, n3, h4); in main()
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | hash.h | 131 uint32_t h4 = seed; in hash_x86_128() local 161 h3 = hash_rotl_32(h3, 15); h3 += h4; in hash_x86_128() 164 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4; in hash_x86_128() 166 h4 = hash_rotl_32(h4, 13); h4 += h1; in hash_x86_128() 167 h4 = h4*5 + 0x32ac3b17; in hash_x86_128() 183 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4; in hash_x86_128() 206 h1 ^= len; h2 ^= len; h3 ^= len; h4 ^= len; in hash_x86_128() 208 h1 += h2; h1 += h3; h1 += h4; in hash_x86_128() 209 h2 += h1; h3 += h1; h4 += h1; in hash_x86_128() 214 h4 = hash_fmix_32(h4); in hash_x86_128() [all …]
|
/external/boringssl/src/crypto/poly1305/ |
D | poly1305.c | 47 uint32_t h0, h1, h2, h3, h4; member 87 state->h4 += (t3 >> 8) | (1 << 24); in poly1305_update() 92 mul32x32_64(state->h4, state->s1); in poly1305_update() 95 mul32x32_64(state->h4, state->s2); in poly1305_update() 98 mul32x32_64(state->h4, state->s3); in poly1305_update() 101 mul32x32_64(state->h4, state->s4); in poly1305_update() 104 mul32x32_64(state->h4, state->r0); in poly1305_update() 118 state->h4 = (uint32_t)t[4] & 0x3ffffff; in poly1305_update() 150 state->h4 += (t3 >> 8); in poly1305_update() 195 state->h4 = 0; in CRYPTO_poly1305_init() [all …]
|
/external/jemalloc/include/jemalloc/internal/ |
D | hash.h | 165 uint32_t h4 = seed; in hash_x86_128() local 195 h3 = hash_rotl_32(h3, 15); h3 += h4; in hash_x86_128() 198 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4; in hash_x86_128() 200 h4 = hash_rotl_32(h4, 13); h4 += h1; in hash_x86_128() 201 h4 = h4*5 + 0x32ac3b17; in hash_x86_128() 217 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4; in hash_x86_128() 240 h1 ^= len; h2 ^= len; h3 ^= len; h4 ^= len; in hash_x86_128() 242 h1 += h2; h1 += h3; h1 += h4; in hash_x86_128() 243 h2 += h1; h3 += h1; h4 += h1; in hash_x86_128() 248 h4 = hash_fmix_32(h4); in hash_x86_128() [all …]
|
/external/linux-kselftest/tools/testing/selftests/net/forwarding/ |
D | mirror_gre_lag_lacp.sh | 106 team_create lag2 lacp $h3 $h4 118 ip link set dev $h4 down 126 tc qdisc add dev $h4 clsact 133 tc qdisc del dev $h4 clsact 182 h4=${NETIFS[p6]} 193 trap_install $h4 ingress 200 trap_uninstall $h4 ingress 235 mirror_test vrf-h1 192.0.2.1 192.0.2.18 $h4 1 0 251 test_lag_slave $h3 $h4 "mirror to gretap: LAG first slave" 256 test_lag_slave $h4 $h3 "mirror to gretap: LAG second slave"
|
D | mirror_gre_bridge_1q_lag.sh | 120 simple_if_init $h4 192.0.2.130/28 121 tc qdisc add dev $h4 clsact 126 tc qdisc del dev $h4 clsact 127 simple_if_fini $h4 192.0.2.130/28 182 h4=${NETIFS[p6]} 196 trap_install $h4 ingress 203 trap_uninstall $h4 ingress 246 mirror_test vrf-h1 192.0.2.1 192.0.2.18 $h4 1 0 263 test_lag_slave $h4 $swp4 $swp3 "mirror to gretap: LAG second slave"
|
/external/clang/test/Sema/ |
D | warn-missing-prototypes.c | 19 int h4(int); 20 int h4(); 25 int h4(); in test() 30 int h4(int x) { return x; } in h4() function
|
/external/clang/test/Analysis/diagnostics/Inputs/include/ |
D | report-issues-within-main-file.h | 38 int h4 = 0; in cause_div_by_zero_in_header4() local 39 h4 = in/h4; in cause_div_by_zero_in_header4() 40 h4++; in cause_div_by_zero_in_header4()
|
/external/boringssl/src/ssl/test/runner/curve25519/ |
D | curve25519.go | 91 h4 := load3(src[13:]) << 2 106 h4 += carry[3] 121 carry[4] = (h4 + 1<<25) >> 26 123 h4 -= carry[4] << 26 135 dst[4] = int32(h4) 421 h4 := f0g4 + f1g3_2 + f2g2 + f3g1_2 + f4g0 + f5g9_38 + f6g8_19 + f7g7_38 + f8g6_19 + f9g5_38 437 carry[4] = (h4 + (1 << 25)) >> 26 439 h4 -= carry[4] << 26 468 h4 += carry[3] 478 carry[4] = (h4 + (1 << 25)) >> 26 [all …]
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/ |
D | dataurl-realdata-yuiapp.css.min | 1 …h4 .title{font-weight:bold;letter-spacing:-2px;font-size:47px;text-shadow:0 1px 0 #369;background:…
|
D | dataurl-realdata-yuiapp.css | 52 h4 .title { 62 h4 { selector 68 h4 .what { 75 h4 .version { 87 h4, p { selector
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/out/ |
D | dataurl-realdata-yuiapp.out.b | 1 …h4 .title{font-weight:bold;letter-spacing:-2px;font-size:47px;text-shadow:0 1px 0 #369;background:…
|
D | dataurl-realdata-yuiapp.out | 1 …h4 .title{font-weight:bold;letter-spacing:-2px;font-size:47px;text-shadow:0 1px 0 #369;background:…
|
/external/freetype/src/sfnt/ |
D | sfdriver.c | 308 FT_UInt32 h4 = seed; in murmur_hash_3_128() local 352 h3 += h4; in murmur_hash_3_128() 358 h4 ^= k4; in murmur_hash_3_128() 360 h4 = ROTL32( h4, 13 ); in murmur_hash_3_128() 361 h4 += h1; in murmur_hash_3_128() 362 h4 = h4 * 5 + 0x32ac3b17; in murmur_hash_3_128() 387 h4 ^= k4; in murmur_hash_3_128() 445 h4 ^= len; in murmur_hash_3_128() 449 h1 += h4; in murmur_hash_3_128() 453 h4 += h1; in murmur_hash_3_128() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb2/ |
D | constant-islands-jump-table.ll | 16 i32 2, label %h4 28 br label %h4 30 h4: 36 %a2 = phi i32 [%b1, %h1], [%c3, %h4]
|
/external/llvm/test/CodeGen/Thumb2/ |
D | constant-islands-jump-table.ll | 16 i32 2, label %h4 28 br label %h4 30 h4: 36 %a2 = phi i32 [%b1, %h1], [%c3, %h4]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | peephole-align.ll | 14 %struct.h4 = type<{ i16, i16, i16, i16 }> 24 @h4v = global %struct.h4 <{ i16 1, i16 2, i16 3, i16 4 }>, align 8 174 %0 = load i16, i16* getelementptr inbounds (%struct.h4, %struct.h4* @h4v, i32 0, i32 0), align 2 176 store i16 %inc0, i16* getelementptr inbounds (%struct.h4, %struct.h4* @h4v, i32 0, i32 0), align 2 177 %1 = load i16, i16* getelementptr inbounds (%struct.h4, %struct.h4* @h4v, i32 0, i32 1), align 2 179 store i16 %inc1, i16* getelementptr inbounds (%struct.h4, %struct.h4* @h4v, i32 0, i32 1), align 2 180 %2 = load i16, i16* getelementptr inbounds (%struct.h4, %struct.h4* @h4v, i32 0, i32 2), align 2 182 store i16 %inc2, i16* getelementptr inbounds (%struct.h4, %struct.h4* @h4v, i32 0, i32 2), align 2 183 %3 = load i16, i16* getelementptr inbounds (%struct.h4, %struct.h4* @h4v, i32 0, i32 3), align 2 185 store i16 %inc3, i16* getelementptr inbounds (%struct.h4, %struct.h4* @h4v, i32 0, i32 3), align 2
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | hlsl.type.half.frag.out | 33 0:8 'h4' ( temp 4-component vector of float) 69 0:27 'h4' ( temp 4-component vector of float) 117 0:8 'h4' ( temp 4-component vector of float) 153 0:27 'h4' ( temp 4-component vector of float) 182 Name 27 "h4" 235 27(h4): 26(ptr) Variable Function 242 Store 27(h4) 29 247 49: 11(ptr) AccessChain 27(h4) 48
|
/external/angle/third_party/glslang/src/Test/baseResults/ |
D | hlsl.type.half.frag.out | 33 0:8 'h4' ( temp 4-component vector of float) 69 0:27 'h4' ( temp 4-component vector of float) 117 0:8 'h4' ( temp 4-component vector of float) 153 0:27 'h4' ( temp 4-component vector of float) 182 Name 27 "h4" 235 27(h4): 26(ptr) Variable Function 242 Store 27(h4) 29 247 49: 11(ptr) AccessChain 27(h4) 48
|