Home
last modified time | relevance | path

Searched refs:lowest (Results 1 – 25 of 87) sorted by relevance

1234

/freebsd-10-stable/contrib/netbsd-tests/lib/libc/gen/
Dt_randomid.c53 uint32_t lowest, n, diff; in ATF_TC_BODY() local
59 lowest = UINT32_MAX; in ATF_TC_BODY()
67 if (diff <= lowest) { in ATF_TC_BODY()
68 if (lowest != UINT32_MAX) in ATF_TC_BODY()
73 id, last[id], n, diff, lowest); in ATF_TC_BODY()
79 lowest = diff; in ATF_TC_BODY()
/freebsd-10-stable/contrib/libc++/include/
Dlimits27 static constexpr T lowest() noexcept;
149 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT {return type();}
213 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT {return min();}
265 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT {return min();}
311 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT {return -max();}
357 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT {return -max();}
403 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT {return -max();}
449 …_LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT {return __base::lowest(…
542 …_LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT {return __base::lowest(…
635 …_LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT {return __base::lowest(…
[all …]
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Darc.c3866 int64_t lowest = INT64_MAX; in arc_available_memory() local
3873 if (n < lowest) { in arc_available_memory()
3874 lowest = n; in arc_available_memory()
3884 if (n < lowest) { in arc_available_memory()
3885 lowest = n; in arc_available_memory()
3898 if (n < lowest) { in arc_available_memory()
3899 lowest = n; in arc_available_memory()
3912 if (n < lowest) { in arc_available_memory()
3913 lowest = n; in arc_available_memory()
3927 if (n < lowest) { in arc_available_memory()
[all …]
/freebsd-10-stable/contrib/gdb/gdb/
Dsymfile.c309 asection **lowest = (asection **) obj; in find_lowest_section() local
313 if (!*lowest) in find_lowest_section()
314 *lowest = sect; /* First loadable section */ in find_lowest_section()
315 else if (bfd_section_vma (abfd, *lowest) > bfd_section_vma (abfd, sect)) in find_lowest_section()
316 *lowest = sect; /* A lower loadable section */ in find_lowest_section()
317 else if (bfd_section_vma (abfd, *lowest) == bfd_section_vma (abfd, sect) in find_lowest_section()
318 && (bfd_section_size (abfd, (*lowest)) in find_lowest_section()
320 *lowest = sect; in find_lowest_section()
Dacinclude.m4103 # since ls returns lowest version numbers first, reverse its output
120 # since ls returns lowest version numbers first, reverse its output
326 # since ls returns lowest version numbers first, reverse its output
343 # since ls returns lowest version numbers first, reverse its output
Daclocal.m4115 # since ls returns lowest version numbers first, reverse its output
132 # since ls returns lowest version numbers first, reverse its output
338 # since ls returns lowest version numbers first, reverse its output
355 # since ls returns lowest version numbers first, reverse its output
/freebsd-10-stable/contrib/sendmail/src/
Dconf.c5269 sm_closefrom(lowest, highest) in sm_closefrom() argument
5270 int lowest, highest; in sm_closefrom()
5273 closefrom(lowest);
5277 for (i = lowest; i < highest; i++)
5295 closefd_walk(lowest, fd) in closefd_walk() argument
5296 void *lowest; in closefd_walk()
5299 if (fd >= *(int *)lowest)
5316 sm_close_on_exec(lowest, highest) in sm_close_on_exec() argument
5317 int lowest, highest; in sm_close_on_exec()
5320 (void) fdwalk(closefd_walk, &lowest);
[all …]
Dsendmail.h2799 extern void sm_closefrom __P((int lowest, int highest));
2800 extern void sm_close_on_exec __P((int lowest, int highest));
DTUNING78 The first offers the lowest latency without the disadvantage of the
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Examples/
Dpriclass_example.txt65 The SYS system class has had 4959 samples at a < 0 priority - the lowest,
Dpridist_example.txt57 setiathome is running with the lowest priority, in the 0 to 4 range.
/freebsd-10-stable/contrib/binutils/binutils/
Ddlltool.c3015 int lowest = -1; in fill_ordinals() local
3034 if (lowest == -1 || d_export_vec[i]->ordinal < lowest) in fill_ordinals()
3035 lowest = d_export_vec[i]->ordinal; in fill_ordinals()
3040 if (lowest == -1) in fill_ordinals()
3041 lowest = 1; in fill_ordinals()
3051 for (j = lowest; j < size; j++) in fill_ordinals()
3060 for (j = lowest; j >0; j--) in fill_ordinals()
Dsrconv.c1211 unsigned int *lowest = (unsigned *) nints (p->nsections); in wr_du() local
1226 lowest[i] = ~0; in wr_du()
/freebsd-10-stable/contrib/gcc/doc/
Dportability.texi30 significant byte has the highest or lowest address of the bytes in a word)
Dgcov.texi93 the lowest resolution), it works best with a programming style that
420 the lowest numbered branch or call will correspond to the leftmost construct
/freebsd-10-stable/contrib/ntp/scripts/monitoring/
Dloopwatch.config.SAMPLE34 # parts omitted from end default to lowest permitted values
/freebsd-10-stable/contrib/llvm/patches/
Dpatch-r262261-llvm-r199781-sparc.diff88 + // but allow it at the lowest weight.
/freebsd-10-stable/contrib/ntp/lib/isc/
Dmem.c160 unsigned char * lowest; member
587 if (first < ctx->lowest || ctx->lowest == NULL) in more_basic_blocks()
588 ctx->lowest = first; in more_basic_blocks()
969 ctx->lowest = NULL; in isc__mem_createx2()
/freebsd-10-stable/crypto/openssl/doc/crypto/
Dblowfish.pod85 BF_encrypt() and BF_decrypt() are the lowest level functions for Blowfish
/freebsd-10-stable/contrib/ntp/html/hints/
Dnotes-xntp-v3105 limited to those survivors at the lowest stratum, not the entire list.
/freebsd-10-stable/contrib/binutils/config/
Dacinclude.m4880 dnl since ls returns lowest version numbers first, reverse its output
1119 dnl since ls returns lowest version numbers first, reverse its output
1324 dnl since ls returns lowest version numbers first, reverse its output
1475 dnl since ls returns lowest version numbers first, reverse its output
1537 dnl since ls returns lowest version numbers first, reverse its output
1617 dnl since ls returns lowest version numbers first, reverse its output
1956 dnl since ls returns lowest version numbers first, reverse its output
/freebsd-10-stable/contrib/gcc/
DREADME.Portability33 length of a string literal; 509 is the lowest we've come across. You
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.td200 // allocated non-volatile register with the lowest register number, as FP
/freebsd-10-stable/contrib/sendmail/contrib/
Dbsdi.mc141 # MX entry (that is is has the lowest preference value in the DNS.
/freebsd-10-stable/sys/boot/common/
Dhelp.common342 Sets the lowest address that the pci code will assign

1234