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

  /src/sys/external/bsd/gnu-efi/dist/lib/runtime/
rtstr.c 207 UINTN High, Low;
210 Low = BcdValue - (High << 4);
212 return ((UINT8)(Low + (High * 10)));
225 UINTN High, Low;
228 Low = DecValue - (High * 10);
230 return ((UINT8)(Low + (High << 4)));
  /src/sys/dev/ic/
mpt_mpilib.h 96 U32 Low;
102 U32 Low;

Completed in 22 milliseconds