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

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

Completed in 18 milliseconds