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

/freebsd-11-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-11-stable/contrib/bmake/mk/
H A Dhost-target.mk41 # tr is insanely non-portable, accommodate the lowest common denominator
/freebsd-11-stable/share/mk/
H A Dhost-target.mk42 # tr is insanely non-portable, accommodate the lowest common denominator
/freebsd-11-stable/sys/dev/pci/
H A Dpci_iov.c427 * Set the ARI_EN bit in the lowest-numbered PCI function with the SR-IOV
428 * capability. This bit is only writeable on the lowest-numbered PF but
434 device_t lowest; local
448 lowest = NULL;
452 if (lowest == NULL || dev_func < lowest_func) {
453 lowest = devlist[i];
465 KASSERT(lowest != NULL,
469 iov_ctl = pci_read_config(lowest, lowest_pos + PCIR_SRIOV_CTL, 2);
471 pci_write_config(lowest, lowest_pos + PCIR_SRIOV_CTL, iov_ctl, 2);
472 if ((pci_read_config(lowest, lowest_po
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c46 * blocks that are the "lowest" in the list.
4341 int64_t lowest = INT64_MAX; local
4352 if (n < lowest) {
4353 lowest = n;
4360 if (n < lowest) {
4361 lowest = n;
4374 if (n < lowest) {
4375 lowest = n;
4388 if (n < lowest) {
4389 lowest
[all...]
/freebsd-11-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-11-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-11-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-11-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-11-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-11-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-11-stable/sys/kern/
H A Dkern_cpu.c138 SYSCTL_INT(_debug_cpufreq, OID_AUTO, lowest, CTLFLAG_RWTUN, &cf_lowest_freq, 1,
721 * create derived states from the lowest absolute settings first
/freebsd-11-stable/sys/compat/ndis/
H A Dsubr_ntoskrnl.c2463 MmAllocateContiguousMemorySpecifyCache(size, lowest, highest,
2466 uint64_t lowest;
2493 lowest, highest, PAGE_SIZE, boundary, memattr);
3806 * will be processed in order from lowest to highest.
/freebsd-11-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 370 milliseconds