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

12

/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_util.c164 u_short *old = oldp; local
169 accumulate += *old++;
/vbox/src/libs/libxml2-2.6.31/doc/examples/
H A Dindex.py261 old = open("Makefile.am", "r").read()
262 if old != Makefile:
277 old = open(".cvsignore", "r").read() variable
278 if old != ignore:
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DATokenBuffer.cpp331 ANTLRParser *old=parser; // MR1 local
334 return old; // MR1
/vbox/src/VBox/Main/src-server/
H A DHostDnsService.cpp198 LogRel(("HostDnsMonitor: old information\n"));
372 HostDnsInformation *old = m->info; local
375 if (old)
377 delete old;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_handle.c392 dt_handle_status(dtrace_hdl_t *dtp, dtrace_status_t *old, dtrace_status_t *new) argument
396 uintptr_t base = (uintptr_t)new, obase = (uintptr_t)old;
407 if (new->dtst_killed && !old->dtst_killed)
/vbox/src/libs/libxml2-2.6.31/
H A Dlist.c725 * @old: the list
732 xmlListDup(const xmlListPtr old) argument
736 if (old == NULL)
740 * the new list or the old list. Surely not both. I'll arbitrarily
741 * set it to be the old list for the time being whilst I work out
744 if (NULL ==(cur = xmlListCreate(NULL, old->linkCompare)))
746 if (0 != xmlListCopy(cur, old))
754 * @old: the old list
756 * Move all the element from the old lis
761 xmlListCopy(xmlListPtr cur, const xmlListPtr old) argument
[all...]
H A DparserInternals.c1997 int old = xmlPedanticParserDefaultValue; local
2000 return(old);
2008 * contents. This may break on old application and is turned off by default.
2015 int old = xmlLineNumbersDefaultValue; local
2018 return(old);
2037 int old = xmlSubstituteEntitiesDefaultValue; local
2040 return(old);
2057 * on 1.X libs and to switch back to the old mode for compatibility when
2069 int old = xmlKeepBlanksDefaultValue; local
2073 return(old);
[all...]
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsExceptionService.cpp87 nsAutoOwningThread old = _mOwningThread; local
92 _mOwningThread = old;
113 // from scratch which will obviously not match the old one stored in the
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dbasetexture.c138 DWORD old = This->baseTexture.LOD; local
163 return old;
245 BOOL old; local
247 old = This->baseTexture.texture_rgb.dirty || This->baseTexture.texture_srgb.dirty;
250 return old;
H A Dswapchain.c194 IWineD3DSurfaceImpl *old = (IWineD3DSurfaceImpl*)This->presentRt; local
195 old->presentSwapchain = NULL;
590 * old contents in some way, for example by showing fragments at other locations. In
631 * and INTEXTURE copies can keep their old content if they have any defined content.
759 IWineD3DSurfaceImpl *old = (IWineD3DSurfaceImpl*)This->presentRt; local
760 Assert(old->presentSwapchain == iface);
761 old->presentSwapchain = NULL;
887 /* Delete the old values. */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86Bus.h51 xf86SetAccessFuncPtr old; member in struct:racInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86Bus.h51 xf86SetAccessFuncPtr old; member in struct:racInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dxf86Bus.h51 xf86SetAccessFuncPtr old; member in struct:racInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dxf86Bus.h51 xf86SetAccessFuncPtr old; member in struct:racInfo
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/intel/dtrace/
H A Dsdt.c103 sdt_probe_t *sdp, *old; local
165 old = dtrace_probe_arg(prov->sdtp_id, id);
166 ASSERT(old != NULL);
168 sdp->sdp_next = old->sdp_next;
170 old->sdp_next = sdp;
192 sdt_probe_t *sdp = parg, *old, *last, *hash; local
204 old = sdp;
227 kmem_free(old, sizeof (sdt_probe_t));
/vbox/src/VBox/RDP/client-1.8.3/
H A Dcache.c229 RD_HBITMAP old; local
233 old = g_bmpcache[id][idx].bitmap;
234 if (old != NULL)
235 ui_destroy_bitmap(old);
240 if (old == NULL)
250 old = g_volatile_bc[id];
251 if (old != NULL)
252 ui_destroy_bitmap(old);
428 RD_HCURSOR old; local
432 old
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/common/
H A Dxf86Bus.h24 xf86SetAccessFuncPtr old; member in struct:racInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86Bus.h52 xf86SetAccessFuncPtr old; member in struct:racInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86Bus.h52 xf86SetAccessFuncPtr old; member in struct:racInfo
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsEventQueue.cpp547 old = mElderQueue; local
564 young->SetElder(old);
565 if (old) {
566 old->SetYounger(young);
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/src/
H A Dxpt_struct.c451 XPTTypeDescriptor *old = id->additional_types; local
460 if (old) {
462 memcpy(new, old, old_size);
463 XPT_FREE(arena, old);
474 XPTMethodDescriptor *old = id->method_descriptors; local
483 if (old) {
485 memcpy(new, old, old_size);
486 XPT_FREE(arena, old);
497 XPTConstDescriptor *old = id->const_descriptors; local
506 if (old) {
[all...]
/vbox/src/VBox/Additions/solaris/SharedFolders/
H A Dvboxfs_prov.c891 SHFLSTRING *old, *new; local
894 old = sfprov_string(from, &old_size);
896 rc = vboxCallRename(&vbox_client, &mnt->map, old, new,
899 kmem_free(old, old_size);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprlayer.c97 /* old style stack */
495 * Unlike the old style stacks, the contents of the stack head
553 /* old-style stack */
562 * going somewhere in the middle of the stack for both old and new
590 /* old style stack */
627 char **names = NULL, *name = NULL, **old = NULL; local
673 old = identity_cache.name;
694 if (NULL != old) PR_DELETE(old);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/malloc/
H A Dprmalloc.c387 struct pginfo **young, **old; local
402 /* Copy the old stuff */
411 old = page_dir;
421 /* Now free the old stuff */
422 _PR_UnlockedFree(old);
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsHashtable.cpp224 // existing entry, need to boot the old value
266 // old value for the result
828 nsISupports *old = NS_REINTERPRET_CAST(nsISupports *, prev); local
830 *value = old;
832 NS_IF_RELEASE(old);

Completed in 187 milliseconds

12