Home
last modified time | relevance | path

Searched refs:val_s (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libswscale/ppc/
H A Dswscale_ppc_template.c124 vector signed int val_vEven, val_s; in hScale_real() local
131 val_s = vec_sums(val_vEven, vzero); in hScale_real()
132 vec_st(val_s, 0, tempo); in hScale_real()
142 vector signed int val_v, val_s; in hScale_real() local
149 val_s = vec_sums(val_v, vzero); in hScale_real()
150 vec_st(val_s, 0, tempo); in hScale_real()
170 vector signed int val_s = vec_sums(val_v, vzero); in hScale_real() local
172 VEC_ST(val_s, 0, tempo); in hScale_real()
182 vector signed int val_s, val_v = (vector signed int)vzero; in hScale_real() local
216 val_s in hScale_real()
[all...]
/third_party/eudev/src/udev/
H A Dudev-builtin-keyboard.c155 char val_s[DECIMAL_STR_MAX(int)]; in set_trackpoint_sensitivity() local
171 xsprintf(val_s, "%d", val_i); in set_trackpoint_sensitivity()
173 r = udev_device_set_sysattr_value(pdev, "sensitivity", val_s); in set_trackpoint_sensitivity()
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dbignum_core.py232 def __init__(self, val_a: str, val_b: str, val_s: str) -> None:
234 self.arg_scalar = val_s
235 self.int_scalar = bignum_common.hex_to_int(val_s)

Completed in 5 milliseconds