/third_party/mbedtls/library/ |
H A D | sha512.c | 387 uint64x2_t gh = vld1q_u64(&ctx->state[6]); in mbedtls_internal_sha512_process_many_a64_crypto() local 401 uint64x2_t gh_orig = gh; in mbedtls_internal_sha512_process_many_a64_crypto() 425 sum = vaddq_u64(vextq_u64(initial_sum, initial_sum, 1), gh); in mbedtls_internal_sha512_process_many_a64_crypto() 426 intermed = vsha512hq_u64(sum, vextq_u64(ef, gh, 1), vextq_u64(cd, ef, 1)); in mbedtls_internal_sha512_process_many_a64_crypto() 427 gh = vsha512h2q_u64(intermed, cd, ab); in mbedtls_internal_sha512_process_many_a64_crypto() 434 ef = vsha512h2q_u64(intermed, ab, gh); in mbedtls_internal_sha512_process_many_a64_crypto() 440 intermed = vsha512hq_u64(sum, vextq_u64(ab, cd, 1), vextq_u64(gh, ab, 1)); in mbedtls_internal_sha512_process_many_a64_crypto() 441 cd = vsha512h2q_u64(intermed, gh, ef); in mbedtls_internal_sha512_process_many_a64_crypto() 442 gh = vaddq_u64(gh, interme in mbedtls_internal_sha512_process_many_a64_crypto() [all...] |
H A D | aesni.c | 186 __m128i gh = _mm_slli_epi64(dx, 57); // d<<57:stuff in gcm_mix() local 187 __m128i hh = _mm_srli_si128(_mm_xor_si128(_mm_xor_si128(eh, fh), gh), 8); // 0:missing bits of d in gcm_mix()
|
/third_party/node/tools/actions/ |
H A D | commit-queue.sh | 18 gh pr edit "$pr" --add-label "${COMMIT_QUEUE_FAILED_LABEL}" 25 gh pr comment "$pr" --body "$body" 35 gh pr view "$pr" --json labels --jq ".labels" > labels.json 43 if gh pr checks "$pr" | grep -q "\spending\s"; then 49 gh pr edit "$pr" --remove-label "$COMMIT_QUEUE_LABEL" 85 # TODO: use `gh pr merge` when the GitHub CLI allows to customize the commit title (https://github.com/cli/cli/issues/1023). 96 if ! gh api -X PUT "repos/${OWNER}/${REPOSITORY}/pulls/${pr}/merge" --input output.json > output; then 110 gh pr comment "$pr" --body "Landed in $commits" 112 [ -z "$MULTIPLE_COMMIT_POLICY" ] && gh pr close "$pr"
|
/third_party/libwebsockets/lib/cose/ |
H A D | cose_validate_alg.c | 35 enum lws_genhash_types gh; in lws_cose_val_alg_create() local 50 gh = LWS_GENHASH_TYPE_SHA256; in lws_cose_val_alg_create() 55 gh = LWS_GENHASH_TYPE_SHA384; in lws_cose_val_alg_create() 60 gh = LWS_GENHASH_TYPE_SHA512; in lws_cose_val_alg_create() 70 if (lws_genhash_init(&alg->hash_ctx, gh)) in lws_cose_val_alg_create() 118 gh = LWS_GENHASH_TYPE_SHA256; in lws_cose_val_alg_create() 122 gh = LWS_GENHASH_TYPE_SHA384; in lws_cose_val_alg_create() 126 gh = LWS_GENHASH_TYPE_SHA512; in lws_cose_val_alg_create() 134 if (lws_genhash_init(&alg->hash_ctx, gh)) in lws_cose_val_alg_create() 138 LGRSAM_PKCS1_1_5, gh)) { in lws_cose_val_alg_create() [all...] |
H A D | cose_sign_alg.c | 35 enum lws_genhash_types gh; in lws_cose_sign_alg_create() local 50 gh = LWS_GENHASH_TYPE_SHA256; in lws_cose_sign_alg_create() 55 gh = LWS_GENHASH_TYPE_SHA384; in lws_cose_sign_alg_create() 60 gh = LWS_GENHASH_TYPE_SHA512; in lws_cose_sign_alg_create() 70 if (lws_genhash_init(&alg->hash_ctx, gh)) in lws_cose_sign_alg_create() 118 gh = LWS_GENHASH_TYPE_SHA256; in lws_cose_sign_alg_create() 122 gh = LWS_GENHASH_TYPE_SHA384; in lws_cose_sign_alg_create() 126 gh = LWS_GENHASH_TYPE_SHA512; in lws_cose_sign_alg_create() 135 if (lws_genhash_init(&alg->hash_ctx, gh)) in lws_cose_sign_alg_create() 139 LGRSAM_PKCS1_1_5, gh)) { in lws_cose_sign_alg_create() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_chromashift.c | 38 int gh, gv; member 168 const int gh = s->gh; \ 195 dg[x] = sg[av_clip(x - gh, 0, w - 1) + gy]; \ 235 const int gh = s->gh; \ 268 int gx = (x - gh) % w; \ 432 { "gh", "shift green horizontally", OFFSET(gh), AV_OPT_TYPE_INT, {.i64=0}, -255, 255, .flags = VFR },
|
/third_party/vk-gl-cts/external/vulkan-docs/src/config/ |
H A D | rouge-extend-css.rb | 24 pre.rouge .gh, pre.rouge .bp {
|
/third_party/icu/icu4c/source/samples/ucnv/ |
H A D | convsamp.cpp | 414 uint32_t gh = 0; in convsample_06() local 472 gh++; in convsample_06() 491 printf("%d ie digraphs, %d gh digraphs.\n", ie, gh); in convsample_06()
|
/third_party/skia/third_party/externals/icu/source/samples/ucnv/ |
H A D | convsamp.cpp | 414 uint32_t gh = 0; in convsample_06() local 472 gh++; in convsample_06() 491 printf("%d ie digraphs, %d gh digraphs.\n", ie, gh); in convsample_06()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_etc_decode.c | 418 nir_ssa_def *gh = nir_ubfe_imm(&b, color_x, 25, 7); in build_shader() local 428 gh = etc_extend(&b, gh, 7); in build_shader() 434 nir_ssa_def *dx = nir_imul(&b, nir_isub(&b, nir_vec3(&b, rh, gh, bh), rgb), in build_shader()
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | ETC_Decoder.cpp | 566 int gh = extend_7to8bits(GH); in decodePlanarBlock() local 581 ((i * (gh - go) + gy) >> 2) + go, in decodePlanarBlock()
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | ETC_Decoder.cpp | 569 int gh = extend_7to8bits(GH); in decodePlanarBlock() local 584 ((i * (gh - go) + gy) >> 2) + go, in decodePlanarBlock()
|
/third_party/skia/src/svg/ |
H A D | SkSVGDevice.cpp | 79 uint8_t gh = g >> 4; in svg_color() local 83 if ((rh == rl) && (gh == gl) && (bh == bl)) { in svg_color() 84 return SkStringPrintf("#%1X%1X%1X", rh, gh, bh); in svg_color()
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink.c | 64 f >>= (gh >> ght[3]) % (8 * sizeof f); \ 781 uint32_t gh = s_info_g.sym_h; in find_sym_impl() local 782 uint32_t gho = gh / (8 * sizeof(size_t)); in find_sym_impl() 783 size_t ghm = 1ul << gh % (8 * sizeof(size_t)); in find_sym_impl() 794 f >>= (gh >> ght[3]) % (8 * sizeof f); in find_sym_impl() 832 uint32_t gh = s_info_g.sym_h, gho = gh / (8*sizeof(size_t)), *ght; in find_sym2() local 833 size_t ghm = 1ul << gh % (8*sizeof(size_t)); in find_sym2() 870 uint32_t h = 0, gh = s_info_g.sym_h, gho = gh / ( in find_sym_by_deps() local 909 uint32_t gh = s_info_g.sym_h, gho = gh / (8 * sizeof(size_t)), *ght; find_sym_by_saved_so_list() local [all...] |
/third_party/musl/ldso/linux/ |
H A D | dynlink.c | 91 f >>= (gh >> ght[3]) % (8 * sizeof f); \ 815 uint32_t gh = s_info_g.sym_h; in find_sym_impl() local 816 uint32_t gho = gh / (8 * sizeof(size_t)); in find_sym_impl() 817 size_t ghm = 1ul << gh % (8 * sizeof(size_t)); in find_sym_impl() 828 f >>= (gh >> ght[3]) % (8 * sizeof f); in find_sym_impl() 866 uint32_t gh = s_info_g.sym_h, gho = gh / (8 * sizeof(size_t)), *ght; in find_sym2() local 867 size_t ghm = 1ul << gh % (8*sizeof(size_t)); in find_sym2() 905 uint32_t h = 0, gh = s_info_g.sym_h, gho = gh / ( in find_sym_by_deps() local 944 uint32_t gh = s_info_g.sym_h, gho = gh / (8 * sizeof(size_t)), *ght; find_sym_by_saved_so_list() local [all...] |
/third_party/mesa3d/src/imgui/ |
H A D | imstb_truetype.h | 3672 int advance, lsb, x0,y0,x1,y1,gw,gh; 3677 gh = y1-y0; 3680 if (y + gh + 1 >= ph) // check if it fits vertically AFTER potentially moving to next row 3683 STBTT_assert(y+gh < ph); 3684 stbtt_MakeGlyphBitmap(&f, pixels+x+y*pw, gw,gh,pw, scale,scale, g); 3688 chardata[i].y1 = (stbtt_int16) (y + gh); 3693 if (y+gh+1 > bottom_y) 3694 bottom_y = y+gh+1;
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imstb_truetype.h | 3672 int advance, lsb, x0,y0,x1,y1,gw,gh; 3677 gh = y1-y0; 3680 if (y + gh + 1 >= ph) // check if it fits vertically AFTER potentially moving to next row 3683 STBTT_assert(y+gh < ph); 3684 stbtt_MakeGlyphBitmap(&f, pixels+x+y*pw, gw,gh,pw, scale,scale, g); 3688 chardata[i].y1 = (stbtt_int16) (y + gh); 3693 if (y+gh+1 > bottom_y) 3694 bottom_y = y+gh+1;
|
/third_party/musl/porting/liteos_a/user/ldso/ |
H A D | dynlink.c | 301 uint32_t h = 0, gh = gnu_hash(s), gho = gh / (8*sizeof(size_t)), *ght; in find_sym2() local 302 size_t ghm = 1ul << gh % (8*sizeof(size_t)); in find_sym2() 308 sym = gnu_lookup_filtered(gh, ght, dso, s, gho, ghm); in find_sym2()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
H A D | dynlink.c | 301 uint32_t h = 0, gh = gnu_hash(s), gho = gh / (8*sizeof(size_t)), *ght; in find_sym2() local 302 size_t ghm = 1ul << gh % (8*sizeof(size_t)); in find_sym2() 308 sym = gnu_lookup_filtered(gh, ght, dso, s, gho, ghm); in find_sym2()
|
/third_party/musl/ldso/ |
H A D | dynlink.c | 316 uint32_t h = 0, gh = gnu_hash(s), gho = gh / (8*sizeof(size_t)), *ght; in find_sym2() local 317 size_t ghm = 1ul << gh % (8*sizeof(size_t)); in find_sym2() 323 sym = gnu_lookup_filtered(gh, ght, dso, s, gho, ghm); in find_sym2()
|
/third_party/skia/third_party/externals/angle2/src/image_util/ |
H A D | loadimage_etc.cpp | 648 int gh = extend_7to8bits(u.pblk.GH); in decodePlanarBlock() local 665 ((static_cast<int>(i) * (gh - go) + gy) >> 2) + go, in decodePlanarBlock()
|
/third_party/rust/crates/regex/regex-syntax/src/hir/literal/ |
H A D | mod.rs | 1615 test_trim!(trim4, 2, vec![M("abc"), M("ghij")], vec![C("a"), C("gh")]);
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_configdialog.py | 687 gh = idleConf.GetHighlight
|
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/ |
H A D | ReactorUnitTests.cpp | 2258 Float4 gh = g + h; 2265 Float4 efgh = ef + gh;
|
/third_party/ffmpeg/tests/fate/ |
H A D | filter-video.mak | 429 fate-filter-colorbalance-gbrap: CMD = framecrc -c:v pgmyuv -i $(SRC) -vf scale,format=gbrap,colorbalance=gh=.2 -flags +bitexact -sws_flags +accurate_rnd+bitexact -frames:v 3
|