OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TotalNewRecordCount
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
PropertiesTable.c
519
UINTN
TotalNewRecordCount
;
527
TotalNewRecordCount
= 0;
577
TotalNewRecordCount
++;
588
TotalNewRecordCount
+= NewRecordCount;
599
return
TotalNewRecordCount
- 1;
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
MemoryAttributesTable.c
511
UINTN
TotalNewRecordCount
;
518
TotalNewRecordCount
= 0;
543
TotalNewRecordCount
++;
553
TotalNewRecordCount
+= NewRecordCount;
564
return
TotalNewRecordCount
- 1;
[
all
...]
Completed in 46 milliseconds