OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_USER_VARIABLE_COUNT
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PlatformVarCleanupLib/
PlatVarCleanupHii.h
26
#define
MAX_USER_VARIABLE_COUNT
0x1000
33
UINT8 UserVariable[
MAX_USER_VARIABLE_COUNT
];
PlatVarCleanupLib.c
282
ASSERT (mUserVariableCount <=
MAX_USER_VARIABLE_COUNT
);
[
all
...]
Completed in 4193 milliseconds