Home
last modified time | relevance | path

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

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
D9-1.c110 int *child_pid, oldcount, newcount, shm_id, i; in main() local
184 oldcount = *shmptr; in main()
193 if (newcount == oldcount) { in main()
/third_party/node/tools/icu/
Dicutrim.py306 oldcount = len(remove)
333 if(oldcount == len(remove)):
/third_party/toybox/kconfig/
Dexpr.c619 int oldcount; in expr_eliminate_dups() local
623 oldcount = trans_count; in expr_eliminate_dups()
637 trans_count = oldcount; in expr_eliminate_dups()