Home | Sort by: relevance | last modified time | path |
/src/lib/libc/nameser/ | |
ns_print.c | 678 int pbyte, pbit; local in function:ns_sprintrrf 684 pbit = *rdata; 685 if (pbit > 128) goto formerr; 686 pbyte = (pbit & ~7) / 8; 690 if (pbit < 128) { 700 if (pbit == 0) |
ns_print.c | 678 int pbyte, pbit; local in function:ns_sprintrrf 684 pbit = *rdata; 685 if (pbit > 128) goto formerr; 686 pbyte = (pbit & ~7) / 8; 690 if (pbit < 128) { 700 if (pbit == 0) |
/src/sys/dev/pci/ | |
radeonfb.c | 2142 uint32_t pbit = 0; local in function:radeonfb_program_vclk 2146 radeonfb_calc_dividers(sc, dotclock, &pbit, &feed, flags); 2173 div0 |= pbit; 2258 data |= pbit; |
radeonfb.c | 2142 uint32_t pbit = 0; local in function:radeonfb_program_vclk 2146 radeonfb_calc_dividers(sc, dotclock, &pbit, &feed, flags); 2173 div0 |= pbit; 2258 data |= pbit; |