Searched refs:copy (Results 176 - 200 of 1853) sorted by relevance

1234567891011>>

/macosx-10.9.5/xnu-2422.115.4/libsyscall/mach/
H A Dmach_vm.c15 * Please obtain a copy of the License at
166 boolean_t copy,
180 offset, copy, cur_protection, max_protection, inheritance);
200 boolean_t copy,
208 src_task, src_address, copy, cur_protection, max_protection,
251 boolean_t copy,
259 offset, copy, cur_protection, max_protection, inheritance);
279 boolean_t copy,
287 src_task, src_address, copy, cur_protection, max_protection,
158 mach_vm_map( mach_port_name_t target, mach_vm_address_t *address, mach_vm_size_t size, mach_vm_offset_t mask, int flags, mem_entry_name_port_t object, memory_object_offset_t offset, boolean_t copy, vm_prot_t cur_protection, vm_prot_t max_protection, vm_inherit_t inheritance) argument
192 mach_vm_remap( mach_port_name_t target, mach_vm_address_t *address, mach_vm_size_t size, mach_vm_offset_t mask, int flags, mach_port_name_t src_task, mach_vm_address_t src_address, boolean_t copy, vm_prot_t *cur_protection, vm_prot_t *max_protection, vm_inherit_t inheritance) argument
243 vm_map( mach_port_name_t target, vm_address_t *address, vm_size_t size, vm_offset_t mask, int flags, mem_entry_name_port_t object, vm_offset_t offset, boolean_t copy, vm_prot_t cur_protection, vm_prot_t max_protection, vm_inherit_t inheritance) argument
271 vm_remap( mach_port_name_t target, vm_address_t *address, vm_size_t size, vm_offset_t mask, int flags, mach_port_name_t src_task, vm_address_t src_address, boolean_t copy, vm_prot_t *cur_protection, vm_prot_t *max_protection, vm_inherit_t inheritance) argument
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_map_store_rb.c15 * Please obtain a copy of the License at
122 void vm_map_store_copy_insert_rb( vm_map_t map, __unused vm_map_entry_t after_where, vm_map_copy_t copy) argument
127 vm_map_entry_t entry = vm_map_copy_first_entry(copy);
128 int inserted=0, nentries = copy->cpy_hdr.nentries;
130 while (entry != vm_map_copy_to_entry(copy) && nentries > 0) {
134 panic("VMSCIR1: INSERT FAILED: %d: %p, %p, %p, 0x%lx, 0x%lx, 0x%lx, 0x%lx, 0x%lx, 0x%lx",inserted, prev, entry, vm_map_copy_to_entry(copy),
150 vm_map_store_copy_reset_rb( vm_map_copy_t copy, vm_map_entry_t entry, int nentries ) argument
152 struct vm_map_header *mapHdr = &(copy->cpy_hdr);
157 while (entry != vm_map_copy_to_entry(copy) && nentries > 0) {
H A Dvm_map.c15 * Please obtain a copy of the License at
36 * Permission to use, copy, modify and distribute this software and its
163 vm_map_copy_t copy,
170 vm_map_copy_t copy,
184 vm_map_copy_t copy,
237 vm_map_copy_t copy,
246 boolean_t copy,
298 * Macros to copy a vm_map_entry. We must be careful to correctly
389 * this module provides for an efficient virtual copy of
399 * maps. This requires a change in the copy o
2350 vm_map_enter_mem_object( vm_map_t target_map, vm_map_offset_t *address, vm_map_size_t initial_size, vm_map_offset_t mask, int flags, ipc_port_t port, vm_object_offset_t offset, boolean_t copy, vm_prot_t cur_protection, vm_prot_t max_protection, vm_inherit_t inheritance) argument
2899 vm_map_enter_mem_object_control( vm_map_t target_map, vm_map_offset_t *address, vm_map_size_t initial_size, vm_map_offset_t mask, int flags, memory_object_control_t control, vm_object_offset_t offset, boolean_t copy, vm_prot_t cur_protection, vm_prot_t max_protection, vm_inherit_t inheritance) argument
5619 vm_map_copy_discard( vm_map_copy_t copy) argument
5674 vm_map_copy_copy( vm_map_copy_t copy) argument
5909 vm_map_copy_overwrite_nested( vm_map_t dst_map, vm_map_address_t dst_addr, vm_map_copy_t copy, boolean_t interruptible, pmap_t pmap, boolean_t discard_on_success) argument
6527 vm_map_copy_overwrite( vm_map_t dst_map, vm_map_offset_t dst_addr, vm_map_copy_t copy, boolean_t interruptible) argument
6793 vm_map_copy_overwrite_unaligned( vm_map_t dst_map, vm_map_entry_t entry, vm_map_copy_t copy, vm_map_offset_t start, boolean_t discard_on_success) argument
7020 vm_map_copy_overwrite_aligned( vm_map_t dst_map, vm_map_entry_t tmp_entry, vm_map_copy_t copy, vm_map_offset_t start, __unused pmap_t pmap) argument
7421 vm_map_copy_t copy; local
7474 vm_map_copyout_kernel_buffer( vm_map_t map, vm_map_address_t *addr, vm_map_copy_t copy, boolean_t overwrite, boolean_t consume_on_success) argument
7586 vm_map_copy_remap( vm_map_t map, vm_map_entry_t where, vm_map_copy_t copy, vm_map_offset_t adjustment, vm_prot_t cur_prot, vm_prot_t max_prot, vm_inherit_t inheritance) argument
7640 vm_map_copyout( vm_map_t dst_map, vm_map_address_t *dst_addr, vm_map_copy_t copy) argument
7653 vm_map_copyout_internal( vm_map_t dst_map, vm_map_address_t *dst_addr, vm_map_copy_t copy, boolean_t consume_on_success, vm_prot_t cur_protection, vm_prot_t max_protection, vm_inherit_t inheritance) argument
8060 vm_map_copy_t copy; /* Resulting copy */ local
8715 vm_map_copy_t copy; local
8791 vm_map_copy_t copy; /* Resulting copy */ local
9049 vm_map_copy_t copy; local
11812 vm_map_remap_extract( vm_map_t map, vm_map_offset_t addr, vm_map_size_t size, boolean_t copy, struct vm_map_header *map_header, vm_prot_t *cur_protection, vm_prot_t *max_protection, vm_inherit_t inheritance, boolean_t pageable) argument
12164 vm_map_remap( vm_map_t target_map, vm_map_address_t *address, vm_map_size_t size, vm_map_offset_t mask, int flags, vm_map_t src_map, vm_map_offset_t memory_address, boolean_t copy, vm_prot_t *cur_protection, vm_prot_t *max_protection, vm_inherit_t inheritance) argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/NVPTX/
H A DVectorElementize.cpp246 MachineInstr *copy=copies[0]; local
247 copy->setDesc(InstrInfo->get(getScalarVersion(copy)));
250 MachineOperand dest = copy->getOperand(0);
254 copy->RemoveOperand(0);
257 for (unsigned i=0, e=copy->getNumOperands(); i!=e; ++i)
258 otherOperands.push_back(copy->getOperand(i));
260 for (unsigned i=0, e=copy->getNumOperands(); i!=e; ++i)
261 copy->RemoveOperand(0);
264 copy
283 MachineInstr *copy=copies[0]; local
330 MachineInstr *copy = BuildMI(F, DL, local
362 MachineInstr *copy = BuildMI(F, DL, InstrInfo->get(getScalarVersion(Instr)), local
392 MachineInstr *copy = BuildMI(F, DL, local
422 MachineInstr *copy = BuildMI(F, DL, local
442 MachineInstr *copy=copies[0]; local
507 MachineInstr *copy = copies[i]; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dcase-table.el22 ;; You should have received a copy of the GNU General Public License
79 (defun copy-case-table (case-table)
80 (let ((copy (copy-sequence case-table))
85 (set-char-table-extra-slot copy 0 (copy-sequence up)))
86 (set-char-table-extra-slot copy 1 nil)
87 (set-char-table-extra-slot copy 2 nil)
88 copy))
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dcut.c9 * A copy of the License is available at *
259 register int skip; /* non-zero for don't copy */
373 register unsigned char *copy; local
396 copy = cp;
398 copy = 0;
402 else if (copy)
403 copy = cp;
432 if (copy)
435 if ((c = cp - copy) > 0 && sfwrite(fdout, (char*)copy,
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-linked_ptr.h60 // - it's safe to copy linked_ptr objects concurrently,
61 // - it's safe to copy *from* a linked_ptr and read its underlying
146 template <typename U> linked_ptr(linked_ptr<U> const& ptr) { copy(&ptr); }
149 copy(&ptr);
155 copy(&ptr);
162 copy(&ptr);
203 template <typename U> void copy(linked_ptr<U> const* ptr) { function in class:testing::internal::linked_ptr
/macosx-10.9.5/tcl-102/tcl84/tcl/win/
H A DtclAppInit.c301 int argc, size, inquote, copy, slashes;
341 copy = 1;
348 copy = 0;
351 copy = 1;
369 if (copy != 0) {
297 int argc, size, inquote, copy, slashes; local
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/win/
H A DwinMain.c301 int argc, size, inquote, copy, slashes;
341 copy = 1;
348 copy = 0;
351 copy = 1;
369 if (copy != 0) {
298 int argc, size, inquote, copy, slashes; local
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DwinMain.c336 int argc, size, inquote, copy, slashes;
376 copy = 1;
383 copy = 0;
386 copy = 1;
404 if (copy != 0) {
332 int argc, size, inquote, copy, slashes; local
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A DwinMain.c284 int argc, size, inquote, copy, slashes;
324 copy = 1;
331 copy = 0;
334 copy = 1;
352 if (copy != 0) {
281 int argc, size, inquote, copy, slashes; local
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dwalkers.h9 * compliance with the License. Please obtain a copy of the License at
32 // copy, debug dumping, etc.) by defining operations classes and applying them to the
68 // CopyWalker would use to make a flat copy. This is naturally at least
93 // CopyWalker makes a deep, flat copy of a structure. The result will work
110 DEBUGWALK("copy");
160 // Make an element-by-element copy of a structure. Each pointer followed
178 T *copy = reinterpret_cast<T *>(allocator.malloc(size)); local
180 T *copy = allocator.malloc<T>(size); local
182 memcpy(copy, addr, size);
183 addr = copy;
250 T *copy(const T *obj, void *addr) function in namespace:Security::DataWalkers
260 T *copy(const T *obj, Allocator &alloc, size_t size) function in namespace:Security::DataWalkers
268 T *copy(const T *obj, Allocator &alloc = Allocator::standard()) function in namespace:Security::DataWalkers
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dwalkers.h9 * compliance with the License. Please obtain a copy of the License at
32 // copy, debug dumping, etc.) by defining operations classes and applying them to the
68 // CopyWalker would use to make a flat copy. This is naturally at least
93 // CopyWalker makes a deep, flat copy of a structure. The result will work
110 DEBUGWALK("copy");
160 // Make an element-by-element copy of a structure. Each pointer followed
178 T *copy = reinterpret_cast<T *>(allocator.malloc(size)); local
180 T *copy = allocator.malloc<T>(size); local
182 memcpy(copy, addr, size);
183 addr = copy;
250 T *copy(const T *obj, void *addr) function in namespace:Security::DataWalkers
260 T *copy(const T *obj, Allocator &alloc, size_t size) function in namespace:Security::DataWalkers
268 T *copy(const T *obj, Allocator &alloc = Allocator::standard()) function in namespace:Security::DataWalkers
[all...]
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DStyleRule.h16 * You should have received a copy of the GNU Library General Public License
88 PassRefPtr<StyleRuleBase> copy() const;
133 PassRefPtr<StyleRule> copy() const { return adoptRef(new StyleRule(*this)); } function in class:WebCore::StyleRule
166 PassRefPtr<StyleRuleFontFace> copy() const { return adoptRef(new StyleRuleFontFace(*this)); } function in class:WebCore::StyleRuleFontFace
190 PassRefPtr<StyleRulePage> copy() const { return adoptRef(new StyleRulePage(*this)); } function in class:WebCore::StyleRulePage
224 PassRefPtr<StyleRuleMedia> copy() const { return adoptRef(new StyleRuleMedia(*this)); } function in class:WebCore::StyleRuleMedia
243 PassRefPtr<StyleRuleSupports> copy() const { return adoptRef(new StyleRuleSupports(*this)); } function in class:WebCore::StyleRuleSupports
263 PassRefPtr<StyleRuleRegion> copy() const { return adoptRef(new StyleRuleRegion(*this)); } function in class:WebCore::StyleRuleRegion
280 PassRefPtr<StyleRuleHost> copy() const { return adoptRef(new StyleRuleHost(*this)); } function in class:WebCore::StyleRuleHost
300 PassRefPtr<StyleRuleViewport> copy() cons function in class:WebCore::StyleRuleViewport
344 PassRefPtr<StyleRuleFilter> copy() const { return adoptRef(new StyleRuleFilter(*this)); } function in class:WebCore::StyleRuleFilter
[all...]
H A DStyleRule.cpp16 * You should have received a copy of the GNU Library General Public License
118 PassRefPtr<StyleRuleBase> StyleRuleBase::copy() const function in class:WebCore::StyleRuleBase
122 return static_cast<const StyleRule*>(this)->copy();
124 return static_cast<const StyleRulePage*>(this)->copy();
126 return static_cast<const StyleRuleFontFace*>(this)->copy();
128 return static_cast<const StyleRuleMedia*>(this)->copy();
131 return static_cast<const StyleRuleSupports*>(this)->copy();
135 return static_cast<const StyleRuleRegion*>(this)->copy();
142 return static_cast<const StyleRuleKeyframes*>(this)->copy();
145 return static_cast<const StyleRuleHost*>(this)->copy();
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/port/
H A Dastlicense.c9 * A copy of the License is available at *
39 #undef copy macro
205 * copy s of size n to b
210 copy(register Buffer_t* b, register char* s, int n) function
219 * center and copy comment line s to p
338 copy(b, "Copyright (c) ", -1);
349 copy(b, t, 4);
407 copy(&buf, file, -1);
408 copy(&buf, ": cannot open", -1);
416 copy(
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/extensions/tnc/
H A Dtnc.c260 FREE (copy);\
749 char *copy; local
811 copy = tdomstrdup (att_type);
814 if (copy[i] == ')') {
815 copy[i] = '\0';
818 &copy[start]);
821 &copy[start], &newPtr);
823 &copy[start], &newPtr);
831 FREE (copy);
834 if (copy[
1530 char *pc, *copy, save; local
[all...]
/macosx-10.9.5/libxslt-13/libxslt/libxslt/
H A Dtransform.c768 xmlNodePtr copy; local
776 "xsltCopyTextString: copy text %s\n",
809 copy = xmlNewCDataBlock(ctxt->output, string, len);
820 copy = xmlNewTextLen(string, len);
821 if (copy != NULL)
822 copy->name = xmlStringTextNoenc;
832 copy = xmlNewTextLen(string, len);
834 if (copy != NULL) {
836 copy = xsltAddChild(target, copy);
864 xmlNodePtr copy; local
1038 xmlAttrPtr copy; local
1138 xmlAttrPtr copy; local
1213 xmlNodePtr copy; local
1301 xmlNodePtr copy, ret = NULL; local
1506 xmlNodePtr copy; local
1789 xmlNodePtr copy; local
2241 xmlNodePtr cur, insert, copy = NULL; local
3819 xmlNodePtr copy, oldInsert; local
3934 xmlNodePtr copy; local
3976 xmlNodePtr copy; local
[all...]
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWRingBufferQ.cpp9 * License. Please obtain a copy of the License at
116 // Remove the next n bytes in queue given by 'size' and write bytes into 'copy'
118 bool IOFWRingBufferQ::dequeueBytesWithCopy( void * copy, IOByteCount size ) argument
125 if ( copy )
128 if ( front(copy, size, &paddingBytes) )
138 // copy not necessary, simply make bytes available in queue
147 DebugLog("<<< IOFWRingBufferQ::dequeueBytesWithCopy BSize: %u Length: %u Front: %u Size: %u Copy: %p\n", fBufferSize, fQueueLength, fFrontOffset, size, copy);
234 // Return a copy of first entry, of size 'size'
236 bool IOFWRingBufferQ::front( void * copy, IOByteCount size, IOByteCount * paddingBytes ) argument
247 if ( copy )
[all...]
/macosx-10.9.5/Libc-997.90.3/stdio/
H A Dxprintf_domain.c9 * compliance with the License. Please obtain a copy of the License at
111 printf_domain_t restrict copy; local
117 copy = (printf_domain_t)MALLOC(sizeof(*copy));
118 if(!copy) return NULL;
121 *copy = *src;
123 copy->rwlock = (pthread_rwlock_t)PTHREAD_RWLOCK_INITIALIZER;
124 return copy;
/macosx-10.9.5/libxml2-26/libxml2/
H A DtestHTML.c43 static int copy = 0; variable
762 * test intermediate copy if needed.
764 if (copy) {
811 if ((!strcmp(argv[i], "-copy")) || (!strcmp(argv[i], "--copy")))
812 copy++;
854 printf("Usage : %s [--debug] [--copy] [--copy] HTMLfiles ...\n",
860 printf("\t--copy : used to test the internal copy implementatio
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A DtestHTML.c43 static int copy = 0; variable
762 * test intermediate copy if needed.
764 if (copy) {
811 if ((!strcmp(argv[i], "-copy")) || (!strcmp(argv[i], "--copy")))
812 copy++;
854 printf("Usage : %s [--debug] [--copy] [--copy] HTMLfiles ...\n",
860 printf("\t--copy : used to test the internal copy implementatio
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/canvas/
H A Dcitygrid.tcl117 if {$cx} { $tile copy $parcel -to $rstart $rstart $rend $rend } ; # center
119 if {$olx} { $tile copy $parcel -to 0 $rstart $cstart $rend } ; # ou left
120 if {$orx} { $tile copy $parcel -to $cend $rstart $tessel $rend } ; # ou right
121 if {$oux} { $tile copy $parcel -to $rstart 0 $rend $cstart } ; # ou up
122 if {$odx} { $tile copy $parcel -to $rstart $cend $rend $tessel } ; # ou down
124 if {$ilx} { $tile copy $parcel -to $cstart $rstart $rstart $rend } ; # in left
125 if {$irx} { $tile copy $parcel -to $rend $rstart $cend $rend } ; # in right
126 if {$iux} { $tile copy $parcel -to $rstart $cstart $rend $rstart } ; # in up
127 if {$idx} { $tile copy $parcel -to $rstart $cend $rend $cend } ; # in down
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_client/
H A Dkeyclient.h7 * a copy of the License at http://www.apple.com/publicsource and read it before
41 KeyImpl(const CSP &csp, const CSSM_KEY &key, bool copy = false);
74 Key(const CSP &csp, const CSSM_KEY &key, bool copy = false) : Object(new Impl(csp, key, copy)) {}
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_client/lib/
H A Dkeyclient.h7 * a copy of the License at http://www.apple.com/publicsource and read it before
41 KeyImpl(const CSP &csp, const CSSM_KEY &key, bool copy = false);
74 Key(const CSP &csp, const CSSM_KEY &key, bool copy = false) : Object(new Impl(csp, key, copy)) {}

Completed in 494 milliseconds

1234567891011>>