Home
last modified time | relevance | path

Searched refs:CmpKey (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/OrderedCollectionTest/
DOrderedCollectionTest.c91 const USER_KEY *CmpKey; in KeyCompare() local
94 CmpKey = StandaloneKey; in KeyCompare()
97 return CmpKey->Value < CmpStruct->Key.Value ? -1 : in KeyCompare()
98 CmpKey->Value > CmpStruct->Key.Value ? 1 : in KeyCompare()