OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Operator2
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Dependency.c
181
BOOLEAN
Operator2
;
186
Operator2
= FALSE;
281
Status = PopBool (&
Operator2
);
287
Status = PushBool ((BOOLEAN)(Operator &&
Operator2
));
302
Status = PopBool (&
Operator2
);
308
Status = PushBool ((BOOLEAN)(Operator ||
Operator2
));
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Dispatcher/
Dependency.c
219
BOOLEAN
Operator2
;
224
Operator2
= FALSE;
332
Status = PopBool (&
Operator2
);
338
Status = PushBool ((BOOLEAN)(Operator &&
Operator2
));
353
Status = PopBool (&
Operator2
);
359
Status = PushBool ((BOOLEAN)(Operator ||
Operator2
));
Completed in 51 milliseconds