Home
last modified time | relevance | path

Searched refs:copied (Results 1 – 25 of 1078) sorted by relevance

12345678910>>...44

/netbsd-src/sys/external/bsd/drm2/include/linux/
H A Dkfifo.h152 size_t copied = 0; in _kfifo_out_peek() local
161 copied = size; in _kfifo_out_peek()
166 copied = size; in _kfifo_out_peek()
171 copied = size; in _kfifo_out_peek()
176 return copied; in _kfifo_out_peek()
187 size_t copied = 0; in _kfifo_out() local
197 copied = size; in _kfifo_out()
203 copied = size; in _kfifo_out()
209 copied = size; in _kfifo_out()
214 return copied; in _kfifo_out()
[all …]
/netbsd-src/external/mit/isl/dist/
H A Disl_sort.c57 size_t copied = 0; in msort() local
89 if (copied == 0) { in msort()
103 copied += (lo - ls); in msort()
108 copied += (hi - hs); in msort()
110 } else if (copied) { in msort()
112 copied += (lo - ls); in msort()
116 memcpy (a1, buf, copied); in msort()
126 copied += (am - lo); in msort()
129 memcpy (a1, buf, copied); in msort()
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dhurd.c43 ssize_t copied; in uv_exepath() local
57 copied = uv__strscpy(buffer, exepath, *size); in uv_exepath()
60 *size = copied < 0 ? strlen(buffer) : (size_t) copied; in uv_exepath()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
H A Dintel_guc_fw.c67 size_t copied; in guc_xfer_rsa() local
70 copied = intel_uc_fw_copy_rsa(guc_fw, rsa, sizeof(rsa)); in guc_xfer_rsa()
71 GEM_BUG_ON(copied < sizeof(rsa)); in guc_xfer_rsa()
H A Dintel_huc.c67 size_t copied; in intel_huc_rsa_data_create() local
96 copied = intel_uc_fw_copy_rsa(&huc->fw, vaddr, vma->size); in intel_huc_rsa_data_create()
97 GEM_BUG_ON(copied < huc->fw.rsa_size); in intel_huc_rsa_data_create()
/netbsd-src/sys/arch/m68k/m68k/
H A Dcopy.s230 * user's address space. Return the number of characters copied (including
248 jeq .Lcisdone | copied null, exit
256 subl 4(%sp),%a0 | yes, calculate length copied
287 jeq .Lcosdone | copied null, exit
295 subl 4(%sp),%a0 | yes, calculate length copied
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DCMS_get1_ReceiptRequest.pod39 The signedContentIdentifier is copied to B<pcid>. If the B<allOrFirstTier>
40 option of B<receiptsFrom> is used its value is copied to B<pallorfirst>
41 otherwise the B<receiptList> field is copied to B<plist>. The B<receiptsTo>
42 parameter is copied to B<prto>.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh-mem.cc75 int copied = 0; in expand_block_move() local
77 while (copied + 4 <= bytes) in expand_block_move()
79 rtx to = adjust_address (dest, SImode, copied); in expand_block_move()
81 src_addr, copied); in expand_block_move()
87 copied += 4; in expand_block_move()
90 if (copied < bytes) in expand_block_move()
91 move_by_pieces (adjust_address (dest, BLKmode, copied), in expand_block_move()
93 src_addr, copied), in expand_block_move()
94 bytes - copied, align, RETURN_BEGIN); in expand_block_move()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh-mem.cc75 int copied = 0; in expand_block_move() local
77 while (copied + 4 <= bytes) in expand_block_move()
79 rtx to = adjust_address (dest, SImode, copied); in expand_block_move()
81 src_addr, copied); in expand_block_move()
87 copied += 4; in expand_block_move()
90 if (copied < bytes) in expand_block_move()
91 move_by_pieces (adjust_address (dest, BLKmode, copied), in expand_block_move()
93 src_addr, copied), in expand_block_move()
94 bytes - copied, align, RETURN_BEGIN); in expand_block_move()
/netbsd-src/external/mit/libcbor/dist/oss-fuzz/
H A Dcbor_load_fuzzer.cc32 cbor_item_t *copied = cbor_copy(item); in LLVMFuzzerTestOneInput() local
33 cbor_decref(&copied); in LLVMFuzzerTestOneInput()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DCMS_get1_ReceiptRequest.pod49 The signedContentIdentifier is copied to B<pcid>. If the B<allOrFirstTier>
50 option of B<receiptsFrom> is used its value is copied to B<pallorfirst>
51 otherwise the B<receiptList> field is copied to B<plist>. The B<receiptsTo>
52 parameter is copied to B<prto>.
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_milter.in115 # to be copied to the heap, right after the inserted header. Then
17 # saved multi-line header X needs to be copied again. Thus we end
29 # follows Y, need to be copied to the heap. This tests if an insert
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dhotspot_example.txt3 Here the script is run while a large file is copied from one filesystem
6 copied to the 0 to 999 Mb range on the target disk (102,3).
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dhotspot_example.txt3 Here the script is run while a large file is copied from one filesystem
6 copied to the 0 to 999 Mb range on the target disk (102,3).
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-ch.c366 auto_vec<std::pair<edge, loop_p> > copied; in copy_headers() local
431 copied.safe_push (std::make_pair (entry, loop)); in copy_headers()
503 for (unsigned i = 0; i < copied.length (); ++i) in copy_headers()
505 edge entry = copied[i].first; in copy_headers()
506 loop_p loop = copied[i].second; in copy_headers()
/netbsd-src/sys/netinet/
H A Daccf_http.c355 int ccleft, copied; in soishttpconnected() local
368 copied = 0; in soishttpconnected()
381 tocopy = (NCHRS - ccleft) - copied; in soishttpconnected()
385 switch (copied++) { in soishttpconnected()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/dso/
H A Ddso_lib.c242 char *copied; in DSO_set_filename() local
253 copied = OPENSSL_strdup(filename); in DSO_set_filename()
254 if (copied == NULL) { in DSO_set_filename()
259 dso->filename = copied; in DSO_set_filename()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/dso/
H A Ddso_lib.c232 char *copied; in DSO_set_filename() local
243 copied = OPENSSL_strdup(filename); in DSO_set_filename()
244 if (copied == NULL) { in DSO_set_filename()
249 dso->filename = copied; in DSO_set_filename()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-ch.cc386 auto_vec<std::pair<edge, loop_p> > copied; in copy_headers() local
487 copied.safe_push (std::make_pair (entry, loop)); in copy_headers()
559 for (unsigned i = 0; i < copied.length (); ++i) in copy_headers()
561 edge entry = copied[i].first; in copy_headers()
562 loop_p loop = copied[i].second; in copy_headers()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/array/
H A Dappending.d198 int copied; variable
203 copied++; in this()
212 assert(copied >= arr2.length);
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/
H A DCMakeLists.txt13 # To work around this the tests and the configuration file are copied into the
14 # build directory just before running them. The tests are not copied over at
/netbsd-src/sys/dev/dm/doc/
H A Dproposal-dm.txt71 /* copied blocks bitmaps administration etc*/
75 /* list of parts that still need copied etc.; run length encoded? */
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu.c1395 int tocpy, copied, thiscpy; in dmu_write_pages() local
1413 for (copied = 0; copied < tocpy; copied += PAGESIZE) { in dmu_write_pages()
1415 thiscpy = MIN(PAGESIZE, tocpy - copied); in dmu_write_pages()
1453 int tocpy, copied, thiscpy; in dmu_write_pages() local
1471 for (copied = 0; copied < tocpy; copied += PAGESIZE) { in dmu_write_pages()
1473 thiscpy = MIN(PAGESIZE, tocpy - copied); in dmu_write_pages()
1510 int tocpy, copied, thiscpy; in dmu_write_pages() local
1528 for (copied = 0; copied < tocpy; copied += PAGESIZE) { in dmu_write_pages()
1530 thiscpy = MIN(PAGESIZE, tocpy - copied); in dmu_write_pages()
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_property.c472 int i, copied; in drm_mode_getproperty_ioctl() local
499 copied = 0; in drm_mode_getproperty_ioctl()
509 if (copy_to_user(&enum_ptr[copied].value, in drm_mode_getproperty_ioctl()
513 if (copy_to_user(&enum_ptr[copied].name, in drm_mode_getproperty_ioctl()
516 copied++; in drm_mode_getproperty_ioctl()
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc6171.txt19 specify that copied information should not be used in providing
79 be attached to request messages to indicate that copied (replicated
87 of copied (i.e., non-authoritative) information in providing the
106 ought to designed to use copied information well.
141 operation MUST NOT be performed on copied information. That is, the
184 copied information might lead to unexpected application behavior.

12345678910>>...44