/third_party/mesa3d/src/gallium/tests/unit/ |
H A D | u_half_test.c | 19 uint16_t rh; in test() local
|
/third_party/skia/src/svg/ |
H A D | SkSVGDevice.cpp | 77 uint8_t rh = r >> 4; in svg_color() local
|
/third_party/backends/backend/escl/ |
H A D | escl_jpeg.c | 197 int rh = (int)((double)scanner->caps[scanner->source].height * ratio); in get_JPEG_data() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_chromashift.c | 37 int rh, rv; member
|
H A D | vf_colorcorrect.c | 42 float rh, bh; member 404 float bl = 0.f, rl = 0.f, bh = 0.f, rh = 0.f; in filter_frame() local [all...] |
H A D | vf_fftdnoiz.c | 289 const int rh = FFMIN(block, height - y * size + hoverlap); in import_block() local 351 const int rh = FFMIN(size, height - y * size + hoverlap); in export_block() local
|
H A D | vf_v360.c | 3274 const float rh = hypotf(uf, vf); in perspective_to_xyz() local
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecp_smpl.c | 964 BIGNUM *rh, *tmp, *Z4, *Z6; in ossl_ec_GFp_simple_is_on_curve() local [all...] |
/third_party/openssl/crypto/ec/ |
H A D | ecp_smpl.c | 964 BIGNUM *rh, *tmp, *Z4, *Z6; in ossl_ec_GFp_simple_is_on_curve() local [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fStencilTexturingTests.cpp | 102 const int rh = rects[rectNdx].w(); in rectsToTriangles() local
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_etc_decode.c | 415 nir_ssa_def *rh = nir_ior(&b, nir_iand_imm(&b, color_y, 1), in build_shader() local
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_sse.h | 324 __m128i al, ah, dl, dh, sl, sh, rl, rh; in util_sse2_blend_premul_4() local 365 __m128i al, ah, dl, dh, sl, sh, rl, rh; in util_sse2_blend_srcalpha_4() local 408 __m128i srca, d, s, rl, rh; in util_sse2_blend_premul_src_4() local
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cVertexAttribBindingTests.cpp | 111 bool CheckRectColor(const std::vector<Vec3>& fb, int fb_w, int rx, int ry, int rw, int rh, const Vec3& expected) in CheckRectColor() argument 139 bool CheckRectColor(const std::vector<Vec4>& fb, int fb_w, int rx, int ry, int rw, int rh, const Vec4& expected) in CheckRectColor() argument
|
/third_party/skia/tests/ |
H A D | PathOpsAngleIdeas.cpp | 21 static int ConvexHullOverlaps(SkOpAngle& lh, SkOpAngle& rh) { in ConvexHullOverlaps() argument 25 static int EndsIntersect(SkOpAngle& lh, SkOpAngle& rh) { in EndsIntersect() argument
|
/third_party/optimized-routines/math/test/rtest/ |
H A D | dotest.c | 113 static void set_mpc_d(mpc_t z, uint32 rh, uint32 rl, uint32 ih, uint32 il) in set_mpc_d() argument 255 get_mpc_d(const mpc_t z, uint32 *rh, uint32 *rl, uint32 *rextra, uint32 *ih, uint32 *il, uint32 *iextra) get_mpc_d() argument
|
/third_party/NuttX/fs/nfs/ |
H A D | rpc.h | 420 struct rpc_reply_header rh; member 426 struct rpc_reply_header rh; member 432 struct rpc_reply_header rh; member 437 struct rpc_reply_header rh; member 444 struct rpc_reply_header rh; member 451 struct rpc_reply_header rh; member 458 struct rpc_reply_header rh; member 469 struct rpc_reply_header rh; member 476 struct rpc_reply_header rh; member 483 struct rpc_reply_header rh; member 490 struct rpc_reply_header rh; global() member 497 struct rpc_reply_header rh; global() member 508 struct rpc_reply_header rh; global() member 515 struct rpc_reply_header rh; global() member 522 struct rpc_reply_header rh; global() member 529 struct rpc_reply_header rh; global() member [all...] |
/third_party/nghttp2/src/ |
H A D | shrpx_client_handler.cc | 815 auto rh = d(worker_->get_randgen()); in get_affinity_cookie() local 976 auto rh = d(worker_->get_randgen()); in get_downstream_addr_strict_affinity() local
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | ETC_Decoder.cpp | 565 int rh = extend_6to8bits(RH1 << 1 | RH2); in decodePlanarBlock() local
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | ETC_Decoder.cpp | 568 int rh = extend_6to8bits(RH1 << 1 | RH2); in decodePlanarBlock() local
|
/third_party/skia/src/pathops/ |
H A D | SkOpAngle.cpp | 63 SkOpAngle* rh = lh->fNext; in after() local 335 checkParallel(SkOpAngle* rh) checkParallel() argument 436 convexHullOverlaps(const SkOpAngle* rh) convexHullOverlaps() argument 503 endsIntersect(SkOpAngle* rh) endsIntersect() argument 637 endToSide(const SkOpAngle* rh, bool* inside) const endToSide() argument 858 midToSide(const SkOpAngle* rh, bool* inside) const midToSide() argument 899 orderable(SkOpAngle* rh) orderable() argument 1114 tangentsDiverge(const SkOpAngle* rh, double s0xt0) tangentsDiverge() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/image_util/ |
H A D | loadimage_etc.cpp | 647 int rh = extend_6to8bits(u.pblk.RH1 << 1 | u.pblk.RH2); in decodePlanarBlock() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | mlpenc.c | 262 RestartHeader *rh = ctx->cur_restart_header; in compare_matrix_params() local 295 RestartHeader *rh = ctx->cur_restart_header; in compare_decoding_params() local 481 RestartHeader *const rh = &ctx->restart_header; in mlp_encode_init() local 761 RestartHeader *rh = ctx->cur_restart_header; write_restart_header() local 854 RestartHeader *rh = ctx->cur_restart_header; write_decoding_params() local 953 RestartHeader *rh = ctx->cur_restart_header; write_block_data() local 1004 RestartHeader *rh = &ctx->restart_header; write_substr() local 1174 RestartHeader *rh = &ctx->restart_header; input_data_internal() local 1250 RestartHeader *rh = ctx->cur_restart_header; determine_quant_step_size() local 1350 RestartHeader *rh = ctx->cur_restart_header; determine_filters() local 1649 RestartHeader *rh = ctx->cur_restart_header; determine_bits() local 1771 RestartHeader *rh = ctx->cur_restart_header; apply_filters() local 1788 RestartHeader *rh = ctx->cur_restart_header; generate_2_noise_channels() local 1876 RestartHeader *rh = ctx->cur_restart_header; set_best_codebook() local 1956 RestartHeader *rh = ctx->cur_restart_header; set_major_params() local [all...] |
H A D | speexdec.c | 1280 float filter_ratio, el, rl, rh; in sb_decode() local
|