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

  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Arm/
Processor.c 368 UINTN MinLength;
371 MinLength = (RegisterCount * 8) + 1; // 'G' plus the registers in ASCII format
373 if (AsciiStrLen(InBuffer) < MinLength) {
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/Arm/
Processor.c 355 UINTN MinLength;
358 MinLength = (RegisterCount * 8) + 1; // 'G' plus the registers in ASCII format
360 if (AsciiStrLen (InBuffer) < MinLength) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
Translate.c 401 for (Index = 0; mTypeInfoTable[Index].MinLength != 0; Index++) {
403 return mTypeInfoTable[Index].MinLength;
Thunk.h 158 UINT8 MinLength; // Minimal structure size including
    [all...]

Completed in 140 milliseconds