HomeSort by relevance Sort by last modified time
    Searched refs:Nibble (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/
String.c 500 IN UINT8 Nibble
505 Converts the low nibble of a byte to hex unicode character.
508 Nibble - lower nibble of a byte.
515 Nibble &= 0x0F;
516 if (Nibble <= 0x9) {
517 return (CHAR16)(Nibble + L'0');
520 return (CHAR16)(Nibble - 0xA + L'A');
588 // For odd charaters, write the lower nibble for each buffer byte,
589 // and for even characters, the upper nibble.
    [all...]
  /external/harfbuzz_ng/src/
hb-cff-interp-dict-common.hh 107 enum Nibble { DECIMAL=10, EXP_POS, EXP_NEG, RESERVED, NEG, END };
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
EfiCommonLib.h 1220 UINT8 Nibble
1225 Converts the low nibble of a byte to hex unicode character.
1228 Nibble - lower nibble of a byte.

Completed in 245 milliseconds