OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StartStringId
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
String.c
252
@param
StartStringId
The first id in the skip block which StringId in the block.
271
OUT EFI_STRING_ID *
StartStringId
OPTIONAL
573
if (
StartStringId
!= NULL) {
574
*
StartStringId
= CurrentStringId;
715
@param
StartStringId
The first id in the skip block which StringId in the block.
729
IN EFI_STRING_ID
StartStringId
,
773
if (
StartStringId
== StringId) {
782
} else if (
StartStringId
+ IdCount - 1 == StringId){
787
FrontSkipNum = StringId -
StartStringId
;
793
FrontSkipNum = StringId -
StartStringId
;
[
all
...]
HiiDatabase.h
513
@param
StartStringId
The first id in the skip block which StringId in the block.
532
OUT EFI_STRING_ID *
StartStringId
OPTIONAL
[
all
...]
Completed in 190 milliseconds