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.cpp481 int64_t maxValue; in fixupNeedsRelaxationAdvanced() local
485 maxValue = 1 << 8; in fixupNeedsRelaxationAdvanced()
488 maxValue = 1 << 10; in fixupNeedsRelaxationAdvanced()
491 maxValue = 1 << 16; in fixupNeedsRelaxationAdvanced()
494 maxValue = 1 << 23; in fixupNeedsRelaxationAdvanced()
497 maxValue = INT64_MAX; in fixupNeedsRelaxationAdvanced()
501 bool isFarAway = -maxValue > sValue || sValue > maxValue - 1; in fixupNeedsRelaxationAdvanced()
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/
H A Dccm.c578 uint64_t maxValue; in ccm_validate_args() local
612 maxValue = (1ULL << (q * 8)) - 1; in ccm_validate_args()
614 maxValue = ULONG_MAX; in ccm_validate_args()
617 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()