Searched defs:cnt (Results 1 - 3 of 3) sorted by relevance

/pkg/src/util/log-scripts/
H A Dtranslate.py50 cnt = {} variable
52 cnt[x] = 0
92 cnt[op] += 1
100 print("# {0}: {1:d}".format(x, cnt[x]))
/pkg/src/modules/solver/
H A Dpy_solver.c39 int cnt; member in struct:__anon3
53 ptr->cnt = 0;
64 if (container->cnt == container->capacity)
67 container->buffer[container->cnt++] = ptr;
78 for (i = 0; i < container->cnt; i++)
H A Dsolver.c574 int cnt = 0; local
594 cnt++;
613 cnt++;
624 cnt--;
626 }while (cnt > 0);

Completed in 26 milliseconds