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

1 2 3

  /src/usr.bin/make/unit-tests/
var-scope-global.mk 3 # Tests for global variables, which are the most common variables.
recursive.mk 34 # therefore that's acceptable. In most practical cases, the missing
cond-op-not.mk 22 # This is unusual since most other programming languages define the precedence
varmod-subst-regex.mk 21 # means to apply at most 1 replacement in the whole expression.
60 # The modifier '1' applies the replacement at most once, across the whole
73 # XXX: Most other places where regular expression are used match at the end
80 # In most other contexts where regular expressions are used, a dot matches
opt-jobs-no-action.mk 40 # Explain the most basic cases in detail.
opt-keep-going-indirect.mk 29 # failures in jobs mode (by far the most common when building large
directive-ifmake.mk 11 # This is the most basic form.
var-scope-cmdline.mk 13 # most of the variables are stored. This conflicts with the statement that
61 # Most cmdline variables are set at the very beginning, when parsing the
cond-func.mk 51 # The most plausible reason seems to be typo detection.
  /src/lib/libc/arch/vax/string/
bcmp.S 53 bicl3 $-4,%r0,%r3 # handle at most 3 extra bytes
memcmp.S 50 bicl3 $-4,%r0,%r3 # handle at most 3 extra bytes
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
twl6030_omap4.dtsi 8 * On most OMAP4 platforms, the twl6030 IRQ line is connected
twl4030_omap3.dtsi 13 * On most OMAP3 platforms, the twl4030 IRQ line is connected
  /src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/starfive/
jh7100-starfive-visionfive-v1.dts 32 * which uses a Microchip PHY. Hence, most likely the Motorcomm PHY is the one
  /src/common/dist/zlib/examples/
enough.c 281 // we can use at most this many bit patterns, lest there not be enough
283 // no limit to the code length, this would become: most = left - 1)
284 int most = (((code_t)left << (g.max - len)) - syms) / local in function:count
289 for (int use = least; use <= most; use++) {
418 // we can use at most this many bit patterns, lest there not be enough
420 // no limit to the code length, this would become: most = left - 1)
421 int most = (((code_t)left << (g.max - len)) - syms) / local in function:examine
434 for (use = least; use <= most; use++) {
532 // make sure that the calculation of most will not overflow
  /src/sys/arch/m68k/m68k/
trap_subr.s 65 moveml (%sp)+,#0x7FFF | restore most user regs
82 moveml (%sp)+,#0x7FFF | no, restore most user regs
switch_subr.s 369 moveml (%sp)+,#0x7FFF | restore most user regs
  /src/
README.md 12 You can cross-build NetBSD from most UNIX-like operating systems.
  /src/doc/
TODO.modules 52 6. Many (most?) drivers are not yet modularized
227 most of the modules getting unloaded a few seconds later. We don't
  /src/compat/
exec.mk 31 # most kvm-using tools are happier with 64 bit.
  /src/usr.sbin/sysinst/
README.md_defs 3 The following is trying to document the most important machine dependent
44 PART_BOOT is in BYTE (not MB), while most other sizes
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_malloc_mac.inc 244 // this would require reading at most |new_size| bytes from
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
sdm845-cheza-r1.dts 55 * L19 and L28 technically go to 3.3V, but most boards have old AOP firmware
sdm845-cheza-r2.dts 55 * L19 and L28 technically go to 3.3V, but most boards have old AOP firmware
  /src/distrib/mvme68k/miniroot/
install.md 149 are in sector (most likely 512 bytes) units. Make sure these size/offset

Completed in 19 milliseconds

1 2 3