HomeSort by relevance Sort by last modified time
    Searched defs:DataCount (Results 1 - 20 of 20) 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...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
WindowsResource.h 144 static uint32_t DataCount;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
WindowsResource.h 144 static uint32_t DataCount;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
WindowsResource.h 144 static uint32_t DataCount;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
WindowsResource.h 144 static uint32_t DataCount;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
WindowsResource.h 183 static uint32_t DataCount;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
WindowsResource.h 183 static uint32_t DataCount;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
WindowsResource.h 183 static uint32_t DataCount;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
WindowsResource.h 183 static uint32_t DataCount;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
WindowsResource.h 183 static uint32_t DataCount;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
WindowsResource.h 183 static uint32_t DataCount;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
WindowsResource.h 183 static uint32_t DataCount;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
WindowsResource.h 183 static uint32_t DataCount;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/SataSiI3132Dxe/
SataSiI3132.h 99 UINT32 DataCount;
  /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/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...]
  /packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
phFriNfc_NdefMap.h 374 uint16_t* DataCount;
404 the dataCount and the BufferIndex */
  /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/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DebugCommunicationLibUsb3Internal.h 522 UINT8 DataCount;

Completed in 1038 milliseconds