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

/freebsd-11.0-release/sys/dev/ath/ath_hal/
H A Dah_decode.h42 OP_MARK = 3, /* application marker */ enumerator in enum:__anon9178
/freebsd-11.0-release/tools/tools/ath/arcode/
H A Darcode.c105 case OP_MARK:
/freebsd-11.0-release/contrib/bmake/
H A Dmake.c538 unmarked = ((cgn->type & OP_MARK) == 0);
539 cgn->type |= OP_MARK;
876 cgn->type &= ~OP_MARK;
893 if (cgn->type & OP_MARK)
895 cgn->type |= OP_MARK;
H A Dmake.h309 #define OP_MARK 0x01000000 /* Node found while expanding .ALLSRC */ macro
/freebsd-11.0-release/sys/dev/ath/
H A Dah_osdep.c345 r->op = OP_MARK;
/freebsd-11.0-release/tools/tools/ath/athdecode/
H A Dmain.c99 case OP_MARK:

Completed in 204 milliseconds