Lines Matching refs:bf
127 static void printbitfield (struct rnnbitfield *bf, int shift);
129 static void printtypeinfo (struct rnntypeinfo *ti, struct rnnbitfield *bf,
144 if (bf || ti->shr || ti->minvalid || ti->maxvalid || ti->alignvalid ||
167 if (bf && (intype == RNN_TTYPE_BOOLEAN)) {
168 printdef(bf->fullname, 0, 0, mask, file);
228 static void printbitfield (struct rnnbitfield *bf, int shift) {
229 if (bf->varinfo.dead)
231 printtypeinfo (&bf->typeinfo, bf, bf->fullname, bf->file);