/openbsd/regress/usr.sbin/snmpd/ |
H A D | agentx.c | 1675 uint32_t sessionid, upperbound = 10; in agentx_register_range() local 1706 uint32_t sessionid, upperbound = 1; in agentx_register_range_invalidupperbound() local 1737 uint32_t sessionid, upperbound = 1; in agentx_register_range_single() local 1878 upperbound = 15; in agentx_register_range_overlap_range() 2186 uint32_t upperbound = 10; in agentx_unregister_range() local 2256 uint32_t upperbound = 5; in agentx_unregister_range_subset() local 2292 uint32_t upperbound = 10; in agentx_unregister_range_extra() local 2299 upperbound = 15; in agentx_unregister_range_extra() 2329 uint32_t upperbound = 10; in agentx_unregister_range_priority() local 2366 uint32_t upperbound = 10; in agentx_unregister_range_notowned() local [all …]
|
/openbsd/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/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/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/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/gnu/llvm/llvm/lib/Passes/ |
H A D | PassRegistry.def | 444 "no-upperbound;upperbound")
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst | 5143 DW_OP_lit<n> ! offset of upperbound in dim
|
/openbsd/usr.sbin/unbound/doc/ |
H A D | Changelog | 3820 - cache-max-ttl also defines upperbound of initial TTL in response.
|