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

  /device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
Dump.c 260 @param[in] EntryIndex The pointer to the Index in SPD Database.
268 IN UINTN *EntryIndex
278 Print (L"%d.", (*EntryIndex)++);
375 @param[in] EntryIndex The pointer to the Index in the SAD Database.
383 IN UINTN *EntryIndex
400 Print (L"%d.", (*EntryIndex)++);
495 @param[in] EntryIndex The pointer to the Index in the PAD Database.
503 IN UINTN *EntryIndex
515 Print (L"%d.", (*EntryIndex)++);
574 UINTN EntryIndex;
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
Performance.c 171 UINTN EntryIndex;
261 EntryIndex = 0;
269 if (Handle == Handles[Index] && !PerfEntriesAsDxeHandle[EntryIndex]) {
270 PerfEntriesAsDxeHandle[EntryIndex] = TRUE;
272 EntryIndex++;
307 EntryIndex = 0;
315 if (!PerfEntriesAsDxeHandle[EntryIndex] && EndTicker != 0) {
338 EntryIndex++;
  /device/linaro/bootloader/edk2/SecurityPkg/Pkcs7Verify/Pkcs7VerifyDxe/
Pkcs7VerifyDxe.c 140 UINTN EntryIndex;
179 for (EntryIndex = 0; EntryIndex < EntryCount; EntryIndex++) {
224 UINTN EntryIndex;
278 for (EntryIndex = 0; EntryIndex < EntryCount; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/AcpiPlatform/
AcpiPlatformHooks.c 253 UINTN EntryIndex;
362 EntryIndex = EistInfo->NumStates - TableIndex - 1;
363 PssTableItemPtr->CoreFreq = PssState[EntryIndex].CoreFrequency * PssState[EntryIndex].Control;
364 PssTableItemPtr->Power = PssState[EntryIndex].Power * 1000;
366 PssTableItemPtr->BMLatency = PssState[EntryIndex].BusMasterLatency;
367 PssTableItemPtr->TransLatency = PssState[EntryIndex].TransitionLatency;
372 PssTableItemPtr->BMLatency = PssState[EntryIndex].BusMasterLatency * 2;
373 PssTableItemPtr->TransLatency = PssState[EntryIndex].TransitionLatency * 10;
376 PssTableItemPtr->Control = PssState[EntryIndex].Control;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
EdbSymbol.c     [all...]

Completed in 396 milliseconds