/src/sys/dev/spi/ |
mcp3k.c | 71 uint8_t lead; /* leading bits to ignore */ member in struct:mcp3kadc_model 107 .lead = 3, 115 .lead = 2, 123 .lead = 2, 131 .lead = 2, 139 .lead = 3, 147 .lead = 2, 155 .lead = 2, 163 .lead = 2, 171 .lead = 3 [all...] |
/src/lib/libc/time/ |
strftime.c | 845 int lead; local in function:_yconv 850 lead = a / DIVISOR + b / DIVISOR + trail / DIVISOR; 852 if (trail < 0 && lead > 0) { 854 --lead; 855 } else if (lead < 0 && trail > 0) { 857 ++lead; 860 if (lead == 0 && trail < 0) 862 else pt = _conv(lead, "%02d", pt, ptlim, loc);
|
zdump.c | 1222 int lead; local in function:dumptime 1241 lead = timeptr->tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR + 1244 if (trail < 0 && lead > 0) { 1246 --lead; 1247 } else if (lead < 0 && trail > 0) { 1249 ++lead; 1251 if (lead == 0) 1253 else printf("%d%d", lead, ((trail < 0) ? -trail : trail));
|
/src/sys/arch/shark/ofw/ |
ofw.c | 1596 vaddr_t lead; local in function:ofw_valloc 1601 lead = 0; 1604 lead = new - (*ppvf)->start; 1607 if (((*ppvf)->size - lead) >= size) { 1608 if (lead == 0) { 1621 (*ppvf)->size = lead;
|
/src/lib/libc/stdio/ |
vfwprintf.c | 661 int lead; /* sig figs before decimal or group sep */ local in function:WDECL 883 lead = 0; 1210 lead = expt; 1213 if (lead <= *grouping) 1215 lead -= *grouping; 1224 lead = expt; 1462 lead, zeroes); 1463 result += lead;
|
/src/sys/dev/pci/ |
if_wpireg.h | 537 uint8_t lead; member in struct:wpi_bluetooth
|