HomeSort by: relevance | last modified time | path
    Searched refs:lead (Results 1 - 25 of 25) sorted by relevancy

  /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
sh-jobs.mk 14 # would lead to a syntax error in the generated shell file, at least for
sh-leading-hyphen.mk 22 # Expanding undefined variables may lead to strange error messages
var-op-append.mk 50 # irrelevant in practice since variable names containing dollars lead to
parse.mk 34 # Try to reproduce some variants that may lead to a crash, depending on the
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 '}'?
var-op-sunsh.mk 88 # the assignment operator at nesting level 0. All other words would lead
directive-for-empty.mk 120 # '::=', '::+=', '::?=', '::!=' and ':_' would lead to different behavior than
varmod-subst-regex.mk 135 # verbatim to the output, which is unexpected and can lead to strange shell
varmod-indirect.mk 177 # This results in ${UNDEF:}, which can lead to tricky parse errors later,
directive-for.mk 125 # value literally in the body. This could lead to situations where the
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/
sun50i-a64-pinephone-1.2.dts 22 * and the lowest PWM duty cycle that doesn't lead to backlight being off
  /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/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/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/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)

Completed in 47 milliseconds