Home
last modified time | relevance | path

Searched refs:lowerbound (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dvalarith.c194 LONGEST lowerbound, upperbound; in value_subscript() local
195 get_discrete_bounds (range_type, &lowerbound, &upperbound); in value_subscript()
198 return value_subscripted_rvalue (array, idx, lowerbound); in value_subscript()
203 if (index >= lowerbound && index <= upperbound) in value_subscript()
204 return value_subscripted_rvalue (array, idx, lowerbound); in value_subscript()
213 if (lowerbound != 0) in value_subscript()
215 bound = value_from_longest (builtin_type_int, (LONGEST) lowerbound); in value_subscript()
228 LONGEST lowerbound, upperbound; in value_subscript() local
229 get_discrete_bounds (range_type, &lowerbound, &upperbound); in value_subscript()
230 if (index < lowerbound || index > upperbound) in value_subscript()
[all …]
H A Dvalops.c2729 LONGEST lowerbound, upperbound; in value_slice() local
2739 if (get_discrete_bounds (range_type, &lowerbound, &upperbound) < 0) in value_slice()
2741 if (lowbound < lowerbound || length < 0 in value_slice()
2778 = (lowbound - lowerbound) * TYPE_LENGTH (check_typedef (element_type)); in value_slice()
H A Dada-lang.c1725 LONGEST lowerbound, upperbound; in value_subscript_packed() local
1728 if (get_discrete_bounds (range_type, &lowerbound, &upperbound) < 0) in value_subscript_packed()
1731 lowerbound = upperbound = 0; in value_subscript_packed()
1735 if (idx < lowerbound || idx > upperbound) in value_subscript_packed()
1738 elt_total_bit_offset += (idx - lowerbound) * bits; in value_subscript_packed()
H A DChangeLog-19952121 "lowerbound", which is redeclared in a nested scope prior to use.
4501 * valarith.c (value_subscripted_rvalue): Extra parameter lowerbound.
4502 Check index>=lowerbound, and then add lowerbound to index here,
H A DChangeLog-19963522 * valops.c (value_slice): Use lowbound instead of lowerbound for
H A DChangeLog-19923960 length of non-zero lowerbound arrays. Bug fix from Peggy Fieland.
/openbsd-src/usr.sbin/nsd/doc/
H A DChangeLog4931 - added lowerbound for retry timeout.
4979 - added a lowerbound to refresh interval (=1 second now).
/openbsd-src/gnu/llvm/llvm/docs/
H A DAMDGPUDwarfExtensionsForHeterogeneousDebugging.rst5132 DW_OP_offset ! objptr.dim[i].lowerbound
5133 DW_OP_deref) ! *objptr.dim[i].lowerbound