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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dtinytest.c62 static int n_ok = 0; /**< Number of tests that have passed */ variable
241 ++n_ok;
370 n_bad+n_ok,n_skipped);
372 printf("%d tests ok. (%d skipped)\n", n_ok, n_skipped);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_compact.c1028 int first_dup, is_dup, next_dup, n_ok, ret; local
1040 n_ok = 0;
1080 n_ok = adj;
1087 n_ok++;
1090 GET_BKEYDATA(dbp, npg, indx + n_ok));
1091 n_ok++;
1092 } while (indx + n_ok < nent &&
1093 ninp[indx] == ninp[indx + n_ok]);
1106 indx += n_ok;
1110 indx += n_ok
[all...]

Completed in 103 milliseconds