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

/ast/src/cmd/std/
H A Dpsslib.h42 int hz; /* current CLK_TCK */ \
H A Dpss-procfs.c238 if (!(pss->hz = (int)strtol(astconf("CLK_TCK", NiL, NiL), NiL, 0)))
239 pss->hz = PR_HZ;
241 pr->pr_start = pss->boot + pr->pr_start / pss->hz;
H A Dpss.h91 #undef hz /* who gets the prize for this? */ macro
/ast/src/lib/libbz/
H A Dblocksort.c283 #define push(lz,hz,dz) { stack[sp].ll = lz; \
284 stack[sp].hh = hz; \
288 #define pop(lz,hz,dz) { sp--; \
290 hz = stack[sp].hh; \

Completed in 23 milliseconds