Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
DIf.c132 INTN Cmp2; in TestOperation() local
157 Cmp2 = 0 - (INTN)ShellStrToUintn(Compare2+1); in TestOperation()
159 Cmp2 = (INTN)ShellStrToUintn(Compare2); in TestOperation()
162 if (Cmp1 > Cmp2) { in TestOperation()
166 if ((UINTN)Cmp1 > (UINTN)Cmp2) { in TestOperation()
191 Cmp2 = 0 - (INTN)ShellStrToUintn(Compare2+1); in TestOperation()
193 Cmp2 = (INTN)ShellStrToUintn(Compare2); in TestOperation()
196 if (Cmp1 < Cmp2) { in TestOperation()
200 if ((UINTN)Cmp1 < (UINTN)Cmp2) { in TestOperation()
225 Cmp2 = 0 - (INTN)ShellStrToUintn(Compare2+1); in TestOperation()
[all …]