Searched refs:xval (Results 1 – 4 of 4) sorted by relevance
/third_party/ltp/testcases/kernel/controllers/cgroup_xattr/ |
D | cgroup_xattr.c | 370 char xval[size]; in get_xattrs() local 371 if (getxattr(file, tkeys[i].name, xval, size) == -1) { in get_xattrs() 377 strncmp(val.buf, xval, val.size) != 0; in get_xattrs() 383 tst_resm_hexd(TINFO, xval, size, in get_xattrs()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_vif.c | 189 float xval = x[j]; in vif_xx_yy_xy() local 191 float xxval = xval * xval; in vif_xx_yy_xy() 193 float xyval = xval * yval; in vif_xx_yy_xy()
|
/third_party/alsa-lib/modules/mixer/simple/ |
D | python.c | 170 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/ntfs-3g/ntfsprogs/ |
D | ntfsrecover.c | 4144 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()
|