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

/linux-master/lib/
H A Dasn1_decoder.c185 #define FLAG_CONS 0x20 /* Corresponds to CONS bit in the opcode tag macro
242 flags |= optag & FLAG_CONS;
288 if (flags & FLAG_CONS) {
306 tag, len, flags & FLAG_CONS ? " CONS" : "");
327 if (!(flags & FLAG_CONS)) {
351 if (!(flags & FLAG_CONS))

Completed in 102 milliseconds