Searched defs:opnum (Results 1 – 13 of 13) sorted by relevance
/external/ltp/utils/ffsb-6.0-rc2/ |
D | fileops.c | 53 void fop_bench(ffsb_fs_t * fs, unsigned opnum) in fop_bench() 58 void fop_age(ffsb_fs_t * fs, unsigned opnum) in fop_age() 89 void ffsb_readfile(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) in ffsb_readfile() 192 void ffsb_readall(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) in ffsb_readall() 221 unsigned opnum, uint64_t * filesize_ret, in ffsb_writefile_core() 282 void ffsb_writefile(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) in ffsb_writefile() 292 void ffsb_writefile_fsync(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) in ffsb_writefile_fsync() 305 unsigned opnum, uint64_t * filesize_ret, in ffsb_writeall_core() 341 void ffsb_writeall(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) in ffsb_writeall() 351 void ffsb_writeall_fsync(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) in ffsb_writeall_fsync() [all …]
|
D | metaops.c | 37 void metaops_metadir(ffsb_fs_t * fs, unsigned opnum) in metaops_metadir() 85 void ffsb_metaops(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) in ffsb_metaops() 98 void ffsb_createdir(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) in ffsb_createdir()
|
D | ffsb_tg.c | 126 int opnum = ops_find_op(opname); in tg_set_op_weight() local 133 int opnum = ops_find_op(opname); in tg_get_op_weight() local
|
D | ffsb_op.c | 147 char *op_get_name(int opnum) in op_get_name()
|
D | ffsb_thread.c | 121 void ft_incr_op(ffsb_thread_t * ft, unsigned opnum, unsigned increment, in ft_incr_op()
|
D | ffsb_fs.c | 542 void fs_set_opdata(ffsb_fs_t * fs, void *data, unsigned opnum) in fs_set_opdata() 547 void *fs_get_opdata(ffsb_fs_t * fs, unsigned opnum) in fs_get_opdata()
|
D | ffsb_tg.h | 197 unsigned opnum; /* out parameter */ member
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_fragshader.c | 41 static void r200SetFragShaderArg( GLuint *afs_cmd, GLuint opnum, GLuint optype, in r200SetFragShaderArg() 141 GLuint opnum = 0; in r200UpdateFSArith() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/PerfectShuffle/ |
D | PerfectShuffle.cpp | 303 for (unsigned opnum = 0, e = TheOperators.size(); opnum != e; ++opnum) { in main() local
|
/external/swiftshader/third_party/LLVM/utils/PerfectShuffle/ |
D | PerfectShuffle.cpp | 303 for (unsigned opnum = 0, e = TheOperators.size(); opnum != e; ++opnum) { in main() local
|
/external/llvm/utils/PerfectShuffle/ |
D | PerfectShuffle.cpp | 303 for (unsigned opnum = 0, e = TheOperators.size(); opnum != e; ++opnum) { in main() local
|
/external/python/cpython2/Lib/compiler/ |
D | pyassem.py | 525 opnum = {} variable in PyFlowGraph
|
/external/ltp/testcases/kernel/fs/fsx-linux/ |
D | fsx-linux.c | 201 int opnum; in logdump() local
|