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

  /device/linaro/bootloader/edk2/ArmPkg/Library/SemiHostingSerialPortLib/
SerialPortLib.c 65 UINTN DestinationIndex = 0;
78 PrintBuffer[DestinationIndex++] = ' ';
82 PrintBuffer[DestinationIndex++] = CurrentCharacter;
86 if (DestinationIndex > PRINT_BUFFER_THRESHOLD)
88 PrintBuffer[DestinationIndex] = '\0';
91 DestinationIndex = 0;
95 if (DestinationIndex > 0)
97 PrintBuffer[DestinationIndex] = '\0';
  /external/clang/lib/CodeGen/
EHScopeStack.h 50 unsigned DestinationIndex;

Completed in 244 milliseconds