Home
last modified time | relevance | path

Searched refs:curop (Results 1 – 3 of 3) sorted by relevance

/external/ltp/utils/ffsb-6.0-rc2/
Dffsb_tg.c100 unsigned curop; in tg_get_op() local
105 curop = 0; in tg_get_op()
107 while (tg->op_weights[curop] < num) { in tg_get_op()
108 num -= tg->op_weights[curop]; in tg_get_op()
109 curop++; in tg_get_op()
112 params->opnum = curop; in tg_get_op()
Dffsb_fs.c121 int curop = 0; in add_files() local
123 while (fs->size_weights[curop].weight < num) { in add_files()
124 num -= fs->size_weights[curop].weight; in add_files()
125 curop++; in add_files()
127 size = fs->size_weights[curop].size; in add_files()
Dfileops.c434 int curop = 0; in ffsb_createfile_core() local
436 while (fs->size_weights[curop].weight < num) { in ffsb_createfile_core()
437 num -= fs->size_weights[curop].weight; in ffsb_createfile_core()
438 curop++; in ffsb_createfile_core()
440 size = fs->size_weights[curop].size; in ffsb_createfile_core()