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

/fuchsia/zircon/system/utest/fs/
H A Dtest-random-op.c589 } OPS[] = { variable in typeref:struct:random_op
612 // expand the list of n*countof(OPS) operations weighted appropriately
614 for (unsigned i=0; i<countof(OPS); i++) {
615 n_ops += OPS[i].weight;
621 for (unsigned i=0; i<countof(OPS); i++) {
622 unsigned n_op = OPS[i].weight;
624 ops_list[op++] = OPS[i];

Completed in 21 milliseconds