Home
last modified time | relevance | path

Searched refs:y_in (Results 1 – 6 of 6) sorted by relevance

/external/boringssl/src/crypto/ec/
Dp224-64.c670 const felem x_in, const felem y_in, const felem z_in) { in point_double() argument
682 felem_square(tmp, y_in); in point_double()
713 felem_assign(ftmp, y_in); in point_double()
1072 felem z1, z2, x_in, y_in, x_out, y_out; in ec_GFp_nistp224_point_get_affine_coordinates() local
1081 !BN_to_felem(y_in, &point->Y) || in ec_GFp_nistp224_point_get_affine_coordinates()
1099 felem_mul(tmp, y_in, z1); in ec_GFp_nistp224_point_get_affine_coordinates()
1100 felem_reduce(y_in, tmp); in ec_GFp_nistp224_point_get_affine_coordinates()
1101 felem_contract(y_out, y_in); in ec_GFp_nistp224_point_get_affine_coordinates()
1147 felem x_in, y_in, z_in, x_out, y_out, z_out; in ec_GFp_nistp224_points_mul() local
1268 felem_contract(y_in, y_out); in ec_GFp_nistp224_points_mul()
[all …]
Dp256-64.c984 const felem x_in, const felem y_in, const felem z_in) { in point_double() argument
1000 felem_square(tmp, y_in); in point_double()
1034 felem_assign(ftmp, y_in); in point_double()
1063 const smallfelem y_in, const smallfelem z_in) { in point_double_small() argument
1068 smallfelem_expand(felem_y_in, y_in); in point_double_small()
1652 felem z1, z2, x_in, y_in; in ec_GFp_nistp256_point_get_affine_coordinates() local
1661 !BN_to_felem(y_in, &point->Y) || in ec_GFp_nistp256_point_get_affine_coordinates()
1677 felem_mul(tmp, y_in, z1); in ec_GFp_nistp256_point_get_affine_coordinates()
1678 felem_reduce(y_in, tmp); in ec_GFp_nistp256_point_get_affine_coordinates()
1679 felem_contract(y_out, y_in); in ec_GFp_nistp256_point_get_affine_coordinates()
[all …]
/external/webp/src/enc/
Dquant.c59 const uint8_t* const y_in = it->yuv_in_ + Y_OFF_ENC; in PrintBlockInfo() local
65 for (i = 0; i < 16; ++i) printf("%3d ", y_in[i + j * BPS]); in PrintBlockInfo()
70 printf("%1d ", abs(y_in[i + j * BPS] - y_out[i + j * BPS])); in PrintBlockInfo()
/external/freetype/src/pshinter/
Dpshalgo.c928 FT_Pos y_in, in psh_corner_is_flat() argument
933 FT_Pos ay = y_in; in psh_corner_is_flat()
955 ay = y_out + y_in; in psh_corner_is_flat()
/external/libpng/
Dpng.h2498 #define PNG_ROW_FROM_PASS_ROW(y_in, pass) \ argument
2499 (((y_in)<<PNG_PASS_ROW_SHIFT(pass))+PNG_PASS_START_ROW(pass))
/external/pdfium/third_party/lpng_v163/
Dpng.h2914 #define PNG_ROW_FROM_PASS_ROW(y_in, pass) \ argument
2915 (((y_in)<<PNG_PASS_ROW_SHIFT(pass))+PNG_PASS_START_ROW(pass))