Home
last modified time | relevance | path

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

12

/dragonfly/usr.sbin/powerd/
H A Dpowerd.c197 int lowest; in main() local
571 int v, highest, lowest; in acpi_getcpufreq_str() local
588 highest = lowest = 0; in acpi_getcpufreq_str()
591 if ((lowest == 0 || lowest > v) && in acpi_getcpufreq_str()
593 lowest = v; in acpi_getcpufreq_str()
624 *lowest0 = lowest; in acpi_getcpufreq_str()
679 *lowest = 0; in acpi_get_cpufreq()
1135 int lowest, highest, desired; in acpi_set_cpufreq() local
1139 if (highest == 0 || lowest == 0) in acpi_set_cpufreq()
1141 desired = inc ? highest : lowest; in acpi_set_cpufreq()
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dlimits383 lowest() noexcept { return min(); }
452 lowest() noexcept { return min(); }
519 lowest() noexcept { return min(); }
589 lowest() noexcept { return min(); }
662 lowest() noexcept { return min(); }
730 lowest() noexcept { return min(); }
791 lowest() noexcept { return min(); }
854 lowest() noexcept { return min(); }
921 lowest() noexcept { return min(); }
994 lowest() noexcept { return min(); }
[all …]
H A Dchrono206 { return numeric_limits<_Rep>::lowest(); }
H A Dstreambuf88 * - the <em>beginning pointer</em>, or lowest element address in the
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dlimits327 lowest() noexcept { return _Tp(); }
395 lowest() noexcept { return min(); }
464 lowest() noexcept { return min(); }
531 lowest() noexcept { return min(); }
601 lowest() noexcept { return min(); }
674 lowest() noexcept { return min(); }
742 lowest() noexcept { return min(); }
803 lowest() noexcept { return min(); }
866 lowest() noexcept { return min(); }
933 lowest() noexcept { return min(); }
[all …]
H A Dchrono287 { return numeric_limits<_Rep>::lowest(); }
H A Dstreambuf93 * - the <em>beginning pointer</em>, or lowest element address in the
/dragonfly/contrib/lvm2/dist/daemons/cmirrord/
H A Dcluster.c1166 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()
/dragonfly/contrib/gdb-7/gdb/
H A Dsymfile.c186 asection **lowest = (asection **) obj; in find_lowest_section() local
190 if (!*lowest) in find_lowest_section()
191 *lowest = sect; /* First loadable section */ in find_lowest_section()
192 else if (bfd_section_vma (abfd, *lowest) > bfd_section_vma (abfd, sect)) in find_lowest_section()
193 *lowest = sect; /* A lower loadable section */ in find_lowest_section()
195 && (bfd_section_size (abfd, (*lowest)) in find_lowest_section()
197 *lowest = sect; in find_lowest_section()
368 CORE_ADDR lowest; member
391 start_addr = (arg->lowest + align - 1) & -align; in place_section()
432 arg->lowest = start_addr + bfd_get_section_size (sect); in place_section()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dportability.texi30 significant byte has the highest or lowest address of the bytes in a word)
H A Dgcov.texi93 the lowest resolution), it works best with a programming style that
451 the lowest numbered branch or call will correspond to the leftmost construct
H A Dtm.texi845 byte has the lowest number; otherwise define it to have the value zero.
857 word has the lowest number. This macro need not be a constant.
862 most significant word has the lowest number. This applies to both
878 containing the sign bit at the lowest address; otherwise define it to
1796 set such that functions always start at even addresses, but the lowest
2005 If this macro is not defined, registers are used lowest numbered first
4700 stack (the lowest address if @code{STACK_GROWS_DOWNWARD} is defined, and
6480 the lowest cost will be used. If multiple forms have the same, lowest,
9771 lowest. The value of the macro should be an integer designating a mode
H A Dtm.texi.in829 byte has the lowest number; otherwise define it to have the value zero.
841 word has the lowest number. This macro need not be a constant.
846 most significant word has the lowest number. This applies to both
862 containing the sign bit at the lowest address; otherwise define it to
1774 set such that functions always start at even addresses, but the lowest
1983 If this macro is not defined, registers are used lowest numbered first
4637 stack (the lowest address if @code{STACK_GROWS_DOWNWARD} is defined, and
6402 the lowest cost will be used. If multiple forms have the same, lowest,
9654 lowest. The value of the macro should be an integer designating a mode
/dragonfly/contrib/zstd/programs/
H A Dbenchzstd.c514 { size_t const lowest = (u>5) ? 5 : u; in BMK_benchMemAdvancedNoAlloc() local
517 for (n=lowest; n>0; n--) in BMK_benchMemAdvancedNoAlloc()
524 for (n=lowest; n>0; n++) in BMK_benchMemAdvancedNoAlloc()
/dragonfly/contrib/binutils-2.34/gold/
H A Ddwarf_reader.cc2390 std::vector<Addr2line_cache_entry>::iterator lowest in one_addr2line() local
2399 lowest = it; in one_addr2line()
2402 if (lowest != addr2line_cache.end()) in one_addr2line()
2404 delete lowest->dwarf_line_info; in one_addr2line()
2405 addr2line_cache.erase(lowest); in one_addr2line()
/dragonfly/contrib/binutils-2.27/gold/
H A Ddwarf_reader.cc2375 std::vector<Addr2line_cache_entry>::iterator lowest in one_addr2line() local
2384 lowest = it; in one_addr2line()
2387 if (lowest != addr2line_cache.end()) in one_addr2line()
2389 delete lowest->dwarf_line_info; in one_addr2line()
2390 addr2line_cache.erase(lowest); in one_addr2line()
/dragonfly/contrib/tre/
H A DREADME34 also be used to search for matches with the lowest cost.
/dragonfly/usr.bin/window/
H A DREADME182 Output to the physical terminal is handled by the lowest level
/dragonfly/contrib/gcc-8.0/gcc/
H A Dmachmode.def154 memory. Only the lowest bit of each element is significant.
H A Dhsa-gen.c3497 tree lowest = get_switch_low (s); in gen_hsa_insns_for_switch_stmt() local
3504 hsa_op_immed *cmp1_immed = new hsa_op_immed (lowest, true); in gen_hsa_insns_for_switch_stmt()
3539 new hsa_op_immed (lowest, true))); in gen_hsa_insns_for_switch_stmt()
3559 = tree_to_uhwi (int_const_binop (MINUS_EXPR, CASE_LOW (label), lowest)); in gen_hsa_insns_for_switch_stmt()
3564 sub_high = tree_to_uhwi (int_const_binop (MINUS_EXPR, high, lowest)); in gen_hsa_insns_for_switch_stmt()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Drandom.h2026 { return std::numeric_limits<result_type>::lowest(); } in _GLIBCXX_VISIBILITY()
2884 { return std::numeric_limits<result_type>::lowest(); } in _GLIBCXX_VISIBILITY()
3311 { return std::numeric_limits<result_type>::lowest(); } in _GLIBCXX_VISIBILITY()
5059 { return std::numeric_limits<result_type>::lowest(); } in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/file/magic/Magdir/
H A Dfonts222 # lowest character index in face (4 but usually 32 for disk-loaded fonts)
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-alpha.texi301 That is, the relocation with the lowest address must be executed
/dragonfly/games/fortune/datfiles/
H A Dstartrek595 be counted on to live down to our lowest impulses.
/dragonfly/contrib/ncurses/include/
H A DCaps268 padding_baud_rate pb num pb - - YB-GE lowest baud rate where padding needed

12