| /freebsd-10-stable/contrib/netbsd-tests/lib/libc/gen/ |
| D | t_randomid.c | 53 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/ |
| D | limits | 27 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/ |
| D | arc.c | 3866 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/ |
| D | symfile.c | 309 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()
|
| D | acinclude.m4 | 103 # 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
|
| D | aclocal.m4 | 115 # 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/ |
| D | conf.c | 5269 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 …]
|
| D | sendmail.h | 2799 extern void sm_closefrom __P((int lowest, int highest)); 2800 extern void sm_close_on_exec __P((int lowest, int highest));
|
| D | TUNING | 78 The first offers the lowest latency without the disadvantage of the
|
| /freebsd-10-stable/cddl/contrib/dtracetoolkit/Examples/ |
| D | priclass_example.txt | 65 The SYS system class has had 4959 samples at a < 0 priority - the lowest,
|
| D | pridist_example.txt | 57 setiathome is running with the lowest priority, in the 0 to 4 range.
|
| /freebsd-10-stable/contrib/binutils/binutils/ |
| D | dlltool.c | 3015 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()
|
| D | srconv.c | 1211 unsigned int *lowest = (unsigned *) nints (p->nsections); in wr_du() local 1226 lowest[i] = ~0; in wr_du()
|
| /freebsd-10-stable/contrib/gcc/doc/ |
| D | portability.texi | 30 significant byte has the highest or lowest address of the bytes in a word)
|
| D | gcov.texi | 93 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/ |
| D | loopwatch.config.SAMPLE | 34 # parts omitted from end default to lowest permitted values
|
| /freebsd-10-stable/contrib/llvm/patches/ |
| D | patch-r262261-llvm-r199781-sparc.diff | 88 + // but allow it at the lowest weight.
|
| /freebsd-10-stable/contrib/ntp/lib/isc/ |
| D | mem.c | 160 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/ |
| D | blowfish.pod | 85 BF_encrypt() and BF_decrypt() are the lowest level functions for Blowfish
|
| /freebsd-10-stable/contrib/ntp/html/hints/ |
| D | notes-xntp-v3 | 105 limited to those survivors at the lowest stratum, not the entire list.
|
| /freebsd-10-stable/contrib/binutils/config/ |
| D | acinclude.m4 | 880 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/ |
| D | README.Portability | 33 length of a string literal; 509 is the lowest we've come across. You
|
| /freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/ |
| D | PPCRegisterInfo.td | 200 // allocated non-volatile register with the lowest register number, as FP
|
| /freebsd-10-stable/contrib/sendmail/contrib/ |
| D | bsdi.mc | 141 # MX entry (that is is has the lowest preference value in the DNS.
|
| /freebsd-10-stable/sys/boot/common/ |
| D | help.common | 342 Sets the lowest address that the pci code will assign
|