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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/procps/
H A Dpgrep.c18 OPTBIT_V = 0, /* must be first, we need OPT_INVERT = 0/1 */
28 #define OPT_INVERT (opt & (1 << OPTBIT_V)) macro
131 /* NB: OPT_INVERT is always 0 or 1 */
135 ) ^ OPT_INVERT
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/procps/
H A Dpgrep.c18 OPTBIT_V = 0, /* must be first, we need OPT_INVERT = 0/1 */
28 #define OPT_INVERT (opt & (1 << OPTBIT_V)) macro
131 /* NB: OPT_INVERT is always 0 or 1 */
135 ) ^ OPT_INVERT
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/procps/
H A Dpgrep.c18 OPTBIT_V = 0, /* must be first, we need OPT_INVERT = 0/1 */
28 #define OPT_INVERT (opt & (1 << OPTBIT_V)) macro
131 /* NB: OPT_INVERT is always 0 or 1 */
135 ) ^ OPT_INVERT

Completed in 96 milliseconds