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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dunifdef.c642 static Linetype op_strict(int *p, int v, Linetype at, Linetype bt) { function
647 return op_strict(p, a < b, at, bt);
650 return op_strict(p, a > b, at, bt);
653 return op_strict(p, a <= b, at, bt);
656 return op_strict(p, a >= b, at, bt);
659 return op_strict(p, a == b, at, bt);
662 return op_strict(p, a != b, at, bt);
667 return op_strict(p, a || b, at, bt);
672 return op_strict(p, a && b, at, bt);

Completed in 39 milliseconds