Searched defs:Erase (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/EmuVariableFvbRuntimeDxe/
H A DFvb.c325 UINT8 Erase; local
330 Erase = 0;
351 Erase = (UINT8) (Erase | BIT0);
354 Erase = (UINT8) (Erase | BIT1);
364 if ((Erase & BIT0) != 0) {
370 if ((Erase & BIT1) != 0) {
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsDeque.cpp80 * @param deallocator, called by Erase and ~nsDeque
119 Erase();
128 * Set the functor to be called by Erase()
131 * @param aDeallocator functor object for use by Erase()
159 nsDeque& nsDeque::Erase() { function in class:nsDeque

Completed in 33 milliseconds