Home
last modified time | relevance | path

Searched defs:TRUNC (Results 1 – 3 of 3) sorted by relevance

/plan9/sys/src/9/pc/
H A Dusbuhci.c281 #define TRUNC(x, sz) ((x) & ((sz)-1)) macro
H A Dusbohci.c356 #define TRUNC(x, sz) ((x) & ((sz)-1)) macro
/plan9/sys/src/9/port/
H A Dusbehci.c31 #define TRUNC(x, sz) ((x) & ((sz)-1)) macro