Searched refs:min_val (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/sys/netgraph/
H A Dng_source.h104 uint32_t min_val; member in struct:ng_source_embed_cnt_info
116 { "min_val", &ng_parse_uint32_type }, \
H A Dng_source.c846 cnt->next_val = cnt->min_val - 1 +
850 } else if (increment < 0 && cnt->next_val < cnt->min_val) {
852 (cnt->next_val - cnt->min_val);
853 if (cnt->next_val < cnt->min_val)
/freebsd-10.0-release/contrib/openbsm/libbsm/
H A Dbsm_control.c441 getacmin(int *min_val) argument
461 *min_val = atoi(min);
/freebsd-10.0-release/sys/dev/bwi/
H A Dbwirf.c2578 uint16_t rf_val, phy_val, min_val, val; local
2627 min_val = UINT16_MAX;
2637 if (val < min_val) {
2638 min_val = val;
2648 min_val = UINT16_MAX;
2662 if (val < min_val) {
2663 min_val = val;
/freebsd-10.0-release/contrib/gcc/
H A Dstor-layout.c2197 unsigned HOST_WIDE_INT min_val, max_val;
2203 min_val = -((unsigned HOST_WIDE_INT) 1 << (size - 1));
2208 min_val = 0;
2212 *mmin = gen_int_mode (min_val, target_mode);
2188 unsigned HOST_WIDE_INT min_val, max_val; local
H A Dgimplify.c3247 tree min_val = size_zero_node;
3249 min_val = TYPE_MIN_VALUE (type_domain);
3250 return build4 (ARRAY_REF, type, op, min_val, NULL_TREE, NULL_TREE);
3259 tree min_val = size_zero_node;
3266 min_val = TYPE_MIN_VALUE (type_domain);
3267 return build4 (ARRAY_REF, type, sub, min_val, NULL_TREE, NULL_TREE);
3246 tree min_val = size_zero_node; local
3258 tree min_val = size_zero_node; local
H A Dfold-const.c13345 tree min_val = size_zero_node;
13347 min_val = TYPE_MIN_VALUE (type_domain);
13348 return build4 (ARRAY_REF, type, op, min_val, NULL_TREE, NULL_TREE);
13381 tree min_val = size_zero_node;
13385 min_val = TYPE_MIN_VALUE (type_domain);
13386 return build4 (ARRAY_REF, type, sub, min_val, NULL_TREE, NULL_TREE);
13310 tree min_val = size_zero_node; local
13346 tree min_val = size_zero_node; local
/freebsd-10.0-release/contrib/openbsm/bsm/
H A Dlibbsm.h812 int getacmin(int *min_val);

Completed in 164 milliseconds