| /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/usr.bin/make/unit-tests/ |
| var-recursive.mk | 4 # evaluated, as that would lead to an endless loop. 29 # An expression with modifiers is skipped halfway. This can lead to wrong
|
| var-op-append.mk | 50 # irrelevant in practice since variable names containing dollars lead to
|
| varparse-undef-partial.mk | 5 # the remaining expression is evaluated. In edge cases this can lead to
|
| varmod-defined.mk | 50 # ApplyModifier_Defined calls Var_Parse, double dollars lead to a parse
|
| directive-for-escape.mk | 258 # XXX: Why does the '$$' before the '${.TARGET}' lead to an escaped '}'? 261 # XXX: Why does the '$$' before the '${.TARGET}' lead to an escaped '}'?
|
| directive-for-empty.mk | 120 # '::=', '::+=', '::?=', '::!=' and ':_' would lead to different behavior than
|
| var-op-sunsh.mk | 88 # the assignment operator at nesting level 0. All other words would lead
|
| directive-for.mk | 125 # value literally in the body. This could lead to situations where the
|
| varmod-indirect.mk | 177 # This results in ${UNDEF:}, which can lead to tricky parse errors later,
|
| /src/lib/libc/time/ |
| strftime.c | 855 int lead; local 860 lead = a / DIVISOR + b / DIVISOR + trail / DIVISOR; 862 if (trail < 0 && lead > 0) { 864 --lead; 865 } else if (lead < 0 && trail > 0) { 867 ++lead; 870 if (lead == 0 && trail < 0) 872 else pt = _conv(lead, "%02d", pt, ptlim, loc);
|
| zdump.c | 1218 int lead; local 1237 lead = timeptr->tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR + 1240 if (trail < 0 && lead > 0) { 1242 --lead; 1243 } else if (lead < 0 && trail > 0) { 1245 ++lead; 1247 if (lead == 0) 1249 else printf("%d%d", lead, ((trail < 0) ? -trail : trail));
|
| /src/lib/libc/stdio/ |
| vfwprintf.c | 661 int lead; /* sig figs before decimal or group sep */ local 883 lead = 0; 1210 lead = expt; 1213 if (lead <= *grouping) 1215 lead -= *grouping; 1224 lead = expt; 1462 lead, zeroes); 1463 result += lead;
|
| /src/sys/arch/shark/ofw/ |
| ofw.c | 1596 vaddr_t lead; local 1601 lead = 0; 1604 lead = new - (*ppvf)->start; 1607 if (((*ppvf)->size - lead) >= size) { 1608 if (lead == 0) { 1621 (*ppvf)->size = lead;
|
| /src/sys/arch/mac68k/obio/ |
| iwm.s | 134 * For convenience, the bytes of the sector data lead-in 699 * Check for sector data lead-in 'D5 AA AD' 710 lea dataLeadIn,%a3 | Sector data lead-in 726 * We have found the lead-in. Now get the 12 tag bytes. 908 * sector data lead-out 'DE AA' 1039 * Write sync pattern and sector data lead-in 'D5 AA'. The 1075 * Write 5 sync bytes and first byte of sector data lead-in 1086 moveb %a4@+,%d1 | Write 2nd byte of sector lead-in 1097 moveq #0x0B,%d1 | 3rd byte of sector data lead-in 1142 * We enter with the last byte of the sector data lead-i [all...] |
| /src/sys/dev/pci/ |
| if_wpireg.h | 537 uint8_t lead; member in struct:wpi_bluetooth
|
| if_wpi.c | 2998 bluetooth.lead = 0xaa;
|
| /src/usr.bin/make/ |
| test-variants.mk | 118 # mode. This would lead to inconsistent definitions of bool and thus
|
| /src/sys/arch/m68k/060sp/dist/ |
| fplsp.s | 558 T1: long 0x40C62D38,0xD3D64634 # 16381 LOG2 LEAD 7154 fmul.s &0xBC317218,%fp0 # N * L1, L1 = lead(-log2/64) 7190 fmov.x (%a1)+,%fp1 # fp1 is lead. pt. of 2^(J/64) 7316 fmul.s &0xBC317218,%fp0 # N * L1, L1 = lead(-log2/64)
|
| fpsp.s | 578 T1: long 0x40C62D38,0xD3D64634 # 16381 LOG2 LEAD 7260 fmul.s &0xBC317218,%fp0 # N * L1, L1 = lead(-log2/64) 7296 fmov.x (%a1)+,%fp1 # fp1 is lead. pt. of 2^(J/64) 7422 fmul.s &0xBC317218,%fp0 # N * L1, L1 = lead(-log2/64)
|