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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
OpcodeCreation.c 861 UINTN DataCount;
876 for (Index = 0; Index < FwUpdateData->DataCount; Index += DataCount) {
880 DataCount = 1;
885 DataCount = 1;
890 DataCount = 1;
894 OpCodeBuffer = F2UCreateOneOfOpCode (UefiOpCodeHandle, ThunkContext, (FRAMEWORK_EFI_IFR_ONE_OF *) FwOpCode, &NextFwOpCode, &DataCount);
905 OpCodeBuffer = F2UCreateOrderedListOpCode (UefiOpCodeHandle, ThunkContext, (FRAMEWORK_EFI_IFR_ORDERED_LIST *) FwOpCode, &NextFwOpCode, &DataCount);
917 DataCount = 1;
922 DataCount = 1;
    [all...]
Forms.c 570 if (Data->DataCount != 0) {
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/
DebugCommunicationLibUsb.c 145 UINT8 DataCount;
802 if (UsbDebugPortHandle->DataCount < 1) {
806 for (Index = 0; Index < UsbDebugPortHandle->DataCount - 1; Index++) {
812 UsbDebugPortHandle->DataCount = (UINT8)(UsbDebugPortHandle->DataCount - 1);
949 if (UsbDebugPortHandle->DataCount != 0) {
1002 UsbDebugPortHandle->DataCount = Length;
    [all...]
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DebugCommunicationLibUsb3Common.c 809 if (UsbDebugPortHandle->DataCount < 1) {
814 for (Index = 0; Index < UsbDebugPortHandle->DataCount - 1; Index++) {
820 UsbDebugPortHandle->DataCount = (UINT8)(UsbDebugPortHandle->DataCount - 1);
964 if (UsbDebugPortHandle->DataCount != 0) {
985 UsbDebugPortHandle->DataCount = (UINT8) Length;
DebugCommunicationLibUsb3Transfer.c 264 Handle->DataCount = (UINT8) (Handle->UrbIn.DataLen - EvtTrb->Length);
265 CopyMem ((VOID *)(UINTN)Handle->Data, (VOID *)(UINTN)Handle->UrbIn.Data, Handle->DataCount);
DebugCommunicationLibUsb3Internal.h 522 UINT8 DataCount;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
AhciMode.c 679 @param[in] DataCount The data count to be transferred.
703 IN UINT32 DataCount,
739 MapLength = DataCount;
749 if (EFI_ERROR (Status) || (DataCount != MapLength)) {
774 DataCount
831 if (PrdCount == DataCount) {
907 @param[in] DataCount The data count to be transferred.
931 IN UINT32 DataCount,
988 MapLength = DataCount;
998 if (EFI_ERROR (Status) || (DataCount != MapLength)) {
    [all...]
AtaAtapiPassThru.h     [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/SataSiI3132Dxe/
SataSiI3132.h 99 UINT32 DataCount;
SiI3132AtaPassThru.c 118 SataPort->HostPRB->Sge[0].DataCount = InDataBufferLength;
153 SataPort->HostPRB->Sge[0].DataCount = OutDataBufferLength;
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
FrameworkHii.h 270 UINT16 DataCount;
272 /// An array of 1+ opcodes, specified by DataCount.
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
OpalAhciMode.h 381 @param DataCount The Data count to be transferred.
402 IN UINT32 DataCount,
OpalAhciMode.c 556 @param DataCount The Data count to be transferred.
577 IN UINT32 DataCount,
635 DataCount
674 if (PrdCount == DataCount) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
WindowsResource.h 182 static uint32_t DataCount;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Protocol/
HiiFramework.h 177 UINT16 DataCount; // The number of Data entries in this structure
178 UINT8 *Data; // An array of 1+ op-codes, specified by DataCount
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/Hii/
Hii.h 186 UINT16 DataCount; // The number of Data entries in this structure
187 UINT8 *Data; // An array of 1+ op-codes, specified by DataCount
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GuidChk/
GuidChk.c 292 UINT32 DataCount
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
WindowsResource.cpp 40 uint32_t WindowsResourceParser::TreeNode::DataCount = 0;
193 DataIndex = DataCount++;

Completed in 735 milliseconds