Searched refs:new (Results 101 - 125 of 191) sorted by relevance

12345678

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dsysctl.h95 * technology. This is the way nearly all new sysctl variables should
489 size_t *oldlenp, void *new, size_t newlen,
493 size_t *oldlenp, int inkernel, void *new, size_t newlen,
/vbox/src/libs/libxml2-2.6.31/vms/
H A Dbuild_libxml.com19 $! more new module additions
129 $ write sys$output "Creating new object library XML_LIBDIR:LIBXML.OLB"
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_aggregate.c67 dt_aggregate_count(int64_t *existing, int64_t *new, size_t size) argument
72 existing[i] = existing[i] + new[i];
92 dt_aggregate_min(int64_t *existing, int64_t *new, size_t size) argument
94 if (*new < *existing)
95 *existing = *new;
100 dt_aggregate_max(int64_t *existing, int64_t *new, size_t size) argument
102 if (*new > *existing)
103 *existing = *new;
138 dt_aggregate_lquantize(int64_t *existing, int64_t *new, size_t size) argument
145 existing[i] = existing[i] + new[
[all...]
H A Ddt_cc.c176 dtrace_actdesc_t *new; local
178 if ((new = dtrace_stmt_action(dtp, sdp)) == NULL)
181 return (new);
205 * Make sure that the new statement jibes with the rest of the ECB.
305 * creating a new in-kernel dtad_kind that just returns an integer.
1832 dt_lib_depend_t *dpld, *dlda, *new; local
1847 if ((new = dt_zalloc(dtp, sizeof (dt_lib_depend_t))) == NULL)
1850 if ((new->dtld_library = strdup(dld->dtld_library)) == NULL) {
1851 dt_free(dtp, new);
1855 new
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/
H A DInstallPkg.py207 Md5Sigature = md5.new(open(ContentFile, 'rb').read())
242 Md5Sigature = md5.new(open(str(FilePath), 'rb').read())
256 # we just installed. If a new module's path in that list
258 # install them directly. If not, we will try to create a new directory
301 Md5Sigature = md5.new(open(str(FilePath), 'rb').read())
349 # ask for user input the new file name
410 # ask for user input the new file name
635 Md5Sigature = md5.new(open(str(ToFile), 'rb').read())
707 Md5Sigature = md5.new(open(str(ToFile), 'rb').read())
H A DMkPkg.py200 DistPkg.Header.Signature = md5.new(open(str(ContentFile), 'rb').read()).hexdigest()
H A DRmPkg.py187 Md5Sigature = md5.new(open(str(Path), 'rb').read())
/vbox/include/iprt/cpp/
H A Dlist.h34 #include <new> /* For std::bad_alloc */
60 * RTCList::setCapacity for manual adjustment. If the size of an new list will
62 * the insertion of the new items.
124 /* Define our own new and delete. */
161 static inline void set(T1 **p, size_t i, const T1 &v) { p[i] = new T1(v); }
174 p[iTo + i] = new T1(*p1[i]);
206 * Creates a new list.
261 * Sets a new capacity within the list.
263 * If the new capacity is bigger than the old size, it will be simply
264 * preallocated more space for the new item
[all...]
/vbox/src/libs/xpcom18a4/python/client/
H A D__init__.py39 import new namespace
300 # rebuild the world for each new object.
451 return new.instancemethod(unbound_method, self, self.__class__)
469 return new.instancemethod(unbound_method, self, self.__class__)
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c1705 * If we are not to allocate a new variable, we want to
1724 * We need to allocate a new dynamic variable. The size we need is the
1861 * We have now allocated a new chunk. We copy the tuple keys into the
2231 * If we don't have enough room to both allocate a new key _and_
2357 dtrace_speculation_state_t current, new VBDTUNASS(-1);
2395 new = DTRACESPEC_COMMITTING;
2407 new = DTRACESPEC_COMMITTING;
2413 new = DTRACESPEC_COMMITTINGMANY;
2424 current, new) != current);
2474 (current == DTRACESPEC_ACTIVEONE && new
2497 dtrace_speculation_state_t current, new; local
2647 dtrace_speculation_state_t current, new; local
6599 dtrace_hash_add(dtrace_hash_t *hash, dtrace_probe_t *new) argument
6740 char *new = kmem_zalloc((str != NULL ? strlen(str) : 0) + 1, KM_SLEEP); local
9142 dtrace_difo_t *new; local
9283 char *fmt, **new; local
10992 dtrace_ecbdesc_t *new; local
11129 dtrace_enabling_t *new, *enab; local
14501 dtrace_helper_action_t *helper, *new, *last; local
[all...]
/vbox/src/VBox/Main/include/
H A DGuestDnDPrivate.h110 GuestDnD::s_pInstance = new GuestDnD(pGuest);
/vbox/src/VBox/Devices/PC/ipxe/src/interface/efi/
H A Defi_snp.c317 * @v new New station address
322 EFI_MAC_ADDRESS *new ) {
328 ( reset ? "reset" : ll_protocol->ntoa ( new ) ) );
332 new = &snpdev->mode.PermanentAddress;
333 memcpy ( snpdev->netdev->ll_addr, new, ll_protocol->ll_addr_len );
/vbox/src/VBox/Main/webservice/
H A Dvboxweb.h314 * Creates a new managed object reference for the given COM pointer. If one
324 * @return existing or new managed object reference
348 || ((pRef = new ManagedObjectRef(*pWebsession,
358 // new reference which couldn't be used anyway.
/vbox/src/VBox/Additions/solaris/SharedFolders/
H A Dvboxfs_prov.c891 SHFLSTRING *old, *new; local
895 new = sfprov_string(to, &new_size);
896 rc = vboxCallRename(&vbox_client, &mnt->map, old, new,
900 kmem_free(new, new_size);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2emx.s69 / Atomically set the integer pointed to by 'val' to the new
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dos_Darwin_x86.s81 # Atomically set the integer pointed to by 'val' to the new
H A Dos_Linux_x86.s69 / Atomically set the integer pointed to by 'val' to the new
H A Dos_Linux_x86_64.s67 / Atomically set the integer pointed to by 'val' to the new
H A Dos_SunOS_x86_64.s71 / Atomically set the integer pointed to by 'val' to the new
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsDoubleHashtable.h136 * return new nsDependentString(e->mDefinition.get());
236 new (entry) ENTRY_CLASS(key); \
300 * Create a new, empty entry and return a pointer to it for you to fill values
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A Dxptiprivate.h146 // These are always constructed in the struct arena using placement new.
176 void* operator new(size_t, void* p) CPP_THROW_NEW {return p;}
427 xptiFile* mFileArray; // using new[] and delete[]
431 xptiZipItem* mZipItemArray; // using new[] and delete[]
466 return new(place) xptiInterfaceGuts(aDescriptor, aTypelib, aWorkingSet);
470 void* operator new(size_t, void* p) CPP_THROW_NEW {return p;}
527 // We always create in the struct arena and construct using "placement new".
643 void* operator new(size_t, void* p) CPP_THROW_NEW {return p;}
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_ar5008_phy.c170 /* write Bank 6 with new params */
272 int tmp, new; local
311 new = tmp | (AR_PHY_TIMING_CTRL4_ENABLE_SPUR_RSSI |
316 REG_WRITE(ah, AR_PHY_TIMING_CTRL4(0), new);
318 new = (AR_PHY_SPUR_REG_MASK_RATE_CNTL |
323 REG_WRITE(ah, AR_PHY_SPUR_REG, new);
331 new = (AR_PHY_TIMING11_USE_SPUR_IN_AGC |
334 REG_WRITE(ah, AR_PHY_TIMING11, new);
/vbox/src/VBox/VMM/VMMRC/
H A DCPUMRCA.asm143 and ecx, [eax*2 + hlfpu_afFlags] ; Calc the new cr0 flags. Do NOT use ECX until we restore it!
172 ; Load new CR0 value.
173 mov cr0, ecx ; load the new cr0 flags.
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86.h115 /* new RAC */
220 Bool xf86EnableVTSwitch(Bool new);
413 DisplayModePtr xf86ModesAdd(DisplayModePtr modes, DisplayModePtr new);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dxf86.h116 /* new RAC */
207 Bool xf86EnableVTSwitch(Bool new);
401 DisplayModePtr xf86ModesAdd(DisplayModePtr modes, DisplayModePtr new);

Completed in 115 milliseconds

12345678