/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | rescaler.c | 37 int x_in = channel; in WebPRescalerImportRowExpand_C() local 41 int left = src[x_in]; in WebPRescalerImportRowExpand_C() 42 int right = (wrk->src_width > 1) ? src[x_in + x_stride] : left; in WebPRescalerImportRowExpand_C() 43 x_in += x_stride; in WebPRescalerImportRowExpand_C() 51 x_in += x_stride; in WebPRescalerImportRowExpand_C() 52 assert(x_in < wrk->src_width * x_stride); in WebPRescalerImportRowExpand_C() 53 right = src[x_in]; in WebPRescalerImportRowExpand_C() 69 int x_in = channel; in WebPRescalerImportRowShrink_C() local 78 assert(x_in < wrk->src_width * x_stride); in WebPRescalerImportRowShrink_C() 79 base = src[x_in]; in WebPRescalerImportRowShrink_C() [all …]
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | rescaler.c | 37 int x_in = channel; in WebPRescalerImportRowExpand_C() local 41 rescaler_t left = (rescaler_t)src[x_in]; in WebPRescalerImportRowExpand_C() 43 (wrk->src_width > 1) ? (rescaler_t)src[x_in + x_stride] : left; in WebPRescalerImportRowExpand_C() 44 x_in += x_stride; in WebPRescalerImportRowExpand_C() 52 x_in += x_stride; in WebPRescalerImportRowExpand_C() 53 assert(x_in < wrk->src_width * x_stride); in WebPRescalerImportRowExpand_C() 54 right = (rescaler_t)src[x_in]; in WebPRescalerImportRowExpand_C() 70 int x_in = channel; in WebPRescalerImportRowShrink_C() local 79 assert(x_in < wrk->src_width * x_stride); in WebPRescalerImportRowShrink_C() 80 base = src[x_in]; in WebPRescalerImportRowShrink_C() [all …]
|
/third_party/openssl/crypto/ec/ |
D | ecp_nistp224.c | 820 const felem x_in, const felem y_in, const felem z_in) in point_double() argument 825 felem_assign(ftmp, x_in); in point_double() 826 felem_assign(ftmp2, x_in); in point_double() 837 felem_mul(tmp, x_in, gamma); in point_double() 1342 felem z1, z2, x_in, y_in, x_out, y_out; in ossl_ec_GFp_nistp224_point_get_affine_coordinates() local 1349 if ((!BN_to_felem(x_in, point->X)) || (!BN_to_felem(y_in, point->Y)) || in ossl_ec_GFp_nistp224_point_get_affine_coordinates() 1355 felem_mul(tmp, x_in, z1); in ossl_ec_GFp_nistp224_point_get_affine_coordinates() 1356 felem_reduce(x_in, tmp); in ossl_ec_GFp_nistp224_point_get_affine_coordinates() 1357 felem_contract(x_out, x_in); in ossl_ec_GFp_nistp224_point_get_affine_coordinates() 1428 felem x_in, y_in, z_in, x_out, y_out, z_out; in ossl_ec_GFp_nistp224_points_mul() local [all …]
|
D | ecp_nistp256.c | 1105 const felem x_in, const felem y_in, const felem z_in) in point_double() argument 1111 felem_assign(ftmp, x_in); in point_double() 1113 felem_assign(ftmp2, x_in); in point_double() 1128 felem_small_mul(tmp, small1, x_in); in point_double() 1187 const smallfelem x_in, const smallfelem y_in, in point_double_small() argument 1193 smallfelem_expand(felem_x_in, x_in); in point_double_small() 1953 felem z1, z2, x_in, y_in; in ossl_ec_GFp_nistp256_point_get_affine_coordinates() local 1961 if ((!BN_to_felem(x_in, point->X)) || (!BN_to_felem(y_in, point->Y)) || in ossl_ec_GFp_nistp256_point_get_affine_coordinates() 1967 felem_mul(tmp, x_in, z1); in ossl_ec_GFp_nistp256_point_get_affine_coordinates() 1968 felem_reduce(x_in, tmp); in ossl_ec_GFp_nistp256_point_get_affine_coordinates() [all …]
|
D | ecp_nistp521.c | 1089 const felem x_in, const felem y_in, const felem z_in) in point_double() argument 1094 felem_assign(ftmp, x_in); in point_double() 1095 felem_assign(ftmp2, x_in); in point_double() 1106 felem_mul(tmp, x_in, gamma); in point_double() 1846 felem z1, z2, x_in, y_in, x_out, y_out; in ossl_ec_GFp_nistp521_point_get_affine_coordinates() local 1853 if ((!BN_to_felem(x_in, point->X)) || (!BN_to_felem(y_in, point->Y)) || in ossl_ec_GFp_nistp521_point_get_affine_coordinates() 1859 felem_mul(tmp, x_in, z1); in ossl_ec_GFp_nistp521_point_get_affine_coordinates() 1860 felem_reduce(x_in, tmp); in ossl_ec_GFp_nistp521_point_get_affine_coordinates() 1861 felem_contract(x_out, x_in); in ossl_ec_GFp_nistp521_point_get_affine_coordinates() 1933 felem x_in, y_in, z_in, x_out, y_out, z_out; in ossl_ec_GFp_nistp521_points_mul() local [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | angletypes.h | 36 constexpr Rectangle(int x_in, int y_in, int width_in, int height_in) in Rectangle() 37 : x(x_in), y(y_in), width(width_in), height(height_in) in Rectangle() 70 constexpr Offset(int x_in, int y_in, int z_in) : x(x_in), y(y_in), z(z_in) {} in Offset() 103 Box(int x_in, int y_in, int z_in, int width_in, int height_in, int depth_in) in Box() 104 : x(x_in), y(y_in), z(z_in), width(width_in), height(height_in), depth(depth_in) in Box()
|
/third_party/mesa3d/src/intel/blorp/ |
D | blorp_blit.c | 373 nir_ssa_def *x_in = nir_channel(b, pos, 0); in blorp_nir_encode_msaa() local 391 x_out = nir_mask_shift_or(b, x_out, x_in, 0xfffffffe, 1); in blorp_nir_encode_msaa() 393 x_out = nir_mask_shift_or(b, x_out, x_in, 0x1, 0); in blorp_nir_encode_msaa() 409 x_out = nir_mask_shift_or(b, x_out, x_in, 0xfffffffe, 2); in blorp_nir_encode_msaa() 412 x_out = nir_mask_shift_or(b, x_out, x_in, 0x1, 0); in blorp_nir_encode_msaa() 425 x_out = nir_mask_shift_or(b, x_out, x_in, 0xfffffffe, 2); in blorp_nir_encode_msaa() 428 x_out = nir_mask_shift_or(b, x_out, x_in, 0x1, 0); in blorp_nir_encode_msaa() 474 nir_ssa_def *x_in = nir_channel(b, pos, 0); in blorp_nir_decode_msaa() local 492 x_out = nir_mask_shift_or(b, x_out, x_in, 0xfffffffc, -1); in blorp_nir_decode_msaa() 493 x_out = nir_mask_shift_or(b, x_out, x_in, 0x1, 0); in blorp_nir_decode_msaa() [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | angletypes.h | 57 constexpr RectangleImpl(T x_in, T y_in, T width_in, T height_in) in RectangleImpl() 58 : x(x_in), y(y_in), width(width_in), height(height_in) in RectangleImpl() 153 constexpr Offset(int x_in, int y_in, int z_in) : x(x_in), y(y_in), z(z_in) {} in Offset() 186 Box(int x_in, int y_in, int z_in, int width_in, int height_in, int depth_in) in Box() 187 : x(x_in), y(y_in), z(z_in), width(width_in), height(height_in), depth(depth_in) in Box()
|
/third_party/libinput/tools/ |
D | libinput-debug-gui.c | 168 double x_in, y_in; member 797 if (w->tool.x_in && w->tool.y_in) { in draw_tablet() 798 cairo_rectangle(cr, w->tool.x_in - 15, w->tool.y_in - 15, 30, 30); in draw_tablet() 1648 w->tool.x_in = 0; in handle_event_tablet() 1655 w->tool.x_in = x; in handle_event_tablet()
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | png.h | 2477 #define PNG_COL_FROM_PASS_COL(x_in, pass) \ argument 2478 (((x_in)<<PNG_PASS_COL_SHIFT(pass))+PNG_PASS_START_COL(pass))
|
/third_party/skia/third_party/externals/libpng/ |
D | png.h | 2477 #define PNG_COL_FROM_PASS_COL(x_in, pass) \ argument 2478 (((x_in)<<PNG_PASS_COL_SHIFT(pass))+PNG_PASS_START_COL(pass))
|