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

/freebsd-10.1-release/sys/dev/ath/ath_hal/
H A Dah_decode.h42 OP_MARK = 3, /* application marker */ enumerator in enum:__anon7702
/freebsd-10.1-release/tools/tools/ath/arcode/
H A Darcode.c105 case OP_MARK:
/freebsd-10.1-release/contrib/bmake/
H A Dmake.c539 unmarked = ((cgn->type & OP_MARK) == 0);
540 cgn->type |= OP_MARK;
879 cgn->type &= ~OP_MARK;
896 if (cgn->type & OP_MARK)
898 cgn->type |= OP_MARK;
H A Dmake.h302 #define OP_MARK 0x01000000 /* Node found while expanding .ALLSRC */ macro
/freebsd-10.1-release/sys/dev/ath/
H A Dah_osdep.c308 r->op = OP_MARK;
/freebsd-10.1-release/tools/tools/ath/athdecode/
H A Dmain.c99 case OP_MARK:

Completed in 187 milliseconds