Searched refs:LowValue (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/contrib/dev/acpica/compiler/
H A Daslutils.c522 * LowValue - Smallest allowed value
534 UINT32 LowValue,
546 if (Op->Asl.Value.Integer < LowValue)
549 Op->Asl.Value.Integer = LowValue;
560 sprintf (Buffer, "%s 0x%X-0x%X", ParseError, LowValue, HighValue);
532 UtCheckIntegerRange( ACPI_PARSE_OBJECT *Op, UINT32 LowValue, UINT32 HighValue) argument
H A Daslcompiler.h763 UINT32 LowValue,
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6502 APInt LowValue = SplatValue.trunc(HalfSize); local
6507 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) ||
6511 SplatValue = HighValue | LowValue;

Completed in 72 milliseconds