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

/ast/src/cmd/pzip/
H A Dpop.c113 #define OP_LO 0x0010 macro
299 sfprintf(sfstdout, "%s frequency info over %I*d rows\n\n", (op & OP_LO) ? "low" : "high", sizeof(rows), rows);
301 if (op & OP_LO)
307 if (op & OP_LO)
325 if (op & OP_LO)
332 if (op & OP_LO)
371 sfprintf(sfstdout, "%s frequency info over %I*d rows\n\n", (op & OP_LO) ? "low" : "high", sizeof(rows), rows);
373 if (op & OP_LO)
379 if (op & OP_LO)
494 op &= ~OP_LO;
[all...]

Completed in 10 milliseconds