Home
last modified time | relevance | path

Searched defs:quantum (Results 1 – 4 of 4) sorted by relevance

/plan9/sys/include/
H A Dpool.h11 ulong quantum; /* allocated blocks should be multiple of */ member
/plan9/sys/src/cmd/plot/libplot/
H A Dmplot.h17 double quantum; member
/plan9/sys/src/cmd/fossil/
H A Ddat.h316 int quantum; member
/plan9/sys/src/cmd/awk/
H A Drun.c93 int adjbuf(char **pbuf, int *psiz, int minlen, int quantum, char **pbptr, in adjbuf()