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

/ast/src/cmd/sortlib/sync/
H A Dss.c87 #define SS_RESERVE (128*SS_BLOCK) macro
2083 z = (r < SS_RESERVE) ? SS_RESERVE : roundof(z, SS_BLOCK);

Completed in 15 milliseconds