Searched refs:lowest (Results 1 - 18 of 18) sorted by relevance

/freebsd-12-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_randomid.c53 uint32_t lowest, n, diff; local
59 lowest = UINT32_MAX;
67 if (diff <= lowest) {
68 if (lowest != UINT32_MAX)
72 "lowest %"PRIu32"\n",
73 id, last[id], n, diff, lowest);
79 lowest = diff;
/freebsd-12-stable/contrib/bmake/mk/
H A Dhost-target.mk46 # tr is insanely non-portable, accommodate the lowest common denominator
/freebsd-12-stable/share/mk/
H A Dhost-target.mk42 # tr is insanely non-portable, accommodate the lowest common denominator
/freebsd-12-stable/sys/contrib/zstd/lib/compress/
H A Dzstd_double_fast.c63 const BYTE* const lowest = base + lowestIndex; local
70 ip += (ip==lowest);
71 { U32 const maxRep = (U32)(ip-lowest);
99 while (((ip>anchor) & (matchLong>lowest)) && (ip[-1] == matchLong[-1])) { ip--; matchLong--; mLength++; } /* catch up */
109 while (((ip>anchor) & (matchL3>lowest)) && (ip[-1] == matchL3[-1])) { ip--; matchL3--; mLength++; } /* catch up */
113 while (((ip>anchor) & (match>lowest)) && (ip[-1] == match[-1])) { ip--; match--; mLength++; } /* catch up */
H A Dzstd_fast.c53 const BYTE* const lowest = base + lowestIndex; local
60 ip += (ip==lowest);
61 { U32 const maxRep = (U32)(ip-lowest);
88 while (((ip>anchor) & (match>lowest)) && (ip[-1] == match[-1])) { ip--; match--; mLength++; } /* catch up */
/freebsd-12-stable/sys/dev/pci/
H A Dpci_iov.c435 * Set the ARI_EN bit in the lowest-numbered PCI function with the SR-IOV
436 * capability. This bit is only writeable on the lowest-numbered PF but
442 device_t lowest; local
456 lowest = NULL;
460 if (lowest == NULL || dev_func < lowest_func) {
461 lowest = devlist[i];
473 KASSERT(lowest != NULL,
477 iov_ctl = pci_read_config(lowest, lowest_pos + PCIR_SRIOV_CTL, 2);
479 pci_write_config(lowest, lowest_pos + PCIR_SRIOV_CTL, iov_ctl, 2);
480 if ((pci_read_config(lowest, lowest_po
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/include/fuzzer/
H A DFuzzedDataProvider.h207 // Returns a floating point value in the range [Type's lowest, Type's max] by
211 return ConsumeFloatingPointInRange<T>(std::numeric_limits<T>::lowest(),
/freebsd-12-stable/contrib/gdb/gdb/
H A Dsymfile.c298 /* Remember the lowest-addressed loadable section we've seen.
302 lowest-addressed loadable section.
305 lowest-addressed loadable section. */
310 asection **lowest = (asection **) obj;
314 if (!*lowest)
315 *lowest = sect; /* First loadable section */
316 else if (bfd_section_vma (abfd, *lowest) > bfd_section_vma (abfd, sect))
317 *lowest = sect; /* A lower loadable section */
318 else if (bfd_section_vma (abfd, *lowest) == bfd_section_vma (abfd, sect)
319 && (bfd_section_size (abfd, (*lowest))
309 asection **lowest = (asection **) obj; local
[all...]
/freebsd-12-stable/contrib/binutils/binutils/
H A Ddlltool.c3015 int lowest = -1; local
3034 if (lowest == -1 || d_export_vec[i]->ordinal < lowest)
3035 lowest = d_export_vec[i]->ordinal;
3040 if (lowest == -1)
3041 lowest = 1;
3051 for (j = lowest; j < size; j++)
3060 for (j = lowest; j >0; j--)
3076 /* Work out the lowest and highest ordinal numbers. */
H A Dsrconv.c1211 unsigned int *lowest = (unsigned *) nints (p->nsections); local
1226 lowest[i] = ~0;
/freebsd-12-stable/contrib/sendmail/src/
H A Dconf.c5339 ** lowest -- first fd to close
5347 sm_closefrom(lowest, highest)
5348 int lowest, highest;
5351 closefrom(lowest);
5355 for (i = lowest; i < highest; i++)
5365 ** lowest -- first fd to arrange to be closed
5373 closefd_walk(lowest, fd)
5374 void *lowest;
5377 if (fd >= *(int *)lowest)
5386 ** lowest
[all...]
H A Dsendmail.h2830 extern void sm_closefrom __P((int lowest, int highest));
2831 extern void sm_close_on_exec __P((int lowest, int highest));
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c46 * blocks that are the "lowest" in the list.
4672 int64_t lowest = INT64_MAX; local
4683 if (n < lowest) {
4684 lowest = n;
4691 if (n < lowest) {
4692 lowest = n;
4705 if (n < lowest) {
4706 lowest = n;
4719 if (n < lowest) {
4720 lowest
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc463 // POSIX requires that _POSIX_ARG_MAX is 4096, which is the lowest possible
/freebsd-12-stable/contrib/ntp/lib/isc/
H A Dmem.c160 unsigned char * lowest; member in struct:isc__mem
587 if (first < ctx->lowest || ctx->lowest == NULL)
588 ctx->lowest = first;
969 ctx->lowest = NULL;
/freebsd-12-stable/sys/kern/
H A Dkern_cpu.c140 SYSCTL_INT(_debug_cpufreq, OID_AUTO, lowest, CTLFLAG_RWTUN, &cf_lowest_freq, 1,
748 * create derived states from the lowest absolute settings first
/freebsd-12-stable/sys/compat/ndis/
H A Dsubr_ntoskrnl.c2465 MmAllocateContiguousMemorySpecifyCache(size, lowest, highest,
2468 uint64_t lowest;
2494 ret = (void *)kmem_alloc_contig(size, M_ZERO | M_NOWAIT, lowest,
3808 * will be processed in order from lowest to highest.
/freebsd-12-stable/contrib/gcc/config/ia64/
H A Dia64.c6400 rtx lowest = ready[n_asms];
6402 *insnp = lowest;
6386 rtx lowest = ready[n_asms]; local

Completed in 464 milliseconds