Home
last modified time | relevance | path

Searched refs:maxValue (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp612 int64_t maxValue; in fixupNeedsRelaxationAdvanced() local
616 maxValue = 1 << 8; in fixupNeedsRelaxationAdvanced()
619 maxValue = 1 << 10; in fixupNeedsRelaxationAdvanced()
622 maxValue = 1 << 16; in fixupNeedsRelaxationAdvanced()
625 maxValue = 1 << 23; in fixupNeedsRelaxationAdvanced()
628 maxValue = INT64_MAX; in fixupNeedsRelaxationAdvanced()
632 bool isFarAway = -maxValue > sValue || sValue > maxValue - 1; in fixupNeedsRelaxationAdvanced()
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/
H A Dccm.c577 uint64_t maxValue; in ccm_validate_args() local
611 maxValue = (1ULL << (q * 8)) - 1; in ccm_validate_args()
613 maxValue = ULONG_MAX; in ccm_validate_args()
616 if (ccm_param->ulDataSize > maxValue) { in ccm_validate_args()
/freebsd/contrib/tcpdump/
H A Dprint-snmp.c968 == smiRange->maxValue.value.unsigned32) { in smi_check_a_range()
972 && elem->asnlen <= smiRange->maxValue.value.unsigned32); in smi_check_a_range()
978 && elem->data.integer <= smiRange->maxValue.value.integer32); in smi_check_a_range()
983 && elem->data.uns <= smiRange->maxValue.value.unsigned32); in smi_check_a_range()