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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
VfrServices.cpp 706 IFR_BYTE *NewByte;
707 NewByte = (IFR_BYTE *)malloc (sizeof (IFR_BYTE));
708 if (NewByte == NULL) {
711 memset ((char *)NewByte, 0, sizeof (IFR_BYTE));
712 NewByte->OpcodeByte = ByteVal;
713 NewByte->KeyByte = KeyByte;
714 NewByte->LineNum = LineNum;
719 mIfrBytes = NewByte;
721 mLastIfrByte->Next = NewByte;
723 mLastIfrByte = NewByte;
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]

Completed in 475 milliseconds