/third_party/libwebsockets/plugins/ssh-base/crypto/ |
H A D | poly1305.c | 33 uint32_t h0,h1,h2,h3,h4; in poly1305_auth() local 67 h4 = 0; in poly1305_auth() 86 h4 += (uint32_t)((t3 >> 8) | (1 << 24)); in poly1305_auth() 91 mul32x32_64(h4,s1); in poly1305_auth() 94 mul32x32_64(h4,s2); in poly1305_auth() 97 mul32x32_64(h4,s3); in poly1305_auth() 100 mul32x32_64(h4,s4); in poly1305_auth() 103 mul32x32_64(h4,r0); in poly1305_auth() 109 t[4] += b; h4 = (uint32_t)t[4] & 0x3ffffff; b = (uint32_t)(t[4] >> 26); in poly1305_auth() 136 h4 in poly1305_auth() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | strictFunctionTypesErrors.js | 52 declare let h4: Func<Func<string, void>, string>; 56 h1 = h4; // Ok 60 h2 = h4; // Ok 64 h3 = h4; // Ok 66 h4 = h1; // Error 67 h4 = h2; // Error 68 h4 = h3; // Error 188 h1 = h4; // Ok
191 h2 = h4; // Ok
194 h3 = h4; // O [all...] |
H A D | templateStringBinaryOperations.js | 48 var h4 = `2${ 3 & 4 }5` + 6; 99 var h4 = "2".concat(3 & 4, "5") + 6;
variable
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/ |
H A D | poly1305.c | 295 u32 h0, h1, h2, h3, h4, c; in poly1305_blocks() local 311 h4 = st->h[4]; in poly1305_blocks() 319 h4 += (u32)(d3 >> 32) + padbit; in poly1305_blocks() 330 (h4 * s1); in poly1305_blocks() 335 (h4 * s2); in poly1305_blocks() 340 (h4 * s3); in poly1305_blocks() 341 h4 = (h4 * r0); in poly1305_blocks() 344 /* a) h4:h0 = h4<<12 in poly1305_blocks() 383 u32 h0, h1, h2, h3, h4; poly1305_emit() local [all...] |
/third_party/openssl/crypto/poly1305/ |
H A D | poly1305.c | 295 u32 h0, h1, h2, h3, h4, c; in poly1305_blocks() local 311 h4 = st->h[4]; in poly1305_blocks() 319 h4 += (u32)(d3 >> 32) + padbit; in poly1305_blocks() 330 (h4 * s1); in poly1305_blocks() 335 (h4 * s2); in poly1305_blocks() 340 (h4 * s3); in poly1305_blocks() 341 h4 = (h4 * r0); in poly1305_blocks() 344 /* a) h4:h0 = h4<<12 in poly1305_blocks() 383 u32 h0, h1, h2, h3, h4; poly1305_emit() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-armv4.pl | 177 my ($h0,$h1,$h2,$h3,$h4,$r0,$r1,$r2,$r3)=map("r$_",(4..12)); 210 addhi $h4,$h4,#1 @ 1<<128 251 addhi $h4,$h4,#1 @ padbit 272 adc $h4,$h4,#0 274 umlal r2,r3,$h4,$s1 283 mul r0,$s2,$h4 290 mul r2,$s3,$h4 [all...] |
H A D | poly1305-ppc.pl | 256 my ($h0,$h1,$h2,$h3,$h4,$t0) = map("r$_",(7..12)); 266 lwz $h4,16($ctx) 275 sldi $t0,$h4,40 276 srdi $h4,$h4,24 279 addze $h2,$h4 282 ld $h4,8($ctx) 287 xor $h1,$h1,$h4 293 xor $h1,$h1,$h4 297 addze $h4, [all...] |
H A D | poly1305-sparcv9.pl | 50 my ($r0,$r1,$r2,$r3,$s1,$s2,$s3,$h4) = map("%l$_",(0..7)); 165 ld [$ctx+16],$h4 201 addc $padbit,$h4,$h4 237 umul $s1,$h4,$t0 238 umul $s2,$h4,$t1 239 umul $s3,$h4,$t2 240 umul $r0,$h4,$h4 254 addc $t0,$h4, [all...] |
H A D | poly1305-c64xplus.pl | 71 STW B8,*${CTXA}[4] ; initialize h4 142 LDW *${CTXA}[4],$H4 ; load h4 170 || ADD $PADBIT,$H4,$H4 ; h4+=padbit 236 ADDAW B16,B16,B16 ; 5*(h4>>2) 261 STW $H4,*${CTXA}[4] ; save h4 275 LDW *${CTXA}[4],A20 ; load h4
|
/third_party/openssl/crypto/poly1305/asm/ |
H A D | poly1305-armv4.pl | 177 my ($h0,$h1,$h2,$h3,$h4,$r0,$r1,$r2,$r3)=map("r$_",(4..12)); 210 addhi $h4,$h4,#1 @ 1<<128 251 addhi $h4,$h4,#1 @ padbit 272 adc $h4,$h4,#0 274 umlal r2,r3,$h4,$s1 283 mul r0,$s2,$h4 290 mul r2,$s3,$h4 [all...] |
H A D | poly1305-ppc.pl | 256 my ($h0,$h1,$h2,$h3,$h4,$t0) = map("r$_",(7..12)); 266 lwz $h4,16($ctx) 275 sldi $t0,$h4,40 276 srdi $h4,$h4,24 279 addze $h2,$h4 282 ld $h4,8($ctx) 287 xor $h1,$h1,$h4 293 xor $h1,$h1,$h4 297 addze $h4, [all...] |
H A D | poly1305-sparcv9.pl | 50 my ($r0,$r1,$r2,$r3,$s1,$s2,$s3,$h4) = map("%l$_",(0..7)); 165 ld [$ctx+16],$h4 201 addc $padbit,$h4,$h4 237 umul $s1,$h4,$t0 238 umul $s2,$h4,$t1 239 umul $s3,$h4,$t2 240 umul $r0,$h4,$h4 254 addc $t0,$h4, [all...] |
H A D | poly1305-c64xplus.pl | 71 STW B8,*${CTXA}[4] ; initialize h4 142 LDW *${CTXA}[4],$H4 ; load h4 170 || ADD $PADBIT,$H4,$H4 ; h4+=padbit 236 ADDAW B16,B16,B16 ; 5*(h4>>2) 261 STW $H4,*${CTXA}[4] ; save h4 275 LDW *${CTXA}[4],A20 ; load h4
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
H A D | sfdriver.c | 307 FT_UInt32 h4 = seed; in murmur_hash_3_128() local 351 h3 += h4; in murmur_hash_3_128() 357 h4 ^= k4; in murmur_hash_3_128() 359 h4 = ROTL32( h4, 13 ); in murmur_hash_3_128() 360 h4 += h1; in murmur_hash_3_128() 361 h4 = h4 * 5 + 0x32ac3b17; in murmur_hash_3_128() 386 h4 ^= k4; in murmur_hash_3_128() 444 h4 in murmur_hash_3_128() [all...] |
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | curve25519.c | 316 uint64_t h4 = (load_6(s + 26) & 0x7fffffffffff) << 4; /* 51 bits */ in fe51_frombytes() local 321 h4 |= h3 >> 51; h3 &= MASK51; in fe51_frombytes() 327 h[4] = h4; in fe51_frombytes() 336 uint64_t h4 = h[4]; in fe51_tobytes() local 344 q = (h4 + q) >> 51; in fe51_tobytes() 351 h4 += h3 >> 51; h3 &= MASK51; in fe51_tobytes() 352 h4 &= MASK51; in fe51_tobytes() 380 s[25] = (uint8_t)((h3 >> 47) | ((uint32_t)h4 << 4)); in fe51_tobytes() 381 s[26] = (uint8_t)(h4 >> 4); in fe51_tobytes() 382 s[27] = (uint8_t)(h4 >> 1 in fe51_tobytes() 402 u128 h0, h1, h2, h3, h4; fe51_mul() local 518 u128 h4 = f[4] * (u128)121666; fe51_mul121666() local 807 int64_t h4 = load_3(s + 13) << 2; fe_frombytes() local 878 int32_t h4 = h[4]; fe_tobytes() local 1185 int64_t h4 = f0g4 + f1g3_2 + f2g2 + f3g1_2 + f4g0 + f5g9_38 + f6g8_19 + f7g7_38 + f8g6_19 + f9g5_38; fe_mul() local 1359 int64_t h4 = f0f4_2 + f1f3_4 + f2f2 + f5f9_76 + f6f8_38 + f7f7_38; fe_sq() local 1668 int64_t h4 = f0f4_2 + f1f3_4 + f2f2 + f5f9_76 + f6f8_38 + f7f7_38; fe_sq2() local 4336 int64_t h4 = f4 * (int64_t) 121666; fe_mul121666() local [all...] |
/third_party/openssl/crypto/ec/ |
H A D | curve25519.c | 316 uint64_t h4 = (load_6(s + 26) & 0x7fffffffffff) << 4; /* 51 bits */ in fe51_frombytes() local 321 h4 |= h3 >> 51; h3 &= MASK51; in fe51_frombytes() 327 h[4] = h4; in fe51_frombytes() 336 uint64_t h4 = h[4]; in fe51_tobytes() local 344 q = (h4 + q) >> 51; in fe51_tobytes() 351 h4 += h3 >> 51; h3 &= MASK51; in fe51_tobytes() 352 h4 &= MASK51; in fe51_tobytes() 380 s[25] = (uint8_t)((h3 >> 47) | ((uint32_t)h4 << 4)); in fe51_tobytes() 381 s[26] = (uint8_t)(h4 >> 4); in fe51_tobytes() 382 s[27] = (uint8_t)(h4 >> 1 in fe51_tobytes() 402 u128 h0, h1, h2, h3, h4; fe51_mul() local 518 u128 h4 = f[4] * (u128)121666; fe51_mul121666() local 807 int64_t h4 = load_3(s + 13) << 2; fe_frombytes() local 878 int32_t h4 = h[4]; fe_tobytes() local 1185 int64_t h4 = f0g4 + f1g3_2 + f2g2 + f3g1_2 + f4g0 + f5g9_38 + f6g8_19 + f7g7_38 + f8g6_19 + f9g5_38; fe_mul() local 1359 int64_t h4 = f0f4_2 + f1f3_4 + f2f2 + f5f9_76 + f6f8_38 + f7f7_38; fe_sq() local 1668 int64_t h4 = f0f4_2 + f1f3_4 + f2f2 + f5f9_76 + f6f8_38 + f7f7_38; fe_sq2() local 4336 int64_t h4 = f4 * (int64_t) 121666; fe_mul121666() local [all...] |
/third_party/openssl/ohos_lite/crypto/ec/ |
H A D | curve25519.c | 306 uint64_t h4 = (load_6(s + 26) & 0x7fffffffffff) << 4; /* 51 bits */ in fe51_frombytes() local 311 h4 |= h3 >> 51; h3 &= MASK51; in fe51_frombytes() 317 h[4] = h4; in fe51_frombytes() 326 uint64_t h4 = h[4]; in fe51_tobytes() local 334 q = (h4 + q) >> 51; in fe51_tobytes() 341 h4 += h3 >> 51; h3 &= MASK51; in fe51_tobytes() 342 h4 &= MASK51; in fe51_tobytes() 370 s[25] = (uint8_t)((h3 >> 47) | ((uint32_t)h4 << 4)); in fe51_tobytes() 371 s[26] = (uint8_t)(h4 >> 4); in fe51_tobytes() 372 s[27] = (uint8_t)(h4 >> 1 in fe51_tobytes() 392 u128 h0, h1, h2, h3, h4; fe51_mul() local 508 u128 h4 = f[4] * (u128)121666; fe51_mul121666() local 797 int64_t h4 = load_3(s + 13) << 2; fe_frombytes() local 868 int32_t h4 = h[4]; fe_tobytes() local 1175 int64_t h4 = f0g4 + f1g3_2 + f2g2 + f3g1_2 + f4g0 + f5g9_38 + f6g8_19 + f7g7_38 + f8g6_19 + f9g5_38; fe_mul() local 1349 int64_t h4 = f0f4_2 + f1f3_4 + f2f2 + f5f9_76 + f6f8_38 + f7f7_38; fe_sq() local 1658 int64_t h4 = f0f4_2 + f1f3_4 + f2f2 + f5f9_76 + f6f8_38 + f7f7_38; fe_sq2() local 4326 int64_t h4 = f4 * (int64_t) 121666; fe_mul121666() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | vp9block.c | 95 int bh4 = ff_vp9_bwh_tab[1][b->bs][1], h4 = FFMIN(s->rows - row, bh4), y; in decode_mode() local 115 for (y = 0; y < h4; y++) { in decode_mode() 127 memset(&td->left_segpred_ctx[row7], 1, h4); in decode_mode() 133 memset(&td->left_segpred_ctx[row7], 0, h4); in decode_mode() 767 for (n = 0; n < h4 * 2; n++) { in decode_mode() 775 for (y = 0; y < h4; y++) { in decode_mode() 970 int w4 = ff_vp9_bwh_tab[1][b->bs][0] << 1, h4 = ff_vp9_bwh_tab[1][b->bs][1] << 1; in decode_coeffs() local 972 int end_y = FFMIN(2 * (s->rows - row), h4); in decode_coeffs() 1052 SPLAT(l, end_y, step, end_y == h4); \ in decode_coeffs() 1099 h4 >> in decode_coeffs() 1269 int w4 = ff_vp9_bwh_tab[1][bs][0], h4 = ff_vp9_bwh_tab[1][bs][1], lvl; ff_vp9_decode_block() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha1-ia64.pl | 43 ($h0,$h1,$h2,$h3,$h4) = ("h0","h1","h2","h3","h4"); 51 ($h0,$h1,$h2,$h3,$h4) = ("loc5","loc6","loc7","loc8","loc9"); 196 add $h4=$h4,$d };; // wrap up 267 { .mmi; ld4 $h4=[ctx],-16 280 mov $E=$h4 };; 307 { .mib; st4 [ctx]=$h4,-16
|
/third_party/openssl/crypto/sha/asm/ |
H A D | sha1-ia64.pl | 43 ($h0,$h1,$h2,$h3,$h4) = ("h0","h1","h2","h3","h4"); 51 ($h0,$h1,$h2,$h3,$h4) = ("loc5","loc6","loc7","loc8","loc9"); 196 add $h4=$h4,$d };; // wrap up 267 { .mmi; ld4 $h4=[ctx],-16 280 mov $E=$h4 };; 307 { .mib; st4 [ctx]=$h4,-16
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | Hashing.h | 261 uint64_t h0, h1, h2, h3, h4, h5, h6; member 270 state.h6 = hash_16_bytes(state.h4, state.h5); in create() 292 h1 = rotate(h1 + h4 + fetch64(s + 48), 42) * k1; in mix() 296 h3 = h4 * k1; in mix() 297 h4 = h0 + h5; in mix() 298 mix_32_bytes(s, h3, h4); in mix() 309 hash_16_bytes(h4, h6) + shift_mix(length) * k1 + h0); in finalize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | Hashing.h | 260 uint64_t h0 = 0, h1 = 0, h2 = 0, h3 = 0, h4 = 0, h5 = 0, h6 = 0; member 269 state.h6 = hash_16_bytes(state.h4, state.h5); in create() 291 h1 = rotate(h1 + h4 + fetch64(s + 48), 42) * k1; in mix() 295 h3 = h4 * k1; in mix() 296 h4 = h0 + h5; in mix() 297 mix_32_bytes(s, h3, h4); in mix() 308 hash_16_bytes(h4, h6) + shift_mix(length) * k1 + h0); in finalize()
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/poly1305/ |
H A D | poly1305-armv4.S | 255 add r8,r8,r3 @ h4+=d3>>32 418 @ d0 = h0*r0 + h4*5*r1 + h3*5*r2 + h2*5*r3 + h1*5*r4 419 @ d1 = h1*r0 + h0*r1 + h4*5*r2 + h3*5*r3 + h2*5*r4 420 @ d2 = h2*r0 + h1*r1 + h0*r2 + h4*5*r3 + h3*5*r4 421 @ d3 = h3*r0 + h2*r1 + h1*r2 + h0*r3 + h4*5*r4 422 @ d4 = h4*r0 + h3*r1 + h2*r2 + h1*r3 + h0*r4 507 vadd.i64 q9,q9,q15 @ h3 -> h4 524 vadd.i32 d10,d10,d30 @ h4 -> h0 533 vadd.i32 d18,d18,d8 @ h3 -> h4 771 @ d4 = h4*r [all...] |
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/poly1305/ |
H A D | poly1305-armv4.S | 255 add r8,r8,r3 @ h4+=d3>>32 418 @ d0 = h0*r0 + h4*5*r1 + h3*5*r2 + h2*5*r3 + h1*5*r4 419 @ d1 = h1*r0 + h0*r1 + h4*5*r2 + h3*5*r3 + h2*5*r4 420 @ d2 = h2*r0 + h1*r1 + h0*r2 + h4*5*r3 + h3*5*r4 421 @ d3 = h3*r0 + h2*r1 + h1*r2 + h0*r3 + h4*5*r4 422 @ d4 = h4*r0 + h3*r1 + h2*r2 + h1*r3 + h0*r4 507 vadd.i64 q9,q9,q15 @ h3 -> h4 524 vadd.i32 d10,d10,d30 @ h4 -> h0 533 vadd.i32 d18,d18,d8 @ h3 -> h4 771 @ d4 = h4*r [all...] |
/third_party/vixl/test/aarch64/ |
H A D | test-disasm-fp-aarch64.cc | 147 COMPARE(fnmul(h4, h5, h6), "fnmul h4, h5, h6"); in TEST() 159 COMPARE(fmaxnm(h4, h5, h6), "fmaxnm h4, h5, h6"); in TEST() 172 COMPARE(fmadd(h4, h5, h6, h10), "fmadd h4, h5, h6, h10"); in TEST() 175 COMPARE(fmsub(h4, h5, h6, h10), "fmsub h4, h5, h6, h10"); in TEST() 179 COMPARE(fnmadd(h4, h5, h6, h10), "fnmadd h4, h in TEST() [all...] |