Searched defs:empty (Results 1 - 23 of 23) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dos_SunOS_32.s103 tst %o1 ! test for empty stack
104 be,a empty ! is empty
110 empty: label
H A Dos_SunOS_x86.s232 / Was it empty?
235 je empty
243 empty: label
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsSegmentedBuffer.cpp178 PRBool empty; local
185 empty = buf->DeleteFirstSegment();
186 NS_ASSERTION(!empty, "DeleteFirstSegment failed");
187 empty = buf->DeleteFirstSegment();
188 NS_ASSERTION(!empty, "DeleteFirstSegment failed");
195 empty = buf->DeleteFirstSegment();
196 NS_ASSERTION(!empty, "DeleteFirstSegment failed");
197 empty = buf->DeleteFirstSegment();
198 NS_ASSERTION(!empty, "DeleteFirstSegment failed");
199 empty
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dfindfp.c106 static FILE empty; local
118 *p = empty;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/support/set/
H A Dset.c21 by using the 'empty' initializer:
24 set a = empty; -- set_deg(a) == 0
26 return( empty );
86 set empty = set_init; variable
164 t = empty;
199 t = empty;
201 if ( n == 0 ) return t; /* TJP 4-27-92 fixed for empty set */
230 t = empty;
232 if ( b.n == 0 ) return t; /* TJP 4-27-92 fixed for empty set */
265 if ( b == nil ) return( empty );
[all...]
/vbox/src/VBox/Devices/Network/lwip/src/netif/
H A Detharp.c171 /* and empty packet queue */
195 * In all cases, attempt to create new entries from an empty entry. If no
196 * empty entries are available and ETHARP_TRY_HARD flag is set, recycle
210 s8_t empty = ARP_TABLE_SIZE; local
226 * 1) remember the first empty entry (if any)
235 /* no empty entry found yet and now we do find one? */
236 if ((empty == ARP_TABLE_SIZE) && (arp_table[i].state == ETHARP_STATE_EMPTY)) {
237 LWIP_DEBUGF(ETHARP_DEBUG, ("find_entry: found empty entry %"U16_F"\n", (u16_t)i));
238 /* remember first empty entry */
239 empty
[all...]
/vbox/src/VBox/Runtime/testcase/
H A DtstIprtMiniString.cpp77 RTCString empty; local
78 CHECK(empty.length() == 0);
79 CHECK(empty.capacity() == 0);
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DHTMLparser.h48 char empty; /* Is this an empty element ? */ member in struct:_htmlElemDesc
/vbox/src/VBox/Devices/Network/lwip/src/core/snmp/
H A Dmib_structs.c239 /* empty list, add first node */
240 LWIP_DEBUGF(SNMP_MIB_DEBUG,("alloc empty list objid==%"S32_F"\n",objid));
655 u8_t empty = 0; local
666 empty = 1;
675 empty = 1;
684 empty = 1;
688 return empty;
/vbox/src/VBox/Devices/Network/lwip-new/src/core/snmp/
H A Dmib_structs.c227 /* empty list, add first node */
228 LWIP_DEBUGF(SNMP_MIB_DEBUG,("alloc empty list objid==%"S32_F"\n",objid));
643 u8_t empty = 0; local
654 empty = 1;
663 empty = 1;
672 empty = 1;
676 return empty;
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/
H A Detharp.c185 /* and empty packet queue */
258 * In all cases, attempt to create new entries from an empty entry. If no
259 * empty entries are available and ETHARP_FLAG_TRY_HARD flag is set, recycle
273 s8_t empty = ARP_TABLE_SIZE; local
287 * 1) remember the first empty entry (if any)
297 /* no empty entry found yet and now we do find one? */
298 if ((empty == ARP_TABLE_SIZE) && (state == ETHARP_STATE_EMPTY)) {
299 LWIP_DEBUGF(ETHARP_DEBUG, ("etharp_find_entry: found empty entry %"U16_F"\n", (u16_t)i));
300 /* remember first empty entry */
301 empty
[all...]
/vbox/src/VBox/Devices/Audio/
H A Daudio_int.h128 int empty; member in struct:SWVoiceOut
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DFvImage.py90 def empty(m): member in class:Image
461 self.empty()
627 m.empty()
774 m.empty()
816 m.empty()
889 m.empty()
1040 self.empty()
/vbox/src/libs/libxml2-2.6.31/
H A Dxmllint.c836 * empty SAX block
1723 int type, empty; local
1726 empty = xmlTextReaderIsEmptyElement(reader);
1740 empty,
1788 ((type == XML_READER_TYPE_ELEMENT) && (empty))) {
H A Druntest.c731 * empty SAX block
2068 int type, empty; local
2071 empty = xmlTextReaderIsEmptyElement(reader);
2084 empty,
3320 int type, empty; local
3323 empty = xmlTextReaderIsEmptyElement(reader);
3360 ((type == XML_READER_TYPE_ELEMENT) && (empty))) {
3551 fprintf(stderr,"Error: empty document for file \"%s\"\n", filename);
3703 fprintf(stderr,"Error: empty document for file \"%s\"\n", xml_filename);
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Modules/
H A D_sre.c22 * 2002-11-09 fl fixed empty sub/subn return type
1055 /* tail is empty. we're finished */
1139 /* tail is empty. we're finished */
1811 state_getslice(SRE_STATE* state, Py_ssize_t index, PyObject* string, int empty) argument
1818 if (empty)
1819 /* want empty string */
2260 /* get segment following last match (even if empty) */
2389 /* ignore empty match on latest position */
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
H A D_sre.c31 * 2002-11-09 fl fixed empty sub/subn return type
1064 /* tail is empty. we're finished */
1148 /* tail is empty. we're finished */
1820 state_getslice(SRE_STATE* state, Py_ssize_t index, PyObject* string, int empty) argument
1827 if (empty)
1828 /* want empty string */
2269 /* get segment following last match (even if empty) */
2398 /* ignore empty match on latest position */
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.h1028 Assert(empty());
1063 bool empty() { return mSurfaces.empty(); } function in class:VBoxVHWASurfList
1093 if (!mPrimary.empty())
1097 Assert(mPrimary.empty());
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Deeprom.h381 u8 empty[2][5]; member in struct:calDataPerFreqOpLoop
536 u8 empty[2][5]; member in struct:cal_data_op_loop_ar9287
/vbox/src/libs/xpcom18a4/xpcom/build/
H A Dmalloc.c2034 bitvector recording whether bins are definitely empty so they can
2036 cleared as soon as bins are empty, but instead only
2037 when they are noticed to be empty during traversal in malloc.
2496 int empty;
2527 /* all bins past max_fast are empty */
2551 empty = last(b) == b;
2553 assert(empty);
2554 else if (!empty)
3356 /* False alarm -- the bin is empty. Clear the bit. */
2489 int empty; local
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp243 Bstr aFilePath, empty; local
245 HRESULT hrc = vbox->CheckFirmwarePresent(aFirmwareType, empty.raw(),
246 empty.asOutParam(), aFilePath.asOutParam(), &fPresent);
485 * @param pStrValue Where to return it's value (empty string if not
2601 if (pNetBootCfg && !llBootNics.empty()) /* NetBoot node doesn't exist for EFI! */
3143 if (fOsXGuest && !llBootNics.empty())
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Dsjsxp.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 231 milliseconds