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

/freebsd-10-stable/contrib/groff/src/roff/troff/
H A Dnumber.cpp237 enum { OP_LEQ = 'L', OP_GEQ = 'G', OP_MAX = 'X', OP_MIN = 'N' }; enumerator in enum:__anon1565
281 op = OP_MIN;
309 case OP_MIN:
/freebsd-10-stable/contrib/tcpdump/
H A Dprint-forces.c814 #define OP_MIN 12 macro
832 if (dlen <= OP_MIN) { /* id, instance, oper tlv header .. */
834 OP_MIN - dlen);
839 * At this point, we know that dlen > OP_MIN; OP_OFF < OP_MIN, so

Completed in 104 milliseconds