Home
last modified time | relevance | path

Searched refs:max (Results 251 – 275 of 2445) sorted by relevance

1...<<11121314151617181920>>...98

/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/18_support/
H A Dnumeric_limits.cc34 static T max; member
40 template<> T extrema<T>::max = M
67 T limits_max = std::numeric_limits<T>::max(); in test_extrema()
69 T extrema_max = extrema<T>::max; in test_extrema()
208 VERIFY( obj.max() == 0 ); in test01()
/openbsd/sys/nfs/
H A Dnfs_vfsops.c193 u_int32_t pref, max; in nfs_fsinfo() local
219 max = fxdr_unsigned(u_int32_t, fsp->fs_wtmax); in nfs_fsinfo()
220 if (max < nmp->nm_wsize) { in nfs_fsinfo()
221 nmp->nm_wsize = max & ~(NFS_FABLKSIZE - 1); in nfs_fsinfo()
223 nmp->nm_wsize = max; in nfs_fsinfo()
229 max = fxdr_unsigned(u_int32_t, fsp->fs_rtmax); in nfs_fsinfo()
230 if (max < nmp->nm_rsize) { in nfs_fsinfo()
231 nmp->nm_rsize = max & ~(NFS_FABLKSIZE - 1); in nfs_fsinfo()
233 nmp->nm_rsize = max; in nfs_fsinfo()
239 if (max < nmp->nm_readdirsize) { in nfs_fsinfo()
[all …]
/openbsd/gnu/lib/libstdc++/libstdc++/libio/
H A Diofwide.c61 const char *from_end, _IO_size_t max);
425 const char *from_start, const char *from_end, _IO_size_t max) in do_length() argument
430 wchar_t to_buf[max]; in do_length()
436 codecvt->__cd_in.__cd.__data[0].__outbufend = (char *) &to_buf[max]; in do_length()
448 wchar_t to_buf[max]; in do_length()
453 &to_start, &max); in do_length()
/openbsd/gnu/usr.bin/binutils/gdb/tui/
H A Dtui-io.c401 tui_rl_display_match_list (char **matches, int len, int max) in tui_rl_display_match_list() argument
430 max += 2; in tui_rl_display_match_list()
431 limit = screenwidth / max; in tui_rl_display_match_list()
432 if (limit != 1 && (limit * max == screenwidth)) in tui_rl_display_match_list()
469 for (k = 0; k < max - printed_len; k++) in tui_rl_display_match_list()
490 for (k = 0; k < max - printed_len; k++) in tui_rl_display_match_list()
/openbsd/regress/sbin/pfctl/
H A Dpf15.ok5 match all scrub (max-mss 224)
6 match all scrub (no-df max-mss 224)
H A Dpfail53.in4 (max-src-conn 100, max-src-conn-rate 10/5, overload <444> flush)
/openbsd/sys/dev/pci/drm/i915/
H A Di915_fixed.h55 uint_fixed_16_16_t max = { .val = max(max1.val, max2.val) }; in max_fixed16() local
57 return max; in max_fixed16()
/openbsd/gnu/llvm/libcxx/include/
H A Dlatch22 static constexpr ptrdiff_t max() noexcept;
70 static constexpr ptrdiff_t max() noexcept {
71 return numeric_limits<ptrdiff_t>::max();
/openbsd/regress/lib/libc/asr/bin/
H A Dcommon.c427 size_t *newoffset, char *dst, size_t max) in dname_expand() argument
455 if (dst != NULL && max != 0) { in dname_expand()
456 count = (max < n + 1) ? (max) : (n + 1); in dname_expand()
459 max -= count; in dname_expand()
469 if (dst != NULL && max != 0) in dname_expand()
528 unpack_dname(struct packed *p, char *dst, size_t max) in unpack_dname() argument
535 e = dname_expand(p->data, p->len, p->offset, &p->offset, dst, max); in unpack_dname()
/openbsd/gnu/usr.bin/perl/t/op/
H A Dpow.t65 my ($base, $max, $range) = @$pow;
67 foreach my $n (0..$max-1) {
/openbsd/gnu/llvm/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp32 LQSize = std::max(0, LdQDesc.BufferSize); in LSUnitBase()
37 SQSize = std::max(0, StQDesc.BufferSize); in LSUnitBase()
87 std::max(CurrentLoadGroupID, CurrentLoadBarrierGroupID); in dispatch()
130 std::max(CurrentLoadGroupID, CurrentLoadBarrierGroupID); in dispatch()
/openbsd/sys/dev/pci/drm/amd/pm/swsmu/inc/
H A Dsmu_v11_0.h90 uint32_t max; /* MHz */ member
255 uint32_t *min, uint32_t *max);
258 uint32_t min, uint32_t max);
263 uint32_t max);
H A Dsmu_v13_0.h78 uint32_t max; /* MHz */ member
226 uint32_t *min, uint32_t *max);
229 uint32_t min, uint32_t max);
234 uint32_t max);
/openbsd/games/fish/
H A Dfish.c214 int i, max; in promove() local
225 max = i; in promove()
230 comphand[i] > comphand[max]) in promove()
231 max = i; in promove()
232 return(max); in promove()
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dd30v-dis.c267 long max; in print_insn() local
268 max = (1 << (bits - 1)); in print_insn()
269 if (val & max) in print_insn()
299 int max = (1 << (bits - 1)); in print_insn() local
301 if (val & max) in print_insn()
/openbsd/usr.bin/lex/
H A Dtables.c389 flex_int32_t max = 0; in min_int_size() local
398 if (n > max) in min_int_size()
399 max = n; in min_int_size()
402 if (max <= INT8_MAX) in min_int_size()
404 else if (max <= INT16_MAX) in min_int_size()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h177 int SwiftAsyncContextFrameIdx = std::numeric_limits<int>::max();
281 int64_t MinOffset = std::numeric_limits<int64_t>::max(); in getCalleeSavedStackSize()
290 MaxOffset = std::max<int64_t>(Offset + ObjSize, MaxOffset); in getCalleeSavedStackSize()
293 if (SwiftAsyncContextFrameIdx != std::numeric_limits<int>::max()) { in getCalleeSavedStackSize()
297 MaxOffset = std::max<int64_t>(Offset + ObjSize, MaxOffset); in getCalleeSavedStackSize()
/openbsd/sys/dev/pci/drm/i915/gt/
H A Dselftest_reset.c29 long max, count; in __igt_reset_stolen() local
122 max = -1; in __igt_reset_stolen()
154 max = page; in __igt_reset_stolen()
164 msg, count, max); in __igt_reset_stolen()
166 if (max >= I915_GEM_STOLEN_BIAS >> PAGE_SHIFT) { in __igt_reset_stolen()
/openbsd/gnu/llvm/libcxx/include/__chrono/
H A Dyear.h52 _LIBCPP_HIDE_FROM_ABI static inline constexpr year max() noexcept { return year{ 32767}; } in max() function
90 …ic_assert(static_cast<int>(std::numeric_limits<decltype(__y_)>::max()) == static_cast<int>(max())); in ok()
/openbsd/sbin/unwind/libunbound/validator/
H A Dval_nsec3.h330 uint8_t* buf, size_t max);
345 size_t zonelen, uint8_t* buf, size_t max);
375 size_t max);
/openbsd/usr.sbin/unbound/validator/
H A Dval_nsec3.h330 uint8_t* buf, size_t max);
345 size_t zonelen, uint8_t* buf, size_t max);
375 size_t max);
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-tic4x.h92 #define md_do_align(n,fill,len,max,label) if( tic4x_do_align (n,fill,len,max) ) goto label; argument
/openbsd/sys/dev/pci/drm/include/drm/
H A Ddrm_color_mgmt.h45 u32 max = 0xffff >> (16 - bit_precision); in drm_color_lut_extract() local
53 return clamp_val(val, 0, max); in drm_color_lut_extract()
/openbsd/sys/dev/pci/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_7_ppt.c591 dpm_table->max = dpm_table->dpm_levels[0].value; in smu_v13_0_7_set_default_dpm_table()
615 dpm_table->max = dpm_table->dpm_levels[0].value; in smu_v13_0_7_set_default_dpm_table()
631 dpm_table->max = dpm_table->dpm_levels[0].value; in smu_v13_0_7_set_default_dpm_table()
866 uint32_t *max) in smu_v13_0_7_get_dpm_ultimate_freq() argument
908 if (max) in smu_v13_0_7_get_dpm_ultimate_freq()
909 *max = dpm_table->max; in smu_v13_0_7_get_dpm_ultimate_freq()
1053 int32_t *max) in smu_v13_0_7_get_od_setting_limits() argument
1090 if (max) in smu_v13_0_7_get_od_setting_limits()
1091 *max = od_max_setting; in smu_v13_0_7_get_od_setting_limits()
1857 (driver_clocks.GameClockAc < gfx_table->max)) in smu_v13_0_7_populate_umd_state_clk()
[all …]
/openbsd/gnu/lib/libreadline/
H A Dcomplete.c1068 rl_display_match_list (matches, len, max) in rl_display_match_list() argument
1070 int len, max;
1077 max += 2;
1078 limit = _rl_screenwidth / max;
1116 for (k = 0; k < max - printed_len; k++)
1153 for (k = 0; k < max - printed_len; k++)
1176 int len, max, i; local
1198 for (max = 0, i = 1; matches[i]; i++)
1203 if (len > max)
1204 max = len;
[all …]

1...<<11121314151617181920>>...98