Searched defs:old (Results 26 - 46 of 46) sorted by relevance

12

/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dsettings.c118 struct generic_setting *old; local
123 old = find_generic_setting ( generics, setting );
144 if ( old ) {
145 list_del ( &old->list );
146 free ( old );
1813 /* Construct expanded string and discard old string */
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dtexture.c560 DWORD old = texture->lod; local
585 return old;
H A Dcontext.c770 * continue using the old format. There's a big chance that the old
1260 struct wined3d_context *old = context_get_current_ex(0); local
1263 struct wined3d_context *old = context_get_current();
1266 if (old == ctx)
1271 old = NULL;
1281 if (old)
1284 old->tid = 0;
1285 old->current = 0;
1287 if (old
1358 struct wined3d_context *old = context_get_current_ex(0); local
2830 const struct wined3d_format *old = context->current_rt->resource.format; local
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Dglobals.c248 * Disabled by default since this may not be safe for old classes of
405 * Default old SAX v1 handler for HTML, builds the DOM tree
443 * Default old SAX v1 handler for SGML DocBook, builds the DOM tree
587 * Returns the old value of the registration function
592 xmlRegisterNodeFunc old = xmlRegisterNodeDefaultValue; local
596 return(old);
602 xmlRegisterNodeFunc old; local
605 old = xmlRegisterNodeDefaultValueThrDef;
611 return(old);
625 xmlDeregisterNodeFunc old local
635 xmlDeregisterNodeFunc old; local
650 xmlParserInputBufferCreateFilenameFunc old; local
667 xmlOutputBufferCreateFilenameFunc old; local
[all...]
H A DxmlIO.c2884 * Returns the old value of the registration function
2889 xmlParserInputBufferCreateFilenameFunc old = xmlParserInputBufferCreateFilenameValue; local
2890 if (old == NULL) {
2891 old = __xmlParserInputBufferCreateFilename;
2895 return(old);
2904 * Returns the old value of the registration function
2909 xmlOutputBufferCreateFilenameFunc old = xmlOutputBufferCreateFilenameValue; local
2911 if (old == NULL) {
2912 old = __xmlOutputBufferCreateFilename;
2916 return(old);
[all...]
H A DHTMLparser.c1106 * @oldtag: The old tag name
1109 * closing old.
5659 int old = htmlOmittedDefaultValue; local
5662 return(old);
H A Dtree.c3537 * @old: the old node
3540 * Unlink the old node from its current context, prune the new one
3544 * Returns the @old node
3547 xmlReplaceNode(xmlNodePtr old, xmlNodePtr cur) { argument
3548 if (old == cur) return(NULL);
3549 if ((old == NULL) || (old->parent == NULL)) {
3552 "xmlReplaceNode : old == NULL or without parent\n");
3557 xmlUnlinkNode(old);
4547 xmlNodePtr old = NULL; local
[all...]
H A Drelaxng.c4886 xmlRelaxNGGrammarPtr grammar, old; local
4895 old = ctxt->grammar;
4896 ctxt->parentgrammar = old;
4898 if (old != NULL) {
4899 ctxt->grammar = old;
4903 grammar->next = old->next;
4904 old->next = grammar;
6444 xmlRelaxNGGrammarPtr ret, tmp, old; local
6469 old = ctxt->grammar;
6498 ctxt->grammar = old;
6518 xmlRelaxNGGrammarPtr old; local
[all...]
H A Dtestapi.c10709 xmlListPtr old; /* the old list */ local
10716 old = gen_const_xmlListPtr(n_old, 1);
10718 ret_val = xmlListCopy(cur, (const xmlListPtr)old);
10722 des_const_xmlListPtr(n_old, (const xmlListPtr)old, 1);
22585 xmlNodePtr old; /* the old node */ local
22593 old = gen_xmlNodePtr(n_old, 0);
22596 ret_val = xmlReplaceNode(old, cur);
22600 if (old !
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dcontext.c733 * continue using the old format. There's a big chance that the old
1120 struct wined3d_context *old = context_get_current_ex(0); local
1123 struct wined3d_context *old = context_get_current();
1125 if (old == ctx)
1130 old = NULL;
1140 if (old)
1143 old->tid = 0;
1144 old->current = 0;
1146 if (old
1221 struct wined3d_context *old = context_get_current_ex(0); local
2790 const struct wined3d_format_desc *old = ((IWineD3DSurfaceImpl *)context->current_rt)->resource.format_desc; local
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_parser.c4284 dt_probe_t *old, dt_probe_t *new)
4287 old->pr_xargc, old->pr_xargs, new->pr_xargc, new->pr_xargs);
4289 if (old->pr_nargs != old->pr_xargs && new->pr_nargs != new->pr_xargs) {
4291 old->pr_nargc, old->pr_nargs, new->pr_nargc, new->pr_nargs);
4294 if (old->pr_nargs == old->pr_xargs && new->pr_nargs != new->pr_xargs) {
4302 old
4283 dt_node_provider_cmp(dt_provider_t *pvp, dt_node_t *pnp, dt_probe_t *old, dt_probe_t *new) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Enquire/
H A DEnquire.c572 /* Stuff different for ANSI C, and old C:
1352 Long_double old; local
1361 old=x; r++; x/=10.0;
1362 if (old==x) return 0;
1366 old=x; r--; x*=10.0;
1367 if (old==x) return 0;
3283 Volatile double a, b, base, old; local
3290 do { old=a; a=a+a; }
3291 while ((((a+1.0)-a)-1.0) == 0.0 && a>old);
3293 if (!bad && a <= old) ba
[all...]
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsComponentManager.cpp2994 nsFactoryEntry *old; local
3001 old = GetFactoryEntry(aClass);
3003 if (old && (old->mFactory.get() == aFactory))
3032 nsFactoryEntry *old; local
3038 old = GetFactoryEntry(aClass);
3039 if (old && old->mLocation && !PL_strcasecmp(old->mLocation, registryName))
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.h1091 VBoxVHWASurfaceBase * old = mSurfVGA; local
1106 return old;
1111 VBoxVHWASurfaceBase * old = mSurfVGA; local
1112 Assert(old);
1114 return old;
/vbox/src/VBox/Devices/USB/
H A DDevOHCI.cpp3255 Log(("ohciServiceIsochronousEndpoint: Failed unlinking old ITD.\n"));
3272 Log(("ohciServiceIsochronousEndpoint: Failed unlinking old ITD.\n"));
4276 #else /* old code. */
4334 Log2(("HcHCCA_w(%#010x) - old=%#010x new=%#010x\n", Value, pThis->hcca, Value & OHCI_HCCA_MASK));
4354 Log(("HcPeriodCurrentED_w(%#010x) - old=%#010x new=%#010x (This is a read only register, only the linux guys don't respect that!)\n",
4356 //AssertMsgFailed(("HCD (Host Controller Driver) should not write to HcPeriodCurrentED! val=%#010x (old=%#010x)\n", val, pThis->per_cur));
4377 Log2(("HcControlHeadED_w(%#010x) - old=%#010x new=%#010x\n", val, pThis->ctrl_head, val & ~7));
4398 Log2(("HcControlCurrentED_w(%#010x) - old=%#010x new=%#010x\n", val, pThis->ctrl_cur, val & ~7));
4420 Log2(("HcBulkHeadED_w(%#010x) - old=%#010x new=%#010x\n", val, pThis->bulk_head, val & ~7));
4441 Log2(("HcBulkCurrentED_w(%#010x) - old
4718 uint32_t old = pThis->RootHub.status; local
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c5724 uintptr_t old = mstate->dtms_scratch_ptr, saved; local
5833 mstate->dtms_scratch_ptr = old;
7366 dtrace_provider_t *old = (dtrace_provider_t *)id; local
7371 if (old->dtpv_pops.dtps_enable ==
7377 ASSERT(old == dtrace_provider);
7402 if (!old->dtpv_defunct &&
7420 if (probe->dtpr_provider != old)
7445 if (probe->dtpr_provider != old)
7473 old->dtpv_pops.dtps_destroy(old
8184 dtrace_meta_t **pp, *old = (dtrace_meta_t *)id; local
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c13321 xmlNodePtr old; local
13328 old = (xmlNodePtr) PyxmlNode_Get(pyobj_old);
13331 c_retval = xmlReplaceNode(old, cur);
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...

Completed in 280 milliseconds

12