HomeSort by relevance Sort by last modified time
    Searched refs:tcnt (Results 26 - 28 of 28) sorted by null

12

  /external/ltp/lib/
tst_test.c 531 if (tst_test->test && !tst_test->tcnt)
532 tst_brk(TBROK, "Number of tests (tcnt) must not be > 0");
534 if (tst_test->test_all && tst_test->tcnt)
535 tst_brk(TBROK, "You can't define tcnt for test_all()");
611 for (i = 0; i < tst_test->tcnt; i++) {
  /external/ltp/testcases/kernel/syscalls/ppoll/
ppoll01.c 283 .tcnt = ARRAY_SIZE(tcase),
  /toolchain/binutils/binutils-2.25/opcodes/
arc-dis.c 166 #define add_target(x) (state->targets[state->tcnt++] = (x))
564 state->tcnt = 0;

Completed in 375 milliseconds

12