| /netbsd-src/sys/arch/zaurus/stand/zbsdmod/ |
| H A D | zbsdmod.c | 86 static vaddr_t minv, maxv, posv; variable 115 maxv = (vaddr_t)0; in elf32bsdboot() 139 if (maxv < posv) in elf32bsdboot() 140 maxv = posv; in elf32bsdboot() 144 if (maxv < posv) in elf32bsdboot() 145 maxv = posv; in elf32bsdboot() 172 elfv = maxv = roundup(maxv, sizeof(long)); in elf32bsdboot() 173 maxv += sizeof(Elf_Ehdr); in elf32bsdboot() 177 shpv = maxv; in elf32bsdboot() 178 maxv += roundup(sz, sizeof(long)); in elf32bsdboot() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/io/ |
| H A D | read.c | 663 GFC_UINTEGER_LARGEST value, maxv, maxv_10; in read_decimal() local 707 maxv = si_max (length); in read_decimal() 709 maxv++; in read_decimal() 710 maxv_10 = maxv / 10; in read_decimal() 742 if (value > maxv - c) in read_decimal() 778 GFC_UINTEGER_LARGEST value, maxv, maxv_r; in read_radix() local 799 maxv = 2 * si_max (length) + 1; in read_radix() 800 maxv_r = maxv / radix; in read_radix() 893 if (maxv - c < value) in read_radix()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/ |
| H A D | read.c | 630 GFC_UINTEGER_LARGEST value, maxv, maxv_10; in read_decimal() local 674 maxv = si_max (length); in read_decimal() 676 maxv++; in read_decimal() 677 maxv_10 = maxv / 10; in read_decimal() 709 if (value > maxv - c) in read_decimal() 745 GFC_UINTEGER_LARGEST value, maxv, maxv_r; in read_radix() local 766 maxv = 2 * si_max (length) + 1; in read_radix() 767 maxv_r = maxv / radix; in read_radix() 860 if (maxv - c < value) in read_radix()
|
| /netbsd-src/sys/dev/sysmon/ |
| H A D | sysmon_envsys.c | 1548 uint32_t maxv, v; in sysmon_envsys_get_max_value() local 1550 maxv = 0; in sysmon_envsys_get_max_value() 1556 if (v > maxv) in sysmon_envsys_get_max_value() 1557 maxv = v; in sysmon_envsys_get_max_value() 1560 return maxv; in sysmon_envsys_get_max_value() 1569 uint32_t maxv, v; in sme_get_max_value() local 1574 maxv = 0; in sme_get_max_value() 1587 if (v > maxv) in sme_get_max_value() 1588 maxv = v; in sme_get_max_value() 1592 return maxv; in sme_get_max_value()
|
| /netbsd-src/sys/arch/zaurus/dev/ |
| H A D | zapm.c | 703 int minv, maxv, v; in max1111_adc_value_avg() local 728 maxv = 4; in max1111_adc_value_avg() 732 maxv = i; in max1111_adc_value_avg() 736 DPRINTF(("max1111_adc_value_avg: minv = %d, maxv = %d\n", minv, maxv)); in max1111_adc_value_avg() 739 if (i == minv || i == maxv) in max1111_adc_value_avg()
|
| /netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/ |
| H A D | post-html.cpp | 500 int minv, minh, maxv, maxh; member in text_glob 524 minv(min_vertical), minh(min_horizontal), maxv(max_vertical), maxh(max_horizontal), in text_glob() 531 : text_string(NULL), text_length(0), minv(-1), minh(-1), maxv(-1), maxh(-1), in text_glob() 933 int minv, minh, maxv, maxh; member 944 : right(0), left(0), datum(0), lineno(0), minv(-1), minh(-1), maxv(-1), maxh(-1) in element_list() 957 minv(min_vertical), minh(min_horizontal), maxv(max_vertical), maxh(max_horizontal) in element_list() 1033 } else if (is_intersection(a->minv, a->maxv, b->minv, b->maxv)) { in is_less() 1036 return( a->maxv < b->maxv ); in is_less() 1229 element_list *t = new element_list(in, ptr->lineno, ptr->minv, ptr->minh, ptr->maxv, ptr->maxh); in insert() 1298 f->minv, f->minh, f->maxv, f->maxh); in insert_tag() [all …]
|
| /netbsd-src/lib/libnvmm/ |
| H A D | shlib_version | 1 # $NetBSD: shlib_version,v 1.1 2018/11/10 09:28:56 maxv Exp $
|
| /netbsd-src/lib/libarch/i386/ |
| H A D | shlib_version | 1 # $NetBSD: shlib_version,v 1.7 2017/08/12 19:48:28 maxv Exp $
|
| /netbsd-src/sys/modules/nvmm/ |
| H A D | nvmm.ioconf | 1 # $NetBSD: nvmm.ioconf,v 1.2 2020/06/25 17:01:20 maxv Exp $
|
| /netbsd-src/sys/arch/arm/xscale/ |
| H A D | files.i80200 | 1 # $NetBSD: files.i80200,v 1.5 2018/07/12 10:46:42 maxv Exp $
|
| H A D | files.i80321 | 1 # $NetBSD: files.i80321,v 1.17 2018/07/12 10:46:42 maxv Exp $
|
| /netbsd-src/sys/arch/amd64/conf/ |
| H A D | GENERIC_KASLR | 1 # $NetBSD: GENERIC_KASLR,v 1.5 2018/07/21 06:30:27 maxv Exp $
|
| H A D | kern.ldscript.kaslr | 1 /* $NetBSD: kern.ldscript.kaslr,v 1.5 2018/01/21 11:21:40 maxv Exp $ */
|
| /netbsd-src/sys/arch/sparc64/conf/ |
| H A D | GENERIC32 | 1 # $NetBSD: GENERIC32,v 1.142 2018/12/19 13:57:50 maxv Exp $
|
| /netbsd-src/common/lib/libprop/ |
| H A D | prop_number.c | 500 #define TEMPLATE(name, typ, minv, maxv) \ argument 509 if (pn->pn_value.pnv_unsigned > (maxv)) \ 514 (uintmax_t)pn->pn_value.pnv_signed > (maxv)) || \
|
| /netbsd-src/sys/dev/nvmm/ |
| H A D | files.nvmm | 1 # $NetBSD: files.nvmm,v 1.3 2020/06/25 17:01:19 maxv Exp $
|
| /netbsd-src/sys/arch/amd64/stand/prekern/ |
| H A D | prekern.ldscript | 1 /* $NetBSD: prekern.ldscript,v 1.2 2017/10/11 16:13:16 maxv Exp $ */
|
| /netbsd-src/external/gpl2/groff/dist/src/preproc/pic/ |
| H A D | pic.y | 74 struct { double *v; int nv; int maxv; } dv; member 1100 $$.maxv = 0; 1105 if ($$.nv >= $$.maxv) { 1108 $$.maxv = 4; 1112 $$.maxv *= 2; 1114 $$.v = new double[$$.maxv]; 1119 double *foo = new double[$$.maxv];
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-vrp.cc | 1788 wide_int minv, maxv, valv, cst2v; in register_edge_assert_for_2() local 1814 maxv = valv | ~cst2v; in register_edge_assert_for_2() 1870 maxv = wi::mask (nprec - (cst2n ? 1 : 0), false, nprec); in register_edge_assert_for_2() 1882 maxv = wi::mask (nprec - (cst2n ? 1 : 0), false, nprec); in register_edge_assert_for_2() 1896 maxv = valv; in register_edge_assert_for_2() 1899 maxv = masked_increment (valv, cst2v, sgnbit, nprec); in register_edge_assert_for_2() 1900 if (maxv == valv) in register_edge_assert_for_2() 1902 maxv -= 1; in register_edge_assert_for_2() 1904 maxv |= ~cst2v; in register_edge_assert_for_2() 1923 maxv = valv; in register_edge_assert_for_2() [all …]
|
| H A D | tree-affine.cc | 344 wide_int minv, maxv; in expr_to_aff_combination() local 357 wide_int maxv = vr.upper_bound (); in expr_to_aff_combination() local 361 wi::add (maxv, wi::to_wide (op1), sign, &overflow); in expr_to_aff_combination() 363 wi::mul (maxv, wi::to_wide (op1), sign, &overflow); in expr_to_aff_combination()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-ssa-loop-niter.c | 124 wide_int minv, maxv; in refine_value_range_using_guard() local 232 && get_range_info (varc1, &minv, &maxv) == VR_RANGE) in refine_value_range_using_guard() 234 gcc_assert (wi::le_p (minv, maxv, sgn)); in refine_value_range_using_guard() 236 wi::to_mpz (maxv, maxc1, sgn); in refine_value_range_using_guard() 354 wide_int minv, maxv; in determine_value_range() local 375 rtype = get_range_info (var, &minv, &maxv); in determine_value_range() 390 maxv = maxc; in determine_value_range() 395 maxv = wi::min (maxv, maxc, sgn); in determine_value_range() 400 if (wi::gt_p (minv, maxv, sgn)) in determine_value_range() 402 rtype = get_range_info (var, &minv, &maxv); in determine_value_range() [all …]
|
| H A D | tree-vrp.c | 2186 wide_int minv, maxv, valv, cst2v; in register_edge_assert_for_2() local 2212 maxv = valv | ~cst2v; in register_edge_assert_for_2() 2268 maxv = wi::mask (nprec - (cst2n ? 1 : 0), false, nprec); in register_edge_assert_for_2() 2280 maxv = wi::mask (nprec - (cst2n ? 1 : 0), false, nprec); in register_edge_assert_for_2() 2294 maxv = valv; in register_edge_assert_for_2() 2297 maxv = masked_increment (valv, cst2v, sgnbit, nprec); in register_edge_assert_for_2() 2298 if (maxv == valv) in register_edge_assert_for_2() 2300 maxv -= 1; in register_edge_assert_for_2() 2302 maxv |= ~cst2v; in register_edge_assert_for_2() 2321 maxv = valv; in register_edge_assert_for_2() [all …]
|
| /netbsd-src/sys/arch/i386/conf/ |
| H A D | kern.ldscript | 1 /* $NetBSD: kern.ldscript,v 1.22 2018/06/24 18:24:53 maxv Exp $ */
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-wt/ |
| H A D | idl.c | 713 unsigned char *maxv = (unsigned char *)&ids[size]; in wt_idl_sort() local 739 for (soft_limit = 0; !maxv[soft_limit]; soft_limit++); in wt_idl_sort() 741 for (soft_limit = sizeof(ID)-1; !maxv[soft_limit]; soft_limit--); in wt_idl_sort()
|
| /netbsd-src/sys/arch/i386/stand/boot/ |
| H A D | version | |