Searched refs:NUM_OPS (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/tools/test/stress2/misc/
H A Dmsdos10.sh63 NUM_OPS=2000
66 ./fsx -S ${SEED} -N ${NUM_OPS} ./TEST_FILE0 &
67 ./fsx -S ${SEED} -l 5234123 -o 5156343 -N ${NUM_OPS} ./TEST_FILE1 &
68 ./fsx -S ${SEED} -l 2311244 -o 2311200 -N ${NUM_OPS} ./TEST_FILE2 &
69 ./fsx -S ${SEED} -l 8773121 -o 863672 -N ${NUM_OPS} ./TEST_FILE3 &
70 ./fsx -S ${SEED} -l 234521 -o 234521 -N ${NUM_OPS} ./TEST_FILE4 &
71 ./fsx -S ${SEED} -l 454321 -o 33 -N ${NUM_OPS} ./TEST_FILE5 &
72 ./fsx -S ${SEED} -l 7234125 -o 7876728 -N ${NUM_OPS} ./TEST_FILE6 &
/freebsd-current/usr.bin/systat/
H A Diolat.c48 enum { OP_READ = 0, OP_WRITE, OP_TRIM, NUM_OPS }; enumerator in enum:__anon10
49 static const char *ops[NUM_OPS] = { "read", "write", "trim" };
60 struct iosched_op_stat op_stats[NUM_OPS];
167 for (int i = 0; i < NUM_OPS; i++)
393 for (int i = 0; i < NUM_OPS; i++) {
482 for (int i = 0; i < NUM_OPS; i++) {
496 for (int i = 0; i < NUM_OPS; i++) {
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp442 #define DEFINE_GETIMPL_STORE_N(CLASS, ARGS, OPS, NUM_OPS) \
443 return storeImpl(new (NUM_OPS, Storage) \

Completed in 88 milliseconds