Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
DIf.c131 INTN Cmp1; in TestOperation() local
152 Cmp1 = 0 - (INTN)ShellStrToUintn(Compare1+1); in TestOperation()
154 Cmp1 = (INTN)ShellStrToUintn(Compare1); in TestOperation()
162 if (Cmp1 > Cmp2) { in TestOperation()
166 if ((UINTN)Cmp1 > (UINTN)Cmp2) { in TestOperation()
186 Cmp1 = 0 - (INTN)ShellStrToUintn(Compare1+1); in TestOperation()
188 Cmp1 = (INTN)ShellStrToUintn(Compare1); in TestOperation()
196 if (Cmp1 < Cmp2) { in TestOperation()
200 if ((UINTN)Cmp1 < (UINTN)Cmp2) { in TestOperation()
220 Cmp1 = 0 - (INTN)ShellStrToUintn(Compare1+1); in TestOperation()
[all …]