OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SETWORDCOUNT
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
AParser.cpp
492
const int
SETWORDCOUNT
=20;
502
SetWordType **f=new SetWordType *[
SETWORDCOUNT
]; // MR1 // MR9
518
if ( k >
SETWORDCOUNT
) panic("FAIL: overflowed buffer");
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
AParser.cpp
523
const int
SETWORDCOUNT
=20;
533
SetWordType **f=new SetWordType *[
SETWORDCOUNT
]; // MR1 // MR9
549
if ( k >
SETWORDCOUNT
) panic("FAIL: overflowed buffer");
Completed in 1264 milliseconds