| /netbsd/src/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()
|
| /netbsd/src/sys/altq/ |
| D | altq_jobs.c | 1276 int lowest, highest; in assign_rate_drops_adc() local 1386 lowest = jif->jif_maxpri; in assign_rate_drops_adc() 1390 while (lowest > 0 && available[lowest] <= 0) in assign_rate_drops_adc() 1391 lowest--; /* which is the lowest class that needs less service? */ in assign_rate_drops_adc() 1393 while (highest != jif->jif_maxpri+1 && lowest != -1) { in assign_rate_drops_adc() 1395 if (available[lowest]+available[highest] > 0) { in assign_rate_drops_adc() 1400 n[lowest] += available[highest]; in assign_rate_drops_adc() 1402 available[lowest] += available[highest]; in assign_rate_drops_adc() 1409 } else if (available[lowest]+available[highest] == 0) { in assign_rate_drops_adc() 1411 n[lowest] += available[highest]; in assign_rate_drops_adc() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/config/mmix/ |
| D | crti.S | 38 % This little treasure (some contents) is required so the 32 lowest 52 crtstxt OCTA _init % Assumed to be the lowest executed address. 55 crtsdat OCTA dstart % Assumed to be the lowest accessed address.
|
| /netbsd/src/share/examples/fstab/ |
| D | fstab.sd0.amiga | 5 # fast file system on / root partition (NBR\7) lowest scsi disk unit 12 # fast file system on /usr (NBU\7) next to lowest scsi disk unit
|
| /netbsd/src/external/gpl3/gdb/dist/sim/frv/ |
| D | cache.c | 855 int lowest = 0; in next_priority() local 860 if (req->priority > lowest) in next_priority() 861 lowest = req->priority; in next_priority() 867 if (stage->request != NULL && stage->request->priority > lowest) in next_priority() 868 lowest = stage->request->priority; in next_priority() 876 if (war->valid && war->priority > lowest) in next_priority() 877 lowest = war->priority + 1; in next_priority() 884 && cache->BARS.priority > lowest) in next_priority() 885 lowest = cache->BARS.priority + 1; in next_priority() 887 && cache->NARS.priority > lowest) in next_priority() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/sim/ppc/ |
| D | hw_opic.c | 695 opic_interrupt_destination *lowest = NULL; in find_lowest_dest() local 700 if (lowest == NULL) in find_lowest_dest() 701 lowest = dest; in find_lowest_dest() 702 else if (lowest->base_priority > dest->base_priority) in find_lowest_dest() 703 lowest = dest; in find_lowest_dest() 704 else if (lowest->current_in_service != NULL in find_lowest_dest() 706 lowest = dest; /* not doing anything */ in find_lowest_dest() 707 else if (lowest->current_in_service != NULL in find_lowest_dest() 709 && (lowest->current_in_service->priority in find_lowest_dest() 711 lowest = dest; /* less urgent */ in find_lowest_dest() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| D | limits | 327 lowest() noexcept { return _Tp(); } 396 lowest() noexcept { return min(); } 465 lowest() noexcept { return min(); } 532 lowest() noexcept { return min(); } 602 lowest() noexcept { return min(); } 675 lowest() noexcept { return min(); } 743 lowest() _GLIBCXX_USE_NOEXCEPT { return min(); } 808 lowest() noexcept { return min(); } 869 lowest() noexcept { return min(); } 932 lowest() noexcept { return min(); } [all …]
|
| D | bit | 411 /// The number of contiguous zero bits, starting from the lowest bit. 417 /// The number of contiguous one bits, starting from the lowest bit.
|
| /netbsd/src/external/gpl2/lvm2/dist/daemons/cmirrord/ |
| D | cluster.c | 1166 uint32_t lowest = match->lowest_id; in cpg_join_callback() local 1221 if (lowest == 0xDEAD) in cpg_join_callback() 1226 else if (lowest != match->lowest_id) in cpg_join_callback() 1228 SHORT_UUID(match->name.value), lowest, in cpg_join_callback() 1233 lowest, joined->nodeid); in cpg_join_callback() 1244 uint32_t lowest = match->lowest_id; in cpg_leave_callback() local 1336 if (lowest != match->lowest_id) { in cpg_leave_callback() 1338 SHORT_UUID(match->name.value), lowest, in cpg_leave_callback() 1342 SHORT_UUID(match->name.value), lowest, left->nodeid); in cpg_leave_callback()
|
| /netbsd/src/external/lgpl3/gmp/dist/mpn/powerpc64/ |
| D | logops_n.asm | 115 ld r6, 0(r4) C read lowest u limb (again) 116 ld r7, 0(r5) C read lowest v limb (again)
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | symfile.c | 202 find_lowest_section (asection *sect, asection **lowest) in find_lowest_section() argument 206 if (!*lowest) in find_lowest_section() 207 *lowest = sect; /* First loadable section */ in find_lowest_section() 208 else if (bfd_section_vma (*lowest) > bfd_section_vma (sect)) in find_lowest_section() 209 *lowest = sect; /* A lower loadable section */ in find_lowest_section() 210 else if (bfd_section_vma (*lowest) == bfd_section_vma (sect) in find_lowest_section() 211 && (bfd_section_size (*lowest) <= bfd_section_size (sect))) in find_lowest_section() 212 *lowest = sect; in find_lowest_section() 342 CORE_ADDR &lowest) in place_section() argument 357 start_addr = (lowest + align - 1) & -align; in place_section() [all …]
|
| D | infcmd.c | 2578 struct thread_info *lowest = inferior_thread (); in attach_post_wait() local 2587 if (thread->inf->num < lowest->inf->num in attach_post_wait() 2588 || thread->per_inf_num < lowest->per_inf_num) in attach_post_wait() 2589 lowest = thread; in attach_post_wait() 2591 switch_to_thread (lowest); in attach_post_wait()
|
| /netbsd/src/sys/dev/usb/ |
| D | umidi.c | 992 struct umidi_endpoint *p, *q, *lowest, *endep, tmpep; in alloc_all_endpoints_genuine() local 1043 lowest = p; in alloc_all_endpoints_genuine() 1045 if ((UE_GET_DIR(lowest->addr)==UE_DIR_IN && in alloc_all_endpoints_genuine() 1047 ((UE_GET_DIR(lowest->addr)== in alloc_all_endpoints_genuine() 1049 (UE_GET_ADDR(lowest->addr)> in alloc_all_endpoints_genuine() 1051 lowest = q; in alloc_all_endpoints_genuine() 1053 if (lowest != p) { in alloc_all_endpoints_genuine() 1055 memcpy((void *)p, (void *)lowest, sizeof(tmpep)); in alloc_all_endpoints_genuine() 1056 memcpy((void *)lowest, (void *)&tmpep, sizeof(tmpep)); in alloc_all_endpoints_genuine()
|
| /netbsd/src/etc/iscsi/ |
| D | targets | 6 # it's the lowest common storage denominator
|
| /netbsd/src/external/bsd/iscsi/dist/src/etc/ |
| D | targets | 6 # it's the lowest common storage denominator
|
| /netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| D | arc.c | 3901 int64_t lowest = INT64_MAX; in arc_available_memory() local 3908 if (n < lowest) { in arc_available_memory() 3909 lowest = n; in arc_available_memory() 3919 if (n < lowest) { in arc_available_memory() 3920 lowest = n; in arc_available_memory() 3933 if (n < lowest) { in arc_available_memory() 3934 lowest = n; in arc_available_memory() 3947 if (n < lowest) { in arc_available_memory() 3948 lowest = n; in arc_available_memory() 3962 if (n < lowest) { in arc_available_memory() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libcpp/ |
| D | mkdeps.cc | 248 const char *lowest = d->targets[d->quote_lwm]; in deps_add_target() local 250 t = lowest; in deps_add_target()
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/config/ |
| D | t-darwin | 2 # reasonable lowest common denominator that works for all our archs.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | portability.texi | 29 significant byte has the highest or lowest address of the bytes in a word)
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | dlltool.c | 3638 int lowest = -1; in fill_ordinals() local 3657 if (lowest == -1 || d_export_vec[i]->ordinal < lowest) in fill_ordinals() 3658 lowest = d_export_vec[i]->ordinal; in fill_ordinals() 3663 if (lowest == -1) in fill_ordinals() 3664 lowest = 1; in fill_ordinals() 3674 for (j = lowest; j < size; j++) in fill_ordinals() 3683 for (j = lowest; j >0; j--) in fill_ordinals()
|
| /netbsd/src/external/bsd/ntp/dist/scripts/monitoring/ |
| D | loopwatch.config.SAMPLE | 34 # parts omitted from end default to lowest permitted values
|
| /netbsd/src/external/bsd/pcc/dist/pcc/arch/powerpc/ |
| D | README | 41 since the powerpc ABI specifies that the "lowest" address
|
| /netbsd/src/external/gpl3/binutils/dist/gold/ |
| D | dwarf_reader.cc | 2829 std::vector<Addr2line_cache_entry>::iterator lowest in one_addr2line() local 2838 lowest = it; in one_addr2line() 2841 if (lowest != addr2line_cache.end()) in one_addr2line() 2843 delete lowest->dwarf_line_info; in one_addr2line() 2844 addr2line_cache.erase(lowest); in one_addr2line()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | max_size_type.h | 789 lowest() noexcept in _GLIBCXX_VISIBILITY() 815 lowest() noexcept in _GLIBCXX_VISIBILITY()
|
| /netbsd/src/usr.bin/config/ |
| D | TODO | 86 Put machdep.ko in the lowest address. uvm.ko and kern.ko follow. 176 "machdep" module is the lowest. Thus the lowest entry in .ctors must be
|