Searched refs:copy (Results 76 - 100 of 1952) sorted by relevance

1234567891011>>

/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/wsock/config/
H A Dmake.wnt53 copy idnconf.exe ..\bin
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/wsock/
H A Dmake.wnt60 copy ..\win\iconv.dll bin
61 copy ..\lib\idnkit.dll bin
62 copy ..\lib\idnkitlite.dll bin
63 copy ..\map\jp.map bin
/macosx-10.10/libclosure-65/objectTests/
H A Dbyrefcopyint.c52 voidVoid copy = Block_copy(dummy); local
55 return copy;
H A DpredicateBlock.m22 void_block_t d = [c copy];
23 //if (j == 0) printf("copy looks like %s\n", _Block_dump(d));
/macosx-10.10/vim-55/runtime/autoload/xml/
H A Dxsl.vim6 \ 'attribute' : [['apply-imports', 'apply-templates', 'attribute', 'call-template', 'choose', 'comment', 'copy', 'copy-of', 'element', 'fallback', 'for-each', 'if', 'message', 'number', 'processing-instruction', 'text', 'value-of', 'variable'], {'name' : [], 'namespace' : []}],
11 \ 'copy' : [[], {'use-attribute-sets' : []}],
12 \ 'copy-of' : [[], {'select' : []}],
14 \ 'element' : [['apply-imports', 'apply-templates', 'attribute', 'call-template', 'choose', 'comment', 'copy', 'copy-of', 'element', 'fallback', 'for-each', 'if', 'message', 'number', 'processing-instruction', 'text', 'value-of', 'variable'], {'name' : [], 'namespace' : [], 'use-attribute-sets' : []}],
17 \ 'if' : [['apply-imports', 'apply-templates', 'attribute', 'call-template', 'choose', 'comment', 'copy', 'copy-of', 'element', 'fallback', 'for-each', 'if', 'message', 'number', 'processing-instruction', 'text', 'value-of', 'variable'], {'test' : []}],
26 \ 'param' : [['apply-imports', 'apply-templates', 'attribute', 'call-template', 'choose', 'comment', 'copy', 'copy
[all...]
/macosx-10.10/sudo-73/src/zlib/
H A Dinflate.c20 * - Unroll direct copy to three copies per loop in inffast.c
37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
46 * - Unroll last copy for window match in inflate_fast()
383 unsigned copy, dist; local
402 /* copy state->wsize or less output bytes into the circular window */
403 copy = out - strm->avail_out;
404 if (copy >= state->wsize) {
411 if (dist > copy) dist = copy;
412 zmemcpy(state->window + state->wnext, strm->next_out - copy, dis
620 unsigned copy; /* number of stored or match bytes to copy */ local
[all...]
/macosx-10.10/zlib-55/zlib/
H A Dinflate.c20 * - Unroll direct copy to three copies per loop in inffast.c
37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
46 * - Unroll last copy for window match in inflate_fast()
363 unsigned copy, dist; local
382 /* copy state->wsize or less output bytes into the circular window */
383 copy = out - strm->avail_out;
384 if (copy >= state->wsize) {
391 if (dist > copy) dist = copy;
392 zmemcpy(state->window + state->wnext, strm->next_out - copy, dis
600 unsigned copy; /* number of stored or match bytes to copy */ local
[all...]
/macosx-10.10/WebKit-7600.1.25/ios/WebCoreSupport/
H A DWebSelectionRect.m164 WebSelectionRect *copy = [[WebSelectionRect selectionRect] retain];
165 copy.rect = self.rect;
166 copy.writingDirection = self.writingDirection;
167 copy.isLineBreak = self.isLineBreak;
168 copy.isFirstOnLine = self.isFirstOnLine;
169 copy.isLastOnLine = self.isLastOnLine;
170 copy.containsStart = self.containsStart;
171 copy.containsEnd = self.containsEnd;
172 copy.isInFixedPosition = self.isInFixedPosition;
173 copy
[all...]
/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/program/
H A DMakefile4 BUILD= appsignals.html cache.html compatible.html copy.html \
/macosx-10.10/Security-57031.1.35/Security/include/securityd_client/
H A Dxdr_auth.c9 * compliance with the License. Please obtain a copy of the License at
70 inline bool_t copyin_AuthorizationItemSet(const AuthorizationItemSet *rights, void **copy, mach_msg_size_t *size) argument
72 return copyin((AuthorizationItemSet *)rights, (xdrproc_t)xdr_AuthorizationItemSet, copy, size);
75 inline bool_t copyout_AuthorizationItemSet(const void *copy, mach_msg_size_t size, AuthorizationItemSet **rights) argument
79 bool_t ret = copyout(copy, size, (xdrproc_t)xdr_AuthorizationItemSetPtr, &data, &length);
H A Dxdr_dldb.h9 * compliance with the License. Please obtain a copy of the License at
53 CopyOut(void *copy, size_t size, xdrproc_t proc, bool dealloc = false, CSSM_DATA *in_out_data = NULL) : mLength(in_out_data?(u_int)in_out_data->Length:0), mData(NULL), mInOutData(in_out_data), mDealloc(dealloc), mSource(copy), mSourceLen(size) { argument
54 if (copy && size && !::copyout(copy, (u_int)size, proc, mInOutData ? reinterpret_cast<void**>(&mInOutData) : &mData, &mLength)) {
/macosx-10.10/Security-57031.1.35/Security/libsecurityd/lib/
H A Dxdr_auth.c9 * compliance with the License. Please obtain a copy of the License at
70 inline bool_t copyin_AuthorizationItemSet(const AuthorizationItemSet *rights, void **copy, mach_msg_size_t *size) argument
72 return copyin((AuthorizationItemSet *)rights, (xdrproc_t)xdr_AuthorizationItemSet, copy, size);
75 inline bool_t copyout_AuthorizationItemSet(const void *copy, mach_msg_size_t size, AuthorizationItemSet **rights) argument
79 bool_t ret = copyout(copy, size, (xdrproc_t)xdr_AuthorizationItemSetPtr, &data, &length);
H A Dxdr_dldb.h9 * compliance with the License. Please obtain a copy of the License at
53 CopyOut(void *copy, size_t size, xdrproc_t proc, bool dealloc = false, CSSM_DATA *in_out_data = NULL) : mLength(in_out_data?(u_int)in_out_data->Length:0), mData(NULL), mInOutData(in_out_data), mDealloc(dealloc), mSource(copy), mSourceLen(size) { argument
54 if (copy && size && !::copyout(copy, (u_int)size, proc, mInOutData ? reinterpret_cast<void**>(&mInOutData) : &mData, &mLength)) {
/macosx-10.10/WebCore-7600.1.25/dom/
H A DIdTargetObserverRegistry.cpp66 Vector<IdTargetObserver*> copy;
67 copyToVector(*m_notifyingObserversInSet, copy);
68 for (Vector<IdTargetObserver*>::const_iterator it = copy.begin(); it != copy.end(); ++it) {
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DStyleFilterData.cpp48 PassRef<StyleFilterData> StyleFilterData::copy() const function in class:WebCore::StyleFilterData
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DRevision.js48 copy: function()
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebDataSource.h67 @property (nonatomic, readonly, copy) NSData *data;
110 @property (nonatomic, readonly, copy) NSString *textEncodingName;
122 @property (nonatomic, readonly, copy) NSString *pageTitle;
155 @property (nonatomic, readonly, copy) NSArray *subresources;
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKFrameInfo.h47 @property (nonatomic, readonly, copy) NSURLRequest *request;
H A DWKNavigationResponseInternal.h38 @property (nonatomic, readwrite, copy) NSURLResponse *response;
H A D_WKFormInputSession.h38 @property (nonatomic, copy) NSString *accessoryViewCustomButtonTitle;
H A D_WKSessionState.h37 @property (nonatomic, readonly, copy) NSData *data;
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/mac/
H A DWKDOMText.h35 @property(nonatomic, copy) NSString *data;
/macosx-10.10/xnu-2782.1.97/osfmk/vm/
H A Dvm_map_store.c15 * Please obtain a copy of the License at
80 void vm_map_store_copy_insert( vm_map_t map, vm_map_entry_t after_where, vm_map_copy_t copy) argument
82 vm_map_store_copy_insert_ll(map, after_where, copy);
84 vm_map_store_copy_insert_rb(map, after_where, copy);
94 * copy maps are being modified. Also note the first argument
166 vm_map_store_copy_reset( vm_map_copy_t copy,vm_map_entry_t entry) argument
168 int nentries = copy->cpy_hdr.nentries;
169 vm_map_store_copy_reset_ll(copy, entry, nentries);
171 vm_map_store_copy_reset_rb(copy, entry, nentries);
/macosx-10.10/zlib-55/zlib/contrib/infback9/
H A Dinfback9.c237 unsigned long length; /* literal or length of data to copy */
238 unsigned long offset; /* distance back to copy string from */
239 unsigned long copy; /* number of stored or match bytes to copy */ local
240 unsigned char FAR *from; /* where to copy match bytes from */
247 unsigned len; /* length to copy for repeats, bits to drop */
328 /* copy stored block from input to output */
330 copy = length;
333 if (copy > have) copy
[all...]
/macosx-10.10/rsync-45/rsync/zlib/
H A Dinflate.c20 * - Unroll direct copy to three copies per loop in inffast.c
37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
46 * - Unroll last copy for window match in inflate_fast()
328 unsigned copy, dist; local
347 /* copy state->wsize or less output bytes into the circular window */
348 copy = out - strm->avail_out;
349 if (copy >= state->wsize) {
356 if (dist > copy) dist = copy;
357 zmemcpy(state->window + state->write, strm->next_out - copy, dis
565 unsigned copy; /* number of stored or match bytes to copy */ local
[all...]

Completed in 173 milliseconds

1234567891011>>