Home
last modified time | relevance | path

Searched refs:min (Results 1 – 25 of 1238) sorted by relevance

12345678910>>...50

/netbsd/src/external/bsd/tcpdump/dist/tests/
Dbfd-multihop-v.out6 Desired min Tx Interval: 300 ms
7 Required min Rx Interval: 300 ms
8 Required min Echo Interval: 300 ms
14 Desired min Tx Interval: 400 ms
15 Required min Rx Interval: 400 ms
16 Required min Echo Interval: 400 ms
22 Desired min Tx Interval: 300 ms
23 Required min Rx Interval: 300 ms
24 Required min Echo Interval: 300 ms
30 Desired min Tx Interval: 300 ms
[all …]
Dbfd-raw-auth-md5-v.out6 Desired min Tx Interval: 1000 ms
7 Required min Rx Interval: 1000 ms
8 Required min Echo Interval: 0 ms
17 Desired min Tx Interval: 1000 ms
18 Required min Rx Interval: 1000 ms
19 Required min Echo Interval: 0 ms
28 Desired min Tx Interval: 1000 ms
29 Required min Rx Interval: 1000 ms
30 Required min Echo Interval: 0 ms
39 Desired min Tx Interval: 1000 ms
[all …]
Dbfd-raw-auth-sha1-v.out6 Desired min Tx Interval: 1000 ms
7 Required min Rx Interval: 1000 ms
8 Required min Echo Interval: 0 ms
17 Desired min Tx Interval: 1000 ms
18 Required min Rx Interval: 1000 ms
19 Required min Echo Interval: 0 ms
28 Desired min Tx Interval: 1000 ms
29 Required min Rx Interval: 1000 ms
30 Required min Echo Interval: 0 ms
39 Desired min Tx Interval: 1000 ms
[all …]
Dbfd-raw-auth-simple-v.out6 Desired min Tx Interval: 1000 ms
7 Required min Rx Interval: 1000 ms
8 Required min Echo Interval: 0 ms
16 Desired min Tx Interval: 1000 ms
17 Required min Rx Interval: 1000 ms
18 Required min Echo Interval: 0 ms
26 Desired min Tx Interval: 1000 ms
27 Required min Rx Interval: 1000 ms
28 Required min Echo Interval: 0 ms
36 Desired min Tx Interval: 1000 ms
[all …]
Dbfd-lag-v.out6 Desired min Tx Interval: 1000 ms
7 Required min Rx Interval: 300 ms
8 Required min Echo Interval: 300 ms
14 Desired min Tx Interval: 1000 ms
15 Required min Rx Interval: 300 ms
16 Required min Echo Interval: 300 ms
22 Desired min Tx Interval: 1000 ms
23 Required min Rx Interval: 300 ms
24 Required min Echo Interval: 300 ms
30 Desired min Tx Interval: 1000 ms
[all …]
Dbabel_update_oobr.out14 ….24074: kerberos v4 be KDC_REQUEST: ^O^O^O^O^O^O^O^O^O^DM-WM-WM-WM-WM-WM-WM-W.@ 680min [|kerberos]
15 …os v4 be KDC_REQUEST: .M-^?M-^?^AM-^@M-^?M-^@M-V@M-WM-WM-sM-WM-WM-WM-WM-W 880min ^VM-^H [|kerberos]
17 …os v4 be KDC_REQUEST: .M-^?M-^?^AM-^@M-^?M-^@M-V@M-WM-WM-sM-WM-WM-WM-WM-W 880min ^VM-^H [|kerberos]
19 …4.214.24074: kerberos v4 be KDC_REQUEST: ^O^O^O^O.^DM-2M-!^BM-W^CM-!^B@^D 0min ^P.^VM-^H [|kerbero…
20 …> 0.234.154.214.24074: kerberos v4 be KDC_REQUEST: ^O^O'^O^O@@.@^Qjp^J@ 1070min .X^^J^B [|kerberos]
22 …214.24074: kerberos v4 be KDC_REQUEST: ^O^O^O^O^O^DM-2 .M-g^C@>M-y}M-uM-tM-+M-` 680min [|kerberos]
35 ….24074: kerberos v4 be KDC_REQUEST: ^O^O^O^O.^DM-^@M-^?M-^?M-^?^CM-!^B@^D 0min ^P.^VM-^H [|kerbero…
36 ….24074: kerberos v4 be KDC_REQUEST: ^O^O^O^O^O^O^O^O^O^DM-WM-WM-WM-WM-WM-WM-W.@ 680min [|kerberos]
39 …4.214.24074: kerberos v4 be KDC_REQUEST: ^O^O^O^O.^DM-2M-!^BM-W^CM-!^B@^D 0min ^P.^VM-^H [|kerbero…
40 …> 0.234.154.214.24074: kerberos v4 be KDC_REQUEST: ^O^O'^O^O@@.@^Qjp^J@ 1070min .X^^J^B [|kerberos]
[all …]
/netbsd/src/usr.bin/mklocale/
Dyacc.y197 $$->min = ($1 & charsetmask) | charsetbits;
204 $$->min = ($1 & charsetmask) | charsetbits;
211 $$->min = ($2 & charsetmask) | charsetbits;
218 $$->min = ($2 & charsetmask) | charsetbits;
227 $$->min = ($2 & charsetmask) | charsetbits;
235 $$->min = ($3 & charsetmask) | charsetbits;
243 $$->min = ($2 & charsetmask) | charsetbits;
251 $$->min = ($3 & charsetmask) | charsetbits;
392 for (i = list->min; i <= list->max; ++i) { in set_digitmap()
398 _RuneType digit = list->map + (i - list->min); in set_digitmap()
[all …]
/netbsd/src/external/bsd/ntp/dist/sntp/libopts/
Dintprops.h162 #define INT_ADD_RANGE_OVERFLOW(a, b, min, max) \ argument
164 ? (a) < (min) - (b) \
169 #define INT_SUBTRACT_RANGE_OVERFLOW(a, b, min, max) \ argument
172 : (a) < (min) + (b))
176 #define INT_NEGATE_RANGE_OVERFLOW(a, min, max) \ argument
177 ((min) < 0 \
185 #define INT_MULTIPLY_RANGE_OVERFLOW(a, b, min, max) \ argument
191 : (min) / (b) < (a)) \
195 ? (a) < (min) / (b) \
200 #define INT_DIVIDE_RANGE_OVERFLOW(a, b, min, max) \ argument
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimple-ssa-sprintf.cc119 unsigned HOST_WIDE_INT min; member
389 fmtresult (unsigned HOST_WIDE_INT min = HOST_WIDE_INT_MAX) in fmtresult() argument
391 knownrange (min < HOST_WIDE_INT_MAX), in fmtresult()
394 range.min = min; in fmtresult()
395 range.max = min; in fmtresult()
396 range.likely = min; in fmtresult()
397 range.unlikely = min; in fmtresult()
402 fmtresult (unsigned HOST_WIDE_INT min, unsigned HOST_WIDE_INT max, in fmtresult() argument
405 knownrange (min < HOST_WIDE_INT_MAX && max < HOST_WIDE_INT_MAX), in fmtresult()
408 range.min = min; in fmtresult()
[all …]
Dvalue-range.cc94 set (src.min (), src.max (), src.kind ()); in copy_legacy_to_multi_range()
100 set (cst.min (), cst.max ()); in copy_legacy_to_multi_range()
135 swap_out_of_order_endpoints (tree &min, tree &max, value_range_kind &kind) in swap_out_of_order_endpoints() argument
142 if (tree_int_cst_lt (max, min)) in swap_out_of_order_endpoints()
149 if (TYPE_PRECISION (TREE_TYPE (min)) == 1) in swap_out_of_order_endpoints()
155 one = build_int_cst (TREE_TYPE (min), 1); in swap_out_of_order_endpoints()
157 max = int_const_binop (MINUS_EXPR, min, one); in swap_out_of_order_endpoints()
158 min = tmp; in swap_out_of_order_endpoints()
163 if (tree_int_cst_lt (max, min)) in swap_out_of_order_endpoints()
173 irange::irange_set (tree min, tree max) in irange_set() argument
[all …]
Ddata-streamer.h238 HOST_WIDE_INT min, in streamer_write_hwi_in_range() argument
242 HOST_WIDE_INT range = max - min; in streamer_write_hwi_in_range()
244 gcc_checking_assert (val >= min && val <= max && range > 0 in streamer_write_hwi_in_range()
247 val -= min; in streamer_write_hwi_in_range()
257 HOST_WIDE_INT min, in streamer_read_hwi_in_range() argument
260 HOST_WIDE_INT range = max - min; in streamer_read_hwi_in_range()
265 HOST_WIDE_INT val = (HOST_WIDE_INT) (uval + (unsigned HOST_WIDE_INT) min); in streamer_read_hwi_in_range()
266 if (val < min || val > max) in streamer_read_hwi_in_range()
267 lto_value_range_error (purpose, val, min, max); in streamer_read_hwi_in_range()
277 HOST_WIDE_INT min, in bp_pack_int_in_range() argument
[all …]
Dvr-values.cc300 old_vr->set (new_vr->min (), new_vr->max (), new_vr->equiv (), in update_value_range()
317 if (is_gimple_min_invariant (vr->min ())) in symbolic_range_based_on_p()
319 else if (get_single_symbol (vr->min (), &neg, &inv) == sym) in symbolic_range_based_on_p()
518 tree min, max, type; in extract_range_for_var_from_comparison_expr() local
543 && (limit_vr->min () == limit_vr->max () in extract_range_for_var_from_comparison_expr()
544 || operand_equal_p (limit_vr->min (), in extract_range_for_var_from_comparison_expr()
572 min = fold_build1 (NEGATE_EXPR, TREE_TYPE (TREE_OPERAND (op, 1)), in extract_range_for_var_from_comparison_expr()
574 max = int_const_binop (PLUS_EXPR, limit, min); in extract_range_for_var_from_comparison_expr()
579 min = build_int_cst (TREE_TYPE (var), 0); in extract_range_for_var_from_comparison_expr()
586 min = force_fit_type (TREE_TYPE (var), wi::to_widest (min), 0, false); in extract_range_for_var_from_comparison_expr()
[all …]
/netbsd/src/external/ibm-public/postfix/dist/src/global/
Dmail_conf_str.c107 int min, int max) in check_mail_conf_str() argument
111 if (min && len < min) in check_mail_conf_str()
113 (long) len, min, name, strval); in check_mail_conf_str()
122 int min, int max) in get_mail_conf_str() argument
130 check_mail_conf_str(name, strval, min, max); in get_mail_conf_str()
138 int min, int max) in get_mail_conf_str2() argument
148 check_mail_conf_str(name, strval, min, max); in get_mail_conf_str2()
158 int min, int max) in get_mail_conf_str_fn() argument
166 check_mail_conf_str(name, strval, min, max); in get_mail_conf_str_fn()
185 table->min, table->max); in get_mail_conf_str_table()
[all …]
Dmail_conf_long.c122 static void check_mail_conf_long(const char *name, long longval, long min, long max) in check_mail_conf_long() argument
124 if (min && longval < min) in check_mail_conf_long()
125 msg_fatal("invalid %s parameter value %ld < %ld", name, longval, min); in check_mail_conf_long()
132 long get_mail_conf_long(const char *name, long defval, long min, long max) in get_mail_conf_long() argument
138 check_mail_conf_long(name, longval, min, max); in get_mail_conf_long()
145 long min, long max) in get_mail_conf_long2() argument
153 check_mail_conf_long(name, longval, min, max); in get_mail_conf_long2()
163 long min, long max) in get_mail_conf_long_fn() argument
169 check_mail_conf_long(name, longval, min, max); in get_mail_conf_long_fn()
201 table->min, table->max); in get_mail_conf_long_table()
[all …]
Dmail_conf_int.c132 void check_mail_conf_int(const char *name, int intval, int min, int max) in check_mail_conf_int() argument
134 if (min && intval < min) in check_mail_conf_int()
135 msg_fatal("invalid %s parameter value %d < %d", name, intval, min); in check_mail_conf_int()
142 int get_mail_conf_int(const char *name, int defval, int min, int max) in get_mail_conf_int() argument
148 check_mail_conf_int(name, intval, min, max); in get_mail_conf_int()
155 int min, int max) in get_mail_conf_int2() argument
163 check_mail_conf_int(name, intval, min, max); in get_mail_conf_int2()
173 int min, int max) in get_mail_conf_int_fn() argument
179 check_mail_conf_int(name, intval, min, max); in get_mail_conf_int_fn()
211 table->min, table->max); in get_mail_conf_int_table()
[all …]
Dcfg_parser.c120 int min, int max) in get_dict_str() argument
129 if (min && len < min) in get_dict_str()
131 parser->name, len, min, name, strval); in get_dict_str()
142 int min, int max) in get_main_str() argument
149 return (get_mail_conf_str(vstring_str(buf), defval, min, max)); in get_main_str()
155 const char *name, int defval, int min, int max) in get_dict_int() argument
170 if (min && intval < min) in get_dict_int()
172 parser->name, name, intval, min); in get_dict_int()
182 const char *name, int defval, int min, int max) in get_main_int() argument
189 return (get_mail_conf_int(vstring_str(buf), defval, min, max)); in get_main_int()
[all …]
Dmail_conf_nint.c128 static void check_mail_conf_nint(const char *name, int intval, int min, int max) in check_mail_conf_nint() argument
130 if (min && intval < min) in check_mail_conf_nint()
131 msg_fatal("invalid %s parameter value %d < %d", name, intval, min); in check_mail_conf_nint()
138 int get_mail_conf_nint(const char *name, const char *defval, int min, int max) in get_mail_conf_nint() argument
146 check_mail_conf_nint(name, intval, min, max); in get_mail_conf_nint()
153 int min, int max) in get_mail_conf_nint2() argument
163 check_mail_conf_nint(name, intval, min, max); in get_mail_conf_nint2()
173 int min, int max) in get_mail_conf_nint_fn() argument
181 check_mail_conf_nint(name, intval, min, max); in get_mail_conf_nint_fn()
220 table->min, table->max); in get_mail_conf_nint_table()
[all …]
Dmail_conf_raw.c79 int min, int max) in check_mail_conf_raw() argument
83 if (min && len < min) in check_mail_conf_raw()
85 (long) len, min, name, strval); in check_mail_conf_raw()
94 int min, int max) in get_mail_conf_raw() argument
102 check_mail_conf_raw(name, strval, min, max); in get_mail_conf_raw()
111 int min, int max) in get_mail_conf_raw_fn() argument
119 check_mail_conf_raw(name, strval, min, max); in get_mail_conf_raw_fn()
131 table->min, table->max); in get_mail_conf_raw_table()
144 table->min, table->max); in get_mail_conf_raw_fn_table()
Dmail_conf.h106 int min; /* min length or zero */ member
114 int min; /* min length or zero */ member
122 int min; /* lower bound or zero */ member
130 long min; /* lower bound or zero */ member
144 int min; /* lower bound or zero */ member
152 int min; /* lower bound or zero */ member
179 int min; /* lower bound or zero */ member
187 int min; /* lower bound or zero */ member
195 int min; /* lower bound or zero */ member
203 long min; /* lower bound or zero */ member
[all …]
/netbsd/src/external/gpl3/gcc/dist/libiberty/
Dfibheap.c114 if (heap->min == NULL || node->key < heap->min->key) in fibheap_insert()
115 heap->min = node; in fibheap_insert()
127 if (heap->min == NULL) in fibheap_min()
129 return heap->min->data; in fibheap_min()
137 if (heap->min == NULL) in fibheap_min_key()
139 return heap->min->key; in fibheap_min_key()
169 if (fibheap_compare (heapa, heapb->min, heapa->min) < 0) in fibheap_union()
170 heapa->min = heapb->min; in fibheap_union()
184 if (heap->min != NULL) in fibheap_extract_min()
232 if (fibheap_compare (heap, node, heap->min) <= 0) in fibheap_replace_key_data()
[all …]
/netbsd/src/external/gpl3/binutils/dist/libiberty/
Dfibheap.c114 if (heap->min == NULL || node->key < heap->min->key) in fibheap_insert()
115 heap->min = node; in fibheap_insert()
127 if (heap->min == NULL) in fibheap_min()
129 return heap->min->data; in fibheap_min()
137 if (heap->min == NULL) in fibheap_min_key()
139 return heap->min->key; in fibheap_min_key()
169 if (fibheap_compare (heapa, heapb->min, heapa->min) < 0) in fibheap_union()
170 heapa->min = heapb->min; in fibheap_union()
184 if (heap->min != NULL) in fibheap_extract_min()
232 if (fibheap_compare (heap, node, heap->min) <= 0) in fibheap_replace_key_data()
[all …]
/netbsd/src/external/gpl3/gdb/dist/libiberty/
Dfibheap.c114 if (heap->min == NULL || node->key < heap->min->key) in fibheap_insert()
115 heap->min = node; in fibheap_insert()
127 if (heap->min == NULL) in fibheap_min()
129 return heap->min->data; in fibheap_min()
137 if (heap->min == NULL) in fibheap_min_key()
139 return heap->min->key; in fibheap_min_key()
169 if (fibheap_compare (heapa, heapb->min, heapa->min) < 0) in fibheap_union()
170 heapa->min = heapb->min; in fibheap_union()
184 if (heap->min != NULL) in fibheap_extract_min()
232 if (fibheap_compare (heap, node, heap->min) <= 0) in fibheap_replace_key_data()
[all …]
/netbsd/src/external/cddl/osnet/dist/lib/libuutil/common/
Duu_strtoint.c165 int64_t min, int64_t max) in uu_strtoint() argument
170 if (min > max) in uu_strtoint()
175 if (max > INT8_MAX || min < INT8_MIN) in uu_strtoint()
179 if (max > INT16_MAX || min < INT16_MIN) in uu_strtoint()
183 if (max > INT32_MAX || min < INT32_MIN) in uu_strtoint()
187 if (max > INT64_MAX || min < INT64_MIN) in uu_strtoint()
194 if (min == 0 && max == 0) { in uu_strtoint()
195 min = -(1ULL << (8 * sz - 1)); in uu_strtoint()
204 if (val < min) { in uu_strtoint()
236 uint64_t min, uint64_t max) in uu_strtouint() argument
[all …]
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/bn/
Dbn_add.c78 int max, min, dif; in BN_uadd() local
93 min = b->top; in BN_uadd()
94 dif = max - min; in BN_uadd()
105 carry = bn_add_words(rp, ap, bp, min); in BN_uadd()
106 rp += min; in BN_uadd()
107 ap += min; in BN_uadd()
127 int max, min, dif; in BN_usub() local
135 min = b->top; in BN_usub()
136 dif = max - min; in BN_usub()
150 borrow = bn_sub_words(rp, ap, bp, min); in BN_usub()
[all …]
/netbsd/src/external/bsd/top/dist/
Dcolor.c68 int min; member
124 char *min; in color_env_parse() local
142 if ((min = strchr(p, '=')) != NULL && in color_env_parse()
143 (max = strchr(min, ',')) != NULL && in color_env_parse()
147 len = min - p; in color_env_parse()
151 ce->min = atoi(++min); in color_env_parse()
159 if (min != NULL) in color_env_parse()
161 len = min - p; in color_env_parse()
262 if ((!ce->min || ce->min <= value) && in color_test()
323 fprintf(f, " %s (%d-", ep->tag, ep->min); in color_dump()
[all …]

12345678910>>...50