Home
last modified time | relevance | path

Searched refs:Local0 (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/contrib/dev/acpica/components/debugger/
H A Ddbconvert.c225 UINT8 Local0; in AcpiDbHexByteToBinary() local
232 Status = AcpiDbHexCharToValue (HexByte[0], &Local0); in AcpiDbHexByteToBinary()
246 *ReturnValue = (UINT8) ((Local0 << 4) | Local1); in AcpiDbHexByteToBinary()
/freebsd-14.2/sys/contrib/dev/acpica/
H A Dchanges.txt1148 Local0 = NUM1
1150 return (Local0)
2235 Store (037777, Local0) /* Octal constant */
2236 Store (0x3FFF, Local0) /* Hex equivalent */
2237 Store (16383, Local0) /* Decimal equivalent */
2902 DeRefOf(MTH1(Local0))
3517 Local0 = 0x05
3524 Local0 = 0x05
5760 Add (4, Local0)
16208 Added a check for constructs of the form: Store (Local0, Local0)
[all …]