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

/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-802_11.c2211 int bit0; local
2257 for (bit0 = 0, presentp = &hdr->it_present; presentp <= last_presentp;
2258 presentp++, bit0 += 32) {
2271 (bit0 + BITNO_32(present ^ next_present));
/freebsd-9.3-release/contrib/gcc/config/s390/
H A Ds390.c480 int bit0, bit1; local
503 bit0 = exact_log2 (INTVAL (op1) ^ INTVAL (op2));
504 if (bit0 != -1 && bit1 != -1)
505 return bit0 > bit1 ? CCT1mode : CCT2mode;

Completed in 125 milliseconds