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

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
Atapi.c 930 @param SResult Sense result for this packet command.
939 OUT SENSE_RESULT *SResult
965 ParseSenseData (IdeDev, SenseCount, SResult);
983 @param SResult Sense result for this packet command
996 OUT SENSE_RESULT *SResult
1051 ParseSenseData (IdeDev, SenseCount, SResult);
1053 if (!EFI_ERROR (Status) && *SResult == SenseNoSenseKey) {
    [all...]
  /external/google-fruit/include/fruit/impl/meta/
component.h 500 using SResult = SignatureType(DecoratedS);
508 If(Not(IsSame(SResult, RemoveAnnotations(SResult))),
510 If(Not(IsSame(C, SResult)), ConstructError(InjectTypedefForWrongClassErrorTag, C, SResult),
513 ConsSignatureWithVector(SResult, SArgs)),
    [all...]

Completed in 108 milliseconds