HomeSort by: relevance | last modified time | path
    Searched defs:Local1 (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/debugger/
dbconvert.c 226 UINT8 Local1;
240 Status = AcpiDbHexCharToValue (HexByte[1], &Local1);
246 *ReturnValue = (UINT8) ((Local0 << 4) | Local1);

Completed in 11 milliseconds