Searched refs:new (Results 26 - 50 of 191) sorted by relevance

12345678

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/X64/
H A DSwitchStack.asm29 ; (rcx) EntryPoint - Entry point with new stack.
32 ; (r9) NewStack - The pointer to new stack.
H A DSwitchStack.S28 # (rcx) EntryPoint - Entry point with new stack.
31 # (r9) NewStack - The pointer to new stack.
43 mov %rcx, %rax // Shift registers for new call
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drclock.h88 void *operator new(PRSize) { return NULL; }
/vbox/src/libs/xpcom18a4/xpcom/proxy/public/
H A DnsProxyRelease.h90 PLEvent *event = new PLEvent; \
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DAToken.h203 _text = new ANTLRChar[strlen(s)+1];
204 if (_text == NULL) panic("ANTLRCommonNoRefCountToken::setText new failed");
207 _text = new ANTLRChar[1];
208 if (_text == NULL) panic("ANTLRCommonNoRefCountToken::setText new failed");
218 ANTLRAbstractToken *t = new ANTLRCommonNoRefCountToken;
276 _text = new ANTLRChar[strlen(s)+1];
277 if (_text == NULL) panic("ANTLRCommonToken::setText new failed");
280 _text = new ANTLRChar[1];
281 if (_text == NULL) panic("ANTLRCommonToken::setText new failed");
291 ANTLRAbstractToken *t = new ANTLRCommonToke
[all...]
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsCRT.h68 void* operator new(size_t sz) CPP_THROW_NEW { \
69 void* rv = ::operator new(sz); \
82 void* operator new(size_t sz) CPP_THROW_NEW; \
86 void* _class::operator new(size_t sz) CPP_THROW_NEW { \
87 void* rv = ::operator new(sz); \
223 shared_allocator.deallocate(str, 0 /*we never new or kept the size*/);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dos_SunOS_32.s37 ! Atomically add a new element to the top of the stack
43 ! as this is a LEAF procedure, a new stack frame is not created.
82 ! as this is a LEAF procedure, a new stack frame is not created.
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsAutoLock.h161 static void* operator new(size_t /*size*/) CPP_THROW_NEW {
226 * Allocates a new PRMonitor for use with nsAutoMonitor.
321 static void* operator new(size_t /*size*/) CPP_THROW_NEW {
388 static void* operator new(size_t /*size*/) CPP_THROW_NEW {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/Ia32/
H A DEbcLowLevel.S49 # Construct new stack
73 # Construct new stack
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_util.c163 u_short *new = newp; local
168 accumulate -= *new++;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/ip/
H A Dtst.ipv4localtcp.ksh69 my \$s = IO::Socket::INET->new(
/vbox/include/iprt/
H A Dmem.h226 * Duplicates a chunk of memory into a new heap block (default tag).
236 * Duplicates a chunk of memory into a new heap block (custom tag).
247 * Duplicates a chunk of memory into a new heap block with some additional
259 * Duplicates a chunk of memory into a new heap block with some additional
277 * @param cbNew The new block size (in bytes).
287 * @param cbNew The new block size (in bytes).
494 * @param fProtect The new protection, a combination of the RTMEM_PROT_* defines.
704 * @param cbNew The new block size (in bytes).
740 * Define RTMEM_WRAP_SOME_NEW_AND_DELETE_TO_EF to enable electric fence new and
745 * Defines the electric fence new an
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dcrtdbg.h101 int __cdecl _CrtSetBreakAlloc(int new);
102 int __cdecl _CrtSetDbgFlag(int new);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A DloaderProcs.h102 ModuleDescPtr AddSibling(ModuleDescPtr head, ModuleDescPtr new);
H A Dmicmap.h36 void (*new)(miInitVisualsProcPtr *));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dmicmap.h36 void (*new)(miInitVisualsProcPtr *));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dmicmap.h36 void (*new)(miInitVisualsProcPtr *));
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Arm/
H A DSwitchStack.asm20 ; This allows the caller to switch the stack and goes to the new entry point
27 ; @return Nothing. Goes to the Entry Point passing in the new parameters
/vbox/src/VBox/Main/src-server/win/
H A DVBoxComEvents.h50 mArgs = new CComVariant[mArgc];
/vbox/src/VBox/NetworkServices/NetLib/
H A Dshared_ptr.h38 p = new imp(t);
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/mi/
H A Dmicmap.h37 void (*new)(miInitVisualsProcPtr *));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A DloaderProcs.h106 ModuleDescPtr AddSibling(ModuleDescPtr head, ModuleDescPtr new);
H A Dmicmap.h37 void (*new)(miInitVisualsProcPtr *));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A DloaderProcs.h102 ModuleDescPtr AddSibling(ModuleDescPtr head, ModuleDescPtr new);
H A Dmicmap.h37 void (*new)(miInitVisualsProcPtr *));

Completed in 90 milliseconds

12345678