Searched refs:high_bound (Results 1 - 24 of 24) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dm2-valprint.c93 LONGEST i, low_bound, high_bound; local
104 if (get_long_set_bounds (type, &low_bound, &high_bound))
121 for (i = low_bound; i <= high_bound; i++)
499 LONGEST low_bound, high_bound; local
509 i = get_discrete_bounds (range, &low_bound, &high_bound);
517 for (i = low_bound; i <= high_bound; i++)
535 if (i + 1 <= high_bound
541 while (i + 1 <= high_bound
H A Dp-valprint.c444 LONGEST low_bound, high_bound;
454 i = get_discrete_bounds (range, &low_bound, &high_bound);
462 for (i = low_bound; i <= high_bound; i++)
479 if (i + 1 <= high_bound && value_bit_index (type, valaddr + embedded_offset, ++i))
483 while (i + 1 <= high_bound
443 LONGEST low_bound, high_bound; local
H A Deval.c351 enum noside noside, LONGEST low_bound, LONGEST high_bound)
359 low_bound, high_bound);
361 exp, pos, noside, low_bound, high_bound);
369 if (low < low_bound || high > high_bound)
381 if (index < low_bound || index > high_bound)
394 LONGEST low_bound, high_bound;
406 high_bound = TYPE_HIGH_BOUND (range);
408 high_bound = value_as_long (evaluate_subexp (NULL_TYPE, exp, pos, noside));
410 return value_slice (array, low_bound, high_bound - low_bound + 1);
577 LONGEST low_bound, high_bound, inde
347 init_array_element(struct value *array, struct value *element, struct expression *exp, int *pos, enum noside noside, LONGEST low_bound, LONGEST high_bound) argument
392 LONGEST low_bound, high_bound; local
575 LONGEST low_bound, high_bound, index; local
625 LONGEST low_bound, high_bound; local
[all...]
H A Dgdbtypes.c690 int low_bound, int high_bound)
707 TYPE_FIELD_BITPOS (result_type, 1) = high_bound;
802 LONGEST low_bound, high_bound; local
810 if (get_discrete_bounds (range_type, &low_bound, &high_bound) < 0)
811 low_bound = high_bound = 0;
814 TYPE_LENGTH (element_type) * (high_bound - low_bound + 1);
871 LONGEST low_bound, high_bound, bit_length; local
872 if (get_discrete_bounds (domain_type, &low_bound, &high_bound) < 0)
873 low_bound = high_bound = 0;
874 bit_length = high_bound
689 create_range_type(struct type *result_type, struct type *index_type, int low_bound, int high_bound) argument
[all...]
H A Dvalarith.c1432 LONGEST low_bound, high_bound;
1436 if (get_discrete_bounds (range, &low_bound, &high_bound) < 0)
1438 if (index < low_bound || index > high_bound)
1425 LONGEST low_bound, high_bound; local
H A Dada-lang.c1711 LONGEST low_bound, high_bound;
1725 &low_bound, &high_bound) < 0)
1726 low_bound = high_bound = 0;
1727 if (high_bound < low_bound)
1731 *elt_bits *= (high_bound - low_bound + 1);
8118 LONGEST high_bound;
8122 high_bound = pos_atr (high_bound_val);
8167 if (high_bound < low_bound || noside == EVAL_AVOID_SIDE_EFFECTS)
8177 longest_to_int (high_bound));
8182 else if (high_bound < low_boun
1707 LONGEST low_bound, high_bound; local
8105 LONGEST high_bound; local
[all...]
H A Dvalops.c298 LONGEST low_bound, high_bound, new_length; local
299 if (get_discrete_bounds (range_type, &low_bound, &high_bound) < 0)
300 low_bound = 0, high_bound = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dm2-valprint.c93 LONGEST i, low_bound, high_bound; local
104 if (get_long_set_bounds (type, &low_bound, &high_bound))
121 for (i = low_bound; i <= high_bound; i++)
499 LONGEST low_bound, high_bound; local
509 i = get_discrete_bounds (range, &low_bound, &high_bound);
517 for (i = low_bound; i <= high_bound; i++)
535 if (i + 1 <= high_bound
541 while (i + 1 <= high_bound
H A Dp-valprint.c444 LONGEST low_bound, high_bound;
454 i = get_discrete_bounds (range, &low_bound, &high_bound);
462 for (i = low_bound; i <= high_bound; i++)
479 if (i + 1 <= high_bound && value_bit_index (type, valaddr + embedded_offset, ++i))
483 while (i + 1 <= high_bound
443 LONGEST low_bound, high_bound; local
H A Deval.c351 enum noside noside, LONGEST low_bound, LONGEST high_bound)
359 low_bound, high_bound);
361 exp, pos, noside, low_bound, high_bound);
369 if (low < low_bound || high > high_bound)
381 if (index < low_bound || index > high_bound)
394 LONGEST low_bound, high_bound;
406 high_bound = TYPE_HIGH_BOUND (range);
408 high_bound = value_as_long (evaluate_subexp (NULL_TYPE, exp, pos, noside));
410 return value_slice (array, low_bound, high_bound - low_bound + 1);
577 LONGEST low_bound, high_bound, inde
347 init_array_element(struct value *array, struct value *element, struct expression *exp, int *pos, enum noside noside, LONGEST low_bound, LONGEST high_bound) argument
392 LONGEST low_bound, high_bound; local
575 LONGEST low_bound, high_bound, index; local
625 LONGEST low_bound, high_bound; local
[all...]
H A Dgdbtypes.c690 int low_bound, int high_bound)
707 TYPE_FIELD_BITPOS (result_type, 1) = high_bound;
802 LONGEST low_bound, high_bound; local
810 if (get_discrete_bounds (range_type, &low_bound, &high_bound) < 0)
811 low_bound = high_bound = 0;
814 TYPE_LENGTH (element_type) * (high_bound - low_bound + 1);
871 LONGEST low_bound, high_bound, bit_length; local
872 if (get_discrete_bounds (domain_type, &low_bound, &high_bound) < 0)
873 low_bound = high_bound = 0;
874 bit_length = high_bound
689 create_range_type(struct type *result_type, struct type *index_type, int low_bound, int high_bound) argument
[all...]
H A Dvalarith.c1432 LONGEST low_bound, high_bound;
1436 if (get_discrete_bounds (range, &low_bound, &high_bound) < 0)
1438 if (index < low_bound || index > high_bound)
1425 LONGEST low_bound, high_bound; local
H A Dada-lang.c1711 LONGEST low_bound, high_bound;
1725 &low_bound, &high_bound) < 0)
1726 low_bound = high_bound = 0;
1727 if (high_bound < low_bound)
1731 *elt_bits *= (high_bound - low_bound + 1);
8118 LONGEST high_bound;
8122 high_bound = pos_atr (high_bound_val);
8167 if (high_bound < low_bound || noside == EVAL_AVOID_SIDE_EFFECTS)
8177 longest_to_int (high_bound));
8182 else if (high_bound < low_boun
1707 LONGEST low_bound, high_bound; local
8105 LONGEST high_bound; local
[all...]
H A Dvalops.c298 LONGEST low_bound, high_bound, new_length; local
299 if (get_discrete_bounds (range_type, &low_bound, &high_bound) < 0)
300 low_bound = 0, high_bound = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dm2-valprint.c93 LONGEST i, low_bound, high_bound; local
104 if (get_long_set_bounds (type, &low_bound, &high_bound))
121 for (i = low_bound; i <= high_bound; i++)
499 LONGEST low_bound, high_bound; local
509 i = get_discrete_bounds (range, &low_bound, &high_bound);
517 for (i = low_bound; i <= high_bound; i++)
535 if (i + 1 <= high_bound
541 while (i + 1 <= high_bound
H A Dp-valprint.c444 LONGEST low_bound, high_bound;
454 i = get_discrete_bounds (range, &low_bound, &high_bound);
462 for (i = low_bound; i <= high_bound; i++)
479 if (i + 1 <= high_bound && value_bit_index (type, valaddr + embedded_offset, ++i))
483 while (i + 1 <= high_bound
443 LONGEST low_bound, high_bound; local
H A Deval.c351 enum noside noside, LONGEST low_bound, LONGEST high_bound)
359 low_bound, high_bound);
361 exp, pos, noside, low_bound, high_bound);
369 if (low < low_bound || high > high_bound)
381 if (index < low_bound || index > high_bound)
394 LONGEST low_bound, high_bound;
406 high_bound = TYPE_HIGH_BOUND (range);
408 high_bound = value_as_long (evaluate_subexp (NULL_TYPE, exp, pos, noside));
410 return value_slice (array, low_bound, high_bound - low_bound + 1);
577 LONGEST low_bound, high_bound, inde
347 init_array_element(struct value *array, struct value *element, struct expression *exp, int *pos, enum noside noside, LONGEST low_bound, LONGEST high_bound) argument
392 LONGEST low_bound, high_bound; local
575 LONGEST low_bound, high_bound, index; local
625 LONGEST low_bound, high_bound; local
[all...]
H A Dgdbtypes.c690 int low_bound, int high_bound)
707 TYPE_FIELD_BITPOS (result_type, 1) = high_bound;
802 LONGEST low_bound, high_bound; local
810 if (get_discrete_bounds (range_type, &low_bound, &high_bound) < 0)
811 low_bound = high_bound = 0;
814 TYPE_LENGTH (element_type) * (high_bound - low_bound + 1);
871 LONGEST low_bound, high_bound, bit_length; local
872 if (get_discrete_bounds (domain_type, &low_bound, &high_bound) < 0)
873 low_bound = high_bound = 0;
874 bit_length = high_bound
689 create_range_type(struct type *result_type, struct type *index_type, int low_bound, int high_bound) argument
[all...]
H A Dvalarith.c1432 LONGEST low_bound, high_bound;
1436 if (get_discrete_bounds (range, &low_bound, &high_bound) < 0)
1438 if (index < low_bound || index > high_bound)
1425 LONGEST low_bound, high_bound; local
H A Dada-lang.c1711 LONGEST low_bound, high_bound;
1725 &low_bound, &high_bound) < 0)
1726 low_bound = high_bound = 0;
1727 if (high_bound < low_bound)
1731 *elt_bits *= (high_bound - low_bound + 1);
8118 LONGEST high_bound;
8122 high_bound = pos_atr (high_bound_val);
8167 if (high_bound < low_bound || noside == EVAL_AVOID_SIDE_EFFECTS)
8177 longest_to_int (high_bound));
8182 else if (high_bound < low_boun
1707 LONGEST low_bound, high_bound; local
8105 LONGEST high_bound; local
[all...]
H A Dvalops.c298 LONGEST low_bound, high_bound, new_length; local
299 if (get_discrete_bounds (range_type, &low_bound, &high_bound) < 0)
300 low_bound = 0, high_bound = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Decoff.c1060 int high_bound;
1077 qualifiers[i].high_bound = 0;
1262 qualifiers[i].high_bound =
1317 (long) qualifiers[j].high_bound,
1320 else if (qualifiers[j].high_bound != -1)
1323 (long) (qualifiers[j].high_bound + 1),
1057 int high_bound; member in struct:qual
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Decoff.c1060 int high_bound;
1077 qualifiers[i].high_bound = 0;
1262 qualifiers[i].high_bound =
1317 (long) qualifiers[j].high_bound,
1320 else if (qualifiers[j].high_bound != -1)
1323 (long) (qualifiers[j].high_bound + 1),
1057 int high_bound; member in struct:qual
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Decoff.c1060 int high_bound;
1077 qualifiers[i].high_bound = 0;
1262 qualifiers[i].high_bound =
1317 (long) qualifiers[j].high_bound,
1320 else if (qualifiers[j].high_bound != -1)
1323 (long) (qualifiers[j].high_bound + 1),
1057 int high_bound; member in struct:qual

Completed in 463 milliseconds