Searched refs:max (Results 276 - 300 of 1932) sorted by relevance

<<11121314151617181920>>

/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dresize_policy.hpp178 return std::max(static_cast<size_type>(min_size), half_size);
215 std::max(m_next_grow_size / factor, static_cast<size_type>(min_size));
/openbsd-current/gnu/lib/libstdc++/libstdc++/config/io/
H A Dc_io_libio_codecvt.c61 const char *from_start, const char *from_end, _IO_size_t max);
153 const char *from_start, const char *from_end, _IO_size_t max)
152 do_length(struct _IO_codecvt *codecvt, __c_mbstate_t *statep, const char *from_start, const char *from_end, _IO_size_t max) argument
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Denviron.c22 #define max(a, b) ((a) > (b) ? (a) : (b)) macro
75 e->allocated = max (i, e->allocated + 10);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20020720-1.x4 # insns for combine to handle -- it can handle max three insns
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-mmix.h217 #define md_do_align(n, fill, len, max, label) \
218 mmix_md_do_align (n, fill, len, max)
/openbsd-current/gnu/llvm/llvm/tools/llvm-dwarfdump/
H A DSectionSizes.cpp22 Width = std::max(Width, It.first.size());
32 Width = std::max(Width, NumWidth);
/openbsd-current/sys/dev/pci/drm/include/drm/
H A Ddrm_property.h264 uint64_t min, uint64_t max);
267 int64_t min, int64_t max);
/openbsd-current/sys/dev/pci/drm/amd/pm/swsmu/inc/
H A Dsmu_v11_0_7_pptable.h140 uint32_t max[SMU_11_0_7_MAX_ODSETTING]; //default maximum settings member in struct:smu_11_0_7_overdrive_table
168 uint32_t max[SMU_11_0_7_MAX_PPCLOCK]; //PowerSavingClock Mode Clock Maximum array In MHz member in struct:smu_11_0_7_power_saving_clock_table
H A Dsmu_v13_0_pptable.h112 uint32_t max[SMU_13_0_MAX_ODSETTING]; //default maximum settings member in struct:smu_13_0_overdrive_table
135 uint32_t max[SMU_13_0_MAX_PPCLOCK]; //PowerSavingClock Mode Clock Maximum array In MHz member in struct:smu_13_0_power_saving_clock_table
H A Dsmu_v11_0_pptable.h110 uint32_t max[SMU_11_0_MAX_ODSETTING]; //default maximum settings member in struct:smu_11_0_overdrive_table
133 uint32_t max[SMU_11_0_MAX_PPCLOCK]; //PowerSavingClock Mode Clock Maximum array In MHz member in struct:smu_11_0_power_saving_clock_table
/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dintel_llc.c48 /* XXX we ideally want the max not cpuspeed... */
94 /* max(2 * GT, DDR). NB: GT is 50MHz units */
95 ring_freq = max(consts->min_ring_freq, gpu_freq);
98 ring_freq = max(consts->min_ring_freq, ring_freq);
/openbsd-current/lib/libcurses/base/
H A Dlib_color.c454 int min, max, t; local
458 if ((max = g > r ? g : r) < b)
459 max = b;
462 *l = ((min + max) / 20);
464 if (min == max) { /* black, white and all shades of gray */
472 *s = (((max - min) * 100) / (max + min));
474 *s = (((max - min) * 100) / (2000 - max - min));
477 if (r == max)
[all...]
/openbsd-current/gnu/llvm/lldb/include/lldb/Core/
H A DValueObjectRegister.h50 size_t CalculateNumChildren(uint32_t max) override;
98 size_t CalculateNumChildren(uint32_t max) override;
/openbsd-current/gnu/llvm/lld/MachO/
H A DRelocations.h80 uint8_t bits, int64_t min, uint64_t max);
88 uint8_t bits, int64_t min, uint64_t max);
/openbsd-current/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.h141 double max() const { return MaxValue; } function in class:llvm::exegesis::PerInstructionStats
150 double MinValue = std::numeric_limits<double>::max();
/openbsd-current/lib/libcrypto/x509/
H A Dx509_issuer_cache.c66 x509_issuer_cache_set_max(size_t max) argument
70 x509_issuer_cache_max = max;
/openbsd-current/gnu/llvm/libcxx/utils/
H A Dgenerate_header_inclusion_tests.py119 return 'TEST_STD_VER > {} && '.format(max(i for i in versions if i < v))
151 version = max(new_in_version.get(h, "03") for h in [includer, includee])
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DSourceMgr.cpp92 assert(Sz <= std::numeric_limits<T>::max());
112 static_cast<size_t>(PtrDiff) <= std::numeric_limits<T>::max());
124 if (Sz <= std::numeric_limits<uint8_t>::max())
126 else if (Sz <= std::numeric_limits<uint16_t>::max())
128 else if (Sz <= std::numeric_limits<uint32_t>::max())
160 if (Sz <= std::numeric_limits<uint8_t>::max())
162 else if (Sz <= std::numeric_limits<uint16_t>::max())
164 else if (Sz <= std::numeric_limits<uint32_t>::max())
179 if (Sz <= std::numeric_limits<uint8_t>::max())
181 else if (Sz <= std::numeric_limits<uint16_t>::max())
[all...]
/openbsd-current/usr.sbin/unbound/testcode/
H A Ddelayer.c438 fd_set* rorig, int* max, struct proxy** proxies, int serv_ip6,
475 if(p->s+1 > *max)
476 *max = p->s+1;
483 fd_set* rorig, int* max, struct proxy** proxies,
510 p = find_create_proxy(&from, from_len, rorig, max, proxies,
550 service_tcp_listen(int s, fd_set* rorig, int* max, struct tcp_proxy** proxies, argument
606 if(p->client_s+1 > *max)
607 *max = p->client_s+1;
608 if(p->server_s+1 > *max)
609 *max
437 find_create_proxy(struct sockaddr_storage* from, socklen_t from_len, fd_set* rorig, int* max, struct proxy** proxies, int serv_ip6, struct timeval* now, struct timeval* reuse_timeout) argument
482 service_recv(int s, struct ringbuf* ring, sldns_buffer* pkt, fd_set* rorig, int* max, struct proxy** proxies, struct sockaddr_storage* srv_addr, socklen_t srv_len, struct timeval* now, struct timeval* delay, struct timeval* reuse) argument
901 int max, have_wait = 0; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Ddwarf.h69 max enumerator in enum:dwarf_section_display_enum
/openbsd-current/sys/arch/amd64/amd64/
H A Drbus_machdep.c86 start = max(start, RBUS_IO_START);
/openbsd-current/sys/dev/pci/
H A Desavar.h59 int max; member in struct:esa_list
/openbsd-current/usr.sbin/lpd/
H A Diobuf.h29 size_t max; member in struct:iobuf
/openbsd-current/gnu/llvm/lldb/tools/lldb-test/
H A DFormatUtil.cpp33 CurrentIndent = std::max<int>(0, CurrentIndent - Amount);
/openbsd-current/gnu/llvm/clang/utils/ABITest/layout/
H A DMakefile8 TESTARGS := --max-args 0 --test-layout

Completed in 303 milliseconds

<<11121314151617181920>>