Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/CdExpressPei/
DPeiCdExpress.c699 UINT8 Dif; in StringCmp() local
707Dif = (UINT8) ((Source1[Index] > Source2[Index]) ? (Source1[Index] - Source2[Index]) : (Source2[In… in StringCmp()
708 if (Dif == ('a' - 'A')) { in StringCmp()