Searched refs:opnum (Results 1 - 16 of 16) sorted by relevance

/external/ltp/utils/ffsb-6.0-rc2/
H A Dfileops.h26 void ffsb_readfile(ffsb_thread_t *tconfig, ffsb_fs_t *, unsigned opnum);
27 void ffsb_readall(ffsb_thread_t *tconfig, ffsb_fs_t *, unsigned opnum);
28 void ffsb_writefile(ffsb_thread_t *tconfig, ffsb_fs_t *, unsigned opnum);
29 void ffsb_writefile_fsync(ffsb_thread_t *tconfig, ffsb_fs_t *, unsigned opnum);
30 void ffsb_writeall(ffsb_thread_t *tconfig, ffsb_fs_t *, unsigned opnum);
31 void ffsb_writeall_fsync(ffsb_thread_t *tconfig, ffsb_fs_t *, unsigned opnum);
32 void ffsb_createfile(ffsb_thread_t *tconfig, ffsb_fs_t *, unsigned opnum);
33 void ffsb_createfile_fsync(ffsb_thread_t *tconfig, ffsb_fs_t *, unsigned opnum);
34 void ffsb_deletefile(ffsb_thread_t *tconfig, ffsb_fs_t *, unsigned opnum);
35 void ffsb_appendfile(ffsb_thread_t *tconfig, ffsb_fs_t *, unsigned opnum);
[all...]
H A Dmetaops.c37 void metaops_metadir(ffsb_fs_t * fs, unsigned opnum) argument
39 fs_set_opdata(fs, fs_get_metafiles(fs), opnum);
85 void ffsb_metaops(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) argument
87 struct benchfiles *bf = (struct benchfiles *)fs_get_opdata(fs, opnum);
95 ft_incr_op(ft, opnum, 1, 0);
98 void ffsb_createdir(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) argument
100 struct benchfiles *bf = (struct benchfiles *)fs_get_opdata(fs, opnum);
111 ft_incr_op(ft, opnum, 1, 0);
H A Dfileops.c53 void fop_bench(ffsb_fs_t * fs, unsigned opnum) argument
55 fs_set_opdata(fs, fs_get_datafiles(fs), opnum);
58 void fop_age(ffsb_fs_t * fs, unsigned opnum) argument
60 fs_set_opdata(fs, fs_get_agefiles(fs), opnum);
89 void ffsb_readfile(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) argument
91 struct benchfiles *bf = (struct benchfiles *)fs_get_opdata(fs, opnum);
185 ft_incr_op(ft, opnum, iterations, read_size);
192 void ffsb_readall(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) argument
194 struct benchfiles *bf = (struct benchfiles *)fs_get_opdata(fs, opnum);
214 ft_incr_op(ft, opnum, iteration
220 ffsb_writefile_core(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum, uint64_t * filesize_ret, int fsync_file) argument
282 ffsb_writefile(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) argument
292 ffsb_writefile_fsync(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) argument
304 ffsb_writeall_core(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum, uint64_t * filesize_ret, int fsync_file) argument
341 ffsb_writeall(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) argument
351 ffsb_writeall_fsync(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) argument
361 ffsb_appendfile_core(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum, uint64_t * filesize_ret, int fsync_file) argument
397 ffsb_appendfile(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) argument
407 ffsb_appendfile_fsync(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) argument
417 ffsb_createfile_core(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum, uint64_t * filesize_ret, int fsync_file) argument
466 ffsb_createfile(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) argument
476 ffsb_createfile_fsync(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) argument
486 ffsb_deletefile(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) argument
517 ffsb_open_close(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) argument
531 ffsb_stat(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) argument
[all...]
H A Dffsb_op.h47 typedef void (*ffsb_op_fs_fn)(struct ffsb_fs *, unsigned opnum);
89 char *op_get_name(int opnum);
H A Dffsb_thread.c62 do_op(ft, params.fs, params.opnum);
121 void ft_incr_op(ffsb_thread_t * ft, unsigned opnum, unsigned increment, argument
124 ft->results.ops[opnum] += increment;
125 ft->results.op_weight[opnum]++;
126 ft->results.bytes[opnum] += bytes;
H A Dffsb_tg.c97 /* Needs to set params->opnum and params->fs */
112 params->opnum = curop;
126 int opnum = ops_find_op(opname); local
127 assert(opnum >= 0);
128 tg->op_weights[opnum] = weight;
133 int opnum = ops_find_op(opname); local
134 assert(opnum >= 0);
135 return tg->op_weights[opnum];
H A Dffsb_fs.h165 void fs_set_opdata(ffsb_fs_t *fs, void *data, unsigned opnum);
166 void *fs_get_opdata(ffsb_fs_t *fs, unsigned opnum);
H A Dffsb_thread.h90 void ft_incr_op(ffsb_thread_t *ft, unsigned opnum, unsigned increment, uint64_t bytes);
H A Dffsb_op.c147 char *op_get_name(int opnum) argument
149 return ffsb_op_list[opnum].op_name;
H A Dffsb_tg.h197 unsigned opnum; /* out parameter */ member in struct:tg_op_params
H A Dffsb_fs.c542 void fs_set_opdata(ffsb_fs_t * fs, void *data, unsigned opnum) argument
544 fs->op_data[opnum] = data;
547 void *fs_get_opdata(ffsb_fs_t * fs, unsigned opnum) argument
549 return fs->op_data[opnum];
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_fragshader.c41 static void r200SetFragShaderArg( GLuint *afs_cmd, GLuint opnum, GLuint optype, argument
108 SET_INST(opnum, optype) |= reg0;
109 SET_INST_2(opnum, optype) |= reg2;
141 GLuint opnum = 0; local
147 SET_INST(opnum, 0) = 0;
148 SET_INST_2(opnum, 0) = 0;
149 SET_INST(opnum, 1) = 0;
150 SET_INST_2(opnum, 1) = 0;
166 SET_INST(opnum, optype) |= R200_TXC_NEG_ARG_C;
169 r200SetFragShaderArg(afs_cmd, opnum, optyp
[all...]
/external/llvm/utils/PerfectShuffle/
H A DPerfectShuffle.cpp110 Operator(unsigned short shufflemask, const char *name, unsigned opnum, argument
112 : Name(name), ShuffleMask(shufflemask), OpNum(opnum),Cost(cost) {
303 for (unsigned opnum = 0, e = TheOperators.size(); opnum != e; ++opnum) {
304 Operator *Op = TheOperators[opnum];
/external/swiftshader/third_party/LLVM/utils/PerfectShuffle/
H A DPerfectShuffle.cpp110 Operator(unsigned short shufflemask, const char *name, unsigned opnum, argument
112 : ShuffleMask(shufflemask), OpNum(opnum), Name(name), Cost(cost) {
303 for (unsigned opnum = 0, e = TheOperators.size(); opnum != e; ++opnum) {
304 Operator *Op = TheOperators[opnum];
/external/python/cpython2/Lib/compiler/
H A Dpyassem.py510 lnotab.addCode(self.opnum[opname])
518 lnotab.addCode(self.opnum[opname], lo, hi)
521 print self.opnum[opname], lo, hi
525 opnum = {} variable in class:PyFlowGraph
527 opnum[dis.opname[num]] = num
/external/ltp/testcases/kernel/fs/fsx-linux/
H A Dfsx-linux.c204 int opnum; local
206 opnum = i + 1 + (logcount / LOGSIZE) * LOGSIZE;
208 prt("%d: %lu.%06lu ", opnum, lp->tv.tv_sec, lp->tv.tv_usec);
1053 "fsx [-dnqLOW] [-b opnum] [-c Prob] [-l flen] [-m "
1057 " -b opnum: beginning operation number (default 1)\n"

Completed in 355 milliseconds