/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecp_nistz256.c | 277 BN_ULONG *res_x = r->X; in ecp_nistz256_point_double() local 302 ecp_nistz256_sqr_mont(res_x, M); in ecp_nistz256_point_double() 304 ecp_nistz256_sub(res_x, res_x, tmp0); in ecp_nistz256_point_double() 305 ecp_nistz256_sub(S, S, res_x); in ecp_nistz256_point_double() 324 BN_ULONG res_x[P256_LIMBS]; in ecp_nistz256_point_add() local 419 ecp_nistz256_sub(res_x, Rsqr, Hsqr); in ecp_nistz256_point_add() 420 ecp_nistz256_sub(res_x, res_x, Hcub); in ecp_nistz256_point_add() 422 ecp_nistz256_sub(res_y, U2, res_x); in ecp_nistz256_point_add() 453 BN_ULONG res_x[P256_LIMBS]; ecp_nistz256_point_add_affine() local [all...] |
/third_party/openssl/crypto/ec/ |
H A D | ecp_nistz256.c | 277 BN_ULONG *res_x = r->X; in ecp_nistz256_point_double() local 302 ecp_nistz256_sqr_mont(res_x, M); in ecp_nistz256_point_double() 304 ecp_nistz256_sub(res_x, res_x, tmp0); in ecp_nistz256_point_double() 305 ecp_nistz256_sub(S, S, res_x); in ecp_nistz256_point_double() 324 BN_ULONG res_x[P256_LIMBS]; in ecp_nistz256_point_add() local 419 ecp_nistz256_sub(res_x, Rsqr, Hsqr); in ecp_nistz256_point_add() 420 ecp_nistz256_sub(res_x, res_x, Hcub); in ecp_nistz256_point_add() 422 ecp_nistz256_sub(res_y, U2, res_x); in ecp_nistz256_point_add() 453 BN_ULONG res_x[P256_LIMBS]; ecp_nistz256_point_add_affine() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-sparcv9.pl | 845 call __ecp_nistz256_mul_mont ! p256_sqr_mont(res_x, M); 849 call __ecp_nistz256_sub_from ! p256_sub(res_x, res_x, tmp0); 853 call __ecp_nistz256_sub_morf ! p256_sub(S, S, res_x); 876 my ($res_x,$res_y,$res_z, 1089 call __ecp_nistz256_sub_morf ! p256_sub(res_x, Rsqr, Hsqr); 1090 add %sp,LOCALS+$res_x,$rp 1093 call __ecp_nistz256_sub_from ! p256_sub(res_x, res_x, Hcub); 1094 add %sp,LOCALS+$res_x, [all...] |
H A D | ecp_nistz256-armv4.pl | 1358 bl __ecp_nistz256_mul_mont @ p256_sqr_mont(res_x, M); 1361 bl __ecp_nistz256_sub_from @ p256_sub(res_x, res_x, tmp0); 1365 bl __ecp_nistz256_sub_morf @ p256_sub(S, S, res_x); 1391 my ($res_x,$res_y,$res_z, 1572 add $r_ptr,sp,#$res_x 1573 bl __ecp_nistz256_sub_morf @ p256_sub(res_x, Rsqr, Hsqr); 1576 bl __ecp_nistz256_sub_from @ p256_sub(res_x, res_x, Hcub); 1580 bl __ecp_nistz256_sub_morf @ p256_sub(res_y, U2, res_x); [all...] |
H A D | ecp_nistz256-ppc64.pl | 995 bl __ecp_nistz256_sqr_mont # p256_sqr_mont(res_x, M); 998 bl __ecp_nistz256_sub_from # p256_sub(res_x, res_x, tmp0); 1002 bl __ecp_nistz256_sub_morf # p256_sub(S, S, res_x); 1043 my ($res_x,$res_y,$res_z, 1272 addi $rp,$sp,$res_x 1273 bl __ecp_nistz256_sub_morf # p256_sub(res_x, Rsqr, Hsqr); 1276 bl __ecp_nistz256_sub_from # p256_sub(res_x, res_x, Hcub); 1285 bl __ecp_nistz256_sub_morf # p256_sub(res_y, U2, res_x); [all...] |
H A D | ecp_nistz256-armv8.pl | 837 bl __ecp_nistz256_sqr_mont // p256_sqr_mont(res_x, M); 840 bl __ecp_nistz256_sub_from // p256_sub(res_x, res_x, tmp0); 844 bl __ecp_nistz256_sub_morf // p256_sub(S, S, res_x); 872 my ($res_x,$res_y,$res_z, 1042 add $rp,sp,#$res_x 1043 bl __ecp_nistz256_sub_morf // p256_sub(res_x, Rsqr, Hsqr); 1046 bl __ecp_nistz256_sub_from // p256_sub(res_x, res_x, Hcub); 1053 bl __ecp_nistz256_sub_morf // p256_sub(res_y, U2, res_x); [all...] |
H A D | ecp_nistz256-x86_64.pl | 3407 call __ecp_nistz256_sqr_mont$x # p256_sqr_mont(res_x, M); 3414 call __ecp_nistz256_sub_from$x # p256_sub(res_x, res_x, tmp0); 3421 call __ecp_nistz256_sub$x # p256_sub(S, S, res_x); 3472 $res_x,$res_y,$res_z, 3716 call __ecp_nistz256_sub$x # p256_sub(res_x, Rsqr, Hsqr); 3719 lea $res_x(%rsp), $r_ptr 3720 call __ecp_nistz256_sub_from$x # p256_sub(res_x, res_x, Hcub); 3728 call __ecp_nistz256_sub$x # p256_sub(res_y, U2, res_x); [all...] |
/third_party/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-sparcv9.pl | 845 call __ecp_nistz256_mul_mont ! p256_sqr_mont(res_x, M); 849 call __ecp_nistz256_sub_from ! p256_sub(res_x, res_x, tmp0); 853 call __ecp_nistz256_sub_morf ! p256_sub(S, S, res_x); 876 my ($res_x,$res_y,$res_z, 1089 call __ecp_nistz256_sub_morf ! p256_sub(res_x, Rsqr, Hsqr); 1090 add %sp,LOCALS+$res_x,$rp 1093 call __ecp_nistz256_sub_from ! p256_sub(res_x, res_x, Hcub); 1094 add %sp,LOCALS+$res_x, [all...] |
H A D | ecp_nistz256-armv4.pl | 1358 bl __ecp_nistz256_mul_mont @ p256_sqr_mont(res_x, M); 1361 bl __ecp_nistz256_sub_from @ p256_sub(res_x, res_x, tmp0); 1365 bl __ecp_nistz256_sub_morf @ p256_sub(S, S, res_x); 1391 my ($res_x,$res_y,$res_z, 1572 add $r_ptr,sp,#$res_x 1573 bl __ecp_nistz256_sub_morf @ p256_sub(res_x, Rsqr, Hsqr); 1576 bl __ecp_nistz256_sub_from @ p256_sub(res_x, res_x, Hcub); 1580 bl __ecp_nistz256_sub_morf @ p256_sub(res_y, U2, res_x); [all...] |
H A D | ecp_nistz256-ppc64.pl | 995 bl __ecp_nistz256_sqr_mont # p256_sqr_mont(res_x, M); 998 bl __ecp_nistz256_sub_from # p256_sub(res_x, res_x, tmp0); 1002 bl __ecp_nistz256_sub_morf # p256_sub(S, S, res_x); 1043 my ($res_x,$res_y,$res_z, 1272 addi $rp,$sp,$res_x 1273 bl __ecp_nistz256_sub_morf # p256_sub(res_x, Rsqr, Hsqr); 1276 bl __ecp_nistz256_sub_from # p256_sub(res_x, res_x, Hcub); 1285 bl __ecp_nistz256_sub_morf # p256_sub(res_y, U2, res_x); [all...] |
H A D | ecp_nistz256-armv8.pl | 864 bl __ecp_nistz256_sqr_mont // p256_sqr_mont(res_x, M); 867 bl __ecp_nistz256_sub_from // p256_sub(res_x, res_x, tmp0); 871 bl __ecp_nistz256_sub_morf // p256_sub(S, S, res_x); 899 my ($res_x,$res_y,$res_z, 1071 add $rp,sp,#$res_x 1072 bl __ecp_nistz256_sub_morf // p256_sub(res_x, Rsqr, Hsqr); 1075 bl __ecp_nistz256_sub_from // p256_sub(res_x, res_x, Hcub); 1082 bl __ecp_nistz256_sub_morf // p256_sub(res_y, U2, res_x); [all...] |
H A D | ecp_nistz256-x86_64.pl | 3407 call __ecp_nistz256_sqr_mont$x # p256_sqr_mont(res_x, M); 3414 call __ecp_nistz256_sub_from$x # p256_sub(res_x, res_x, tmp0); 3421 call __ecp_nistz256_sub$x # p256_sub(S, S, res_x); 3472 $res_x,$res_y,$res_z, 3716 call __ecp_nistz256_sub$x # p256_sub(res_x, Rsqr, Hsqr); 3719 lea $res_x(%rsp), $r_ptr 3720 call __ecp_nistz256_sub_from$x # p256_sub(res_x, res_x, Hcub); 3728 call __ecp_nistz256_sub$x # p256_sub(res_y, U2, res_x); [all...] |
/third_party/skia/third_party/externals/libpng/ |
H A D | pngget.c | 422 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) in png_get_pHYs_dpi() 431 if (res_x != NULL) in png_get_pHYs_dpi() 433 *res_x = info_ptr->x_pixels_per_unit; in png_get_pHYs_dpi() 450 if (res_x != NULL) *res_x = (png_uint_32)(*res_x * .0254 + .50); in png_get_pHYs_dpi() 979 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) in png_get_pHYs() 988 if (res_x != NULL) in png_get_pHYs() 990 *res_x = info_ptr->x_pixels_per_unit; in png_get_pHYs() 421 png_get_pHYs_dpi(png_const_structrp png_ptr, png_const_inforp info_ptr, png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) png_get_pHYs_dpi() argument 978 png_get_pHYs(png_const_structrp png_ptr, png_const_inforp info_ptr, png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) png_get_pHYs() argument
|
H A D | pngtest.c | 1257 png_uint_32 res_x, res_y; in test_one_file() local 1260 if (png_get_pHYs(read_ptr, read_info_ptr, &res_x, &res_y, in test_one_file() 1262 png_set_pHYs(write_ptr, write_info_ptr, res_x, res_y, unit_type); in test_one_file()
|
H A D | pngset.c | 557 png_uint_32 res_x, png_uint_32 res_y, int unit_type) in png_set_pHYs() 564 info_ptr->x_pixels_per_unit = res_x; in png_set_pHYs() 556 png_set_pHYs(png_const_structrp png_ptr, png_inforp info_ptr, png_uint_32 res_x, png_uint_32 res_y, int unit_type) png_set_pHYs() argument
|
H A D | png.h | 2052 png_const_inforp info_ptr, png_uint_32 *res_x, png_uint_32 *res_y, 2058 png_inforp info_ptr, png_uint_32 res_x, png_uint_32 res_y, int unit_type)); 2405 png_const_inforp info_ptr, png_uint_32 *res_x, png_uint_32 *res_y,
|
H A D | pngrutil.c | 2156 png_uint_32 res_x, res_y; in png_handle_pHYs() local 2190 res_x = png_get_uint_32(buf); in png_handle_pHYs() 2193 png_set_pHYs(png_ptr, info_ptr, res_x, res_y, unit_type); in png_handle_pHYs()
|
/third_party/backends/backend/ |
H A D | u12-if.c | 419 int res_x = 600 ; /*dev->caps.OpticDpi.x */ in u12if_getCaps() local 445 calloc((((res_x * 16)-_DEF_DPI)/25+1), in u12if_getCaps() 456 for( cntr = _DEF_DPI; cntr <= (res_x*16); cntr += 25 ) { in u12if_getCaps()
|
H A D | hp3900_debug.c | 71 SANE_Int depth, SANE_Int colortype, SANE_Int res_x, 545 SANE_Int colortype, SANE_Int res_x, SANE_Int res_y, in dbg_tiff_save() 584 TIFFSetField (image, TIFFTAG_XRESOLUTION, (double) res_x); in dbg_tiff_save() 608 (void) res_x; in dbg_tiff_save() 544 dbg_tiff_save(char *sFile, SANE_Int width, SANE_Int height, SANE_Int depth, SANE_Int colortype, SANE_Int res_x, SANE_Int res_y, SANE_Byte * buffer, SANE_Int size) dbg_tiff_save() argument
|
/third_party/libinput/src/ |
H A D | evdev-mt-touchpad.c | 2969 int res_x, res_y; in tp_init_accel() local 2974 res_x = tp->device->abs.absinfo_x->resolution; in tp_init_accel() 2984 tp->accel.x_scale_coeff = (DEFAULT_MOUSE_DPI/25.4) / res_x; in tp_init_accel() 2986 tp->accel.xy_scale_coeff = 1.0 * res_x/res_y; in tp_init_accel()
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/ec/ |
H A D | ecp_nistz256-armv4.S | 3710 bl __ecp_nistz256_mul_mont @ p256_sqr_mont(res_x, M); 3713 bl __ecp_nistz256_sub_from @ p256_sub(res_x, res_x, tmp0); 3717 bl __ecp_nistz256_sub_morf @ p256_sub(S, S, res_x); 3904 bl __ecp_nistz256_sub_morf @ p256_sub(res_x, Rsqr, Hsqr); 3907 bl __ecp_nistz256_sub_from @ p256_sub(res_x, res_x, Hcub); 3911 bl __ecp_nistz256_sub_morf @ p256_sub(res_y, U2, res_x); 3936 ldmia r1!,{r4,r5} @ res_x 3950 ldmia r1!,{r4,r5} @ res_x [all...] |
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/ec/ |
H A D | ecp_nistz256-armv4.S | 3710 bl __ecp_nistz256_mul_mont @ p256_sqr_mont(res_x, M); 3713 bl __ecp_nistz256_sub_from @ p256_sub(res_x, res_x, tmp0); 3717 bl __ecp_nistz256_sub_morf @ p256_sub(S, S, res_x); 3904 bl __ecp_nistz256_sub_morf @ p256_sub(res_x, Rsqr, Hsqr); 3907 bl __ecp_nistz256_sub_from @ p256_sub(res_x, res_x, Hcub); 3911 bl __ecp_nistz256_sub_morf @ p256_sub(res_y, U2, res_x); 3936 ldmia r1!,{r4,r5} @ res_x 3950 ldmia r1!,{r4,r5} @ res_x [all...] |