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

/ast/src/cmd/pax/
H A Dconvert.c111 #undef OHASHLPART macro
112 #define OHASHLPART(h,c) OHASHPART(31, h, c, 3, 2) macro
122 while (p < e) OHASHLPART(c, *p++ + 1);

Completed in 10 milliseconds