Home
last modified time | relevance | path

Searched refs:xval (Results 1 - 5 of 5) sorted by relevance

/third_party/ltp/testcases/kernel/controllers/cgroup_xattr/
H A Dcgroup_xattr.c365 char xval[size]; in get_xattrs() local
366 if (getxattr(file, tkeys[i].name, xval, size) == -1) { in get_xattrs()
372 strncmp(val.buf, xval, val.size) != 0; in get_xattrs()
378 tst_resm_hexd(TINFO, xval, size, in get_xattrs()
/third_party/ffmpeg/libavfilter/
H A Dvf_vif.c190 float xval = x[j]; in vif_xx_yy_xy() local
192 float xxval = xval * xval; in vif_xx_yy_xy()
194 float xyval = xval * yval; in vif_xx_yy_xy()
/third_party/alsa-lib/modules/mixer/simple/
H A Dpython.c170 int res, xdir = 1, xval = 0; in is_ops() local
175 case SM_OPS_IS_CHANNEL: s = "Channel"; xval = 1; break; in is_ops()
183 obj1 = PyTuple_New(xdir + xval); in is_ops()
186 if (xval) in is_ops()
/third_party/backends/backend/
H A Dxerox_mfp.c925 Option_Value xval[NUM_OPTIONS]; in sane_control_option() local
938 memcpy(&xval, &dev->val, sizeof(xval)); in sane_control_option()
949 if (xval[i].w != dev->val[i].w) { in sane_control_option()
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsrecover.c4144 u32 xval; in getoptions() local
4267 xval = strtoull(optarg, &endptr, 0); in getoptions()
4270 optx[xcount++] = xval; in getoptions()
4271 xval = strtoull(++endptr, &endptr, 0); in getoptions()
4277 optx[xcount++] = xval; in getoptions()

Completed in 11 milliseconds