| /openbsd-src/regress/usr.sbin/snmpd/ |
| H A D | agentx.c | 1675 uint32_t sessionid, upperbound = 10; in agentx_register_range() local 1688 message_add_uint32(&msg, upperbound); in agentx_register_range() 1706 uint32_t sessionid, upperbound = 1; in agentx_register_range_invalidupperbound() local 1719 message_add_uint32(&msg, upperbound); in agentx_register_range_invalidupperbound() 1737 uint32_t sessionid, upperbound = 1; in agentx_register_range_single() local 1750 message_add_uint32(&msg, upperbound); in agentx_register_range_single() 1768 uint32_t sessionid, upperbound = 10; in agentx_register_range_overlap_single() local 1795 message_add_uint32(&msg, upperbound); in agentx_register_range_overlap_single() 1813 uint32_t sessionid, upperbound = 10; in agentx_register_single_overlap_range() local 1826 message_add_uint32(&msg, upperbound); in agentx_register_single_overlap_range() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | valarith.c | 194 LONGEST lowerbound, upperbound; in value_subscript() local 195 get_discrete_bounds (range_type, &lowerbound, &upperbound); in value_subscript() 203 if (index >= lowerbound && index <= upperbound) in value_subscript() 207 if (upperbound > -1) 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()
|
| H A D | valops.c | 2729 LONGEST lowerbound, upperbound; in value_slice() local 2739 if (get_discrete_bounds (range_type, &lowerbound, &upperbound) < 0) in value_slice() 2742 || lowbound + length - 1 > upperbound) in value_slice()
|
| H A D | ada-lang.c | 1725 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()
|
| /openbsd-src/lib/libagentx/ |
| H A D | ax.c | 502 uint8_t range_subid, struct ax_oid *subtree, uint32_t upperbound) in ax_register() argument 522 if (ax_pdu_add_uint32(ax, upperbound) == -1) in ax_register() 532 struct ax_oid *subtree, uint32_t upperbound) in ax_unregister() argument 547 if (ax_pdu_add_uint32(ax, upperbound) == -1) in ax_unregister() 758 uint32_t upperbound) in ax_oidrange2string() argument 772 upperbound); in ax_oidrange2string()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ArrayBoundCheckerV2.cpp | 194 SVal upperbound = svalBuilder.evalBinOpNN(state, BO_GE, rawOffsetVal, in checkLocation() local 198 std::optional<NonLoc> upperboundToCheck = upperbound.getAs<NonLoc>(); in checkLocation()
|
| /openbsd-src/usr.sbin/snmpd/ |
| H A D | ax.c | 642 uint8_t range_subid, struct ax_oid *subtree, uint32_t upperbound) in ax_register() argument 662 if (ax_pdu_add_uint32(ax, upperbound) == -1) in ax_register() 672 struct ax_oid *subtree, uint32_t upperbound) in ax_unregister() argument 687 if (ax_pdu_add_uint32(ax, upperbound) == -1) in ax_unregister() 909 uint32_t upperbound) in ax_oidrange2string() argument 921 upperbound); in ax_oidrange2string()
|
| /openbsd-src/gnu/llvm/llvm/lib/Passes/ |
| H A D | PassRegistry.def | 444 "no-upperbound;upperbound")
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst | 5143 DW_OP_lit<n> ! offset of upperbound in dim
|
| /openbsd-src/usr.sbin/unbound/doc/ |
| H A D | Changelog | 3820 - cache-max-ttl also defines upperbound of initial TTL in response.
|