Searched defs:qf (Results 1 – 11 of 11) sorted by relevance
/third_party/boost/boost/fusion/functional/adapter/detail/ |
D | access.hpp | 35 template <typename T> struct qf { typedef T type; }; argument 36 template <typename T> struct qf<T const> { typedef T const type; }; argument 37 template <typename T> struct qf<T &> { typedef T type; }; argument
|
/third_party/boost/libs/multiprecision/test/ |
D | issue_13301.cpp | 12 quarter_float qf(256); in main() local
|
/third_party/f2fs-tools/fsck/ |
D | quotaio.c | 82 static unsigned int quota_write_nomount(struct quota_file *qf, in quota_write_nomount() 96 static unsigned int quota_read_nomount(struct quota_file *qf, long offset, in quota_read_nomount()
|
D | quotaio_v2.c | 178 struct quota_file *qf = &h->qh_qf; in v2_init_io() local
|
D | segment.c | 128 u64 f2fs_quota_size(struct quota_file *qf) in f2fs_quota_size()
|
/third_party/e2fsprogs/lib/support/ |
D | quotaio.c | 138 static unsigned int quota_write_nomount(struct quota_file *qf, in quota_write_nomount() 162 static unsigned int quota_read_nomount(struct quota_file *qf, in quota_read_nomount()
|
/third_party/libinput/test/ |
D | test-quirks.c | 564 const char **qf; in START_TEST() local 625 const char **qf; in START_TEST() local 686 const char **qf; in START_TEST() local 750 const char **qf; in START_TEST() local 824 const char **qf; in START_TEST() local 881 const char **qf; in START_TEST() local
|
/third_party/ffmpeg/libavfilter/ |
D | vf_deinterlace_qsv.c | 416 QSVFrame *qf; in submit_frame() local
|
/third_party/ffmpeg/libavcodec/ |
D | qsvenc.c | 1305 QSVFrame *qf; in submit_frame() local
|
D | vc2enc.c | 1169 const uint64_t qf = ff_dirac_qscale_tab[i]; in vc2_encode_init() local
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_lowering_nv50.cpp | 515 Value *q, *q0, *qf, *aR, *aRf, *qRf, *qR, *t, *s, *m, *cond; in handleDIV() local
|