/freebsd-src/contrib/llvm-project/clang/lib/Headers/ |
H A D | avxintrin.h | 784 /// copied. \n 786 /// 0: Bits [63:0] of the source are copied to bits [63:0] of the returned 788 /// 1: Bits [127:64] of the source are copied to bits [63:0] of the 791 /// 0: Bits [63:0] of the source are copied to bits [127:64] of the in _mm_permutevar_pd() 793 /// 1: Bits [127:64] of the source are copied to bits [127:64] of the 795 /// \returns A 128-bit vector of [2 x double] containing the copied values. 813 /// copied. \n 815 /// 0: Bits [63:0] of the source are copied to bits [63:0] of the returned 817 /// 1: Bits [127:64] of the source are copied to bits [63:0] of the 820 /// 0: Bits [63:0] of the source are copied t [all...] |
H A D | smmintrin.h | 91 /// copied to the corresponding bits of the result. 94 /// rounded up to the nearest integer and copied to the corresponding bits 96 /// \returns A 128-bit vector of [4 x float] containing the copied and rounded 116 /// copied to the corresponding bits of the result. 119 /// rounded up to the nearest integer and copied to the corresponding bits 121 /// \returns A 128-bit vector of [2 x double] containing the copied and rounded 175 /// copied to the corresponding bits of the result. 178 /// rounded down to the nearest integer and copied to the corresponding bits 180 /// \returns A 128-bit vector of [4 x float] containing the copied and rounded 200 /// copied t [all...] |
H A D | xmmintrin.h | 55 /// of the lower 32 bits of both operands. The upper 96 bits are copied from 98 /// copied from the upper 96 bits of the first source operand. 140 /// 32 bits of both operands. The upper 96 bits are copied from the upper 96 182 /// lower 32 bits of both operands. The upper 96 bits are copied from the 332 /// minimum value between both operands. The upper 96 bits are copied from 378 /// maximum value between both operands. The upper 96 bits are copied from in _mm_max_ss() 1590 /// higher order elements of the destination vector are copied from the 1602 /// converted value of the second operand. The upper 96 bits are copied from 1613 /// higher order elements of the destination are copied from the in _mm_cvtss_f32() 1625 /// converted value of the second operand. The upper 96 bits are copied fro [all...] |
/freebsd-src/sys/contrib/openzfs/lib/libspl/ |
H A D | strlcpy.c | 42 size_t copied; in strlcpy() local 48 copied = len - 1; in strlcpy() 50 copied = slen; in strlcpy() 51 (void) memcpy(dst, src, copied); in strlcpy() 52 dst[copied] = '\0'; in strlcpy()
|
H A D | strlcat.c | 45 size_t copied; in strlcat() local 53 copied = l1 + l2 >= dstsize ? dstsize - l1 - 1 : l2; in strlcat() 54 (void) memcpy(dst + l1, src, copied); in strlcat() 55 dst[l1+copied] = '\0'; in strlcat()
|
/freebsd-src/share/doc/usd/13.viref/ |
H A D | vi.cmd.roff | 388 commands, in which case any text copied into a buffer is 530 in which case any text copied into a buffer is character oriented. 562 commands, in which case any text copied into a buffer is 601 commands, in which case any text copied into a buffer is 627 commands, in which case any text copied into a buffer is 832 commands, in which case any text copied into a buffer is 1000 commands, in which case any text copied into a buffer is 1040 commands, in which case any text copied into a buffer is 1119 command, any text copied into a buffer is line oriented. 1123 any text copied into a buffer is character oriented, [all …]
|
/freebsd-src/contrib/ncurses/man/ |
H A D | form_field_new.3x | 58 options, and user pointer) are copied. 60 not copied. 96 It may be unwise to count on the set of attributes copied by 98 not very explicit about what gets copied and what does not.
|
/freebsd-src/sys/dev/cxgbe/tom/ |
H A D | t4_ddp.c | 166 long copied; in ddp_complete_one() local 169 * If this job had copied data out of the socket buffer before in ddp_complete_one() 173 copied = job->aio_received; in ddp_complete_one() 174 if (copied != 0 || error == 0) in ddp_complete_one() 175 aio_complete(job, copied, 0); in ddp_complete_one() 469 long copied; in insert_ddp_data() local 506 copied = job->aio_received; in insert_ddp_data() 508 if (placed > job->uaiocb.aio_nbytes - copied) in insert_ddp_data() 509 placed = job->uaiocb.aio_nbytes - copied; in insert_ddp_data() 517 * Update the copied lengt in insert_ddp_data() 649 long copied; handle_ddp_data_aio() local 1024 long copied; do_ddp_tcb_rpl() local 1096 long copied; handle_ddp_close() local 2286 long copied; aio_ddp_cancel_one() local 2327 size_t copied, offset, resid; aio_ddp_requeue() local [all...] |
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/ |
H A D | redacted_contents.ksh | 29 # 5. A copied, then removed file in the clone redacts the whole file. 83 log_must cp "$clone_mnt/f1" "$clone_mnt/f1.copied" 91 [[ -f $recv_mnt/f1.copied ]] && log_fail "Found moved file in redacted receive." 96 log_must cp "$clone_mnt/f1" "$clone_mnt/f1.copied" 97 log_must cp "$clone_mnt/f1.copied" "$clone_mnt/f1" 104 [[ -f $recv_mnt/f1.copied ]] && log_fail "Found moved file in redacted receive."
|
/freebsd-src/sys/ofed/drivers/infiniband/ulp/sdp/ |
H A D | sdp_zcopy.c | 287 int copied = rx_sa->used - rx_sa->reported; in sdp_post_rdma_rd_compl() local 292 mb = sdp_alloc_mb_rdmardcompl(ssk->socket, copied, 0); in sdp_post_rdma_rd_compl() 294 rx_sa->reported += copied; in sdp_post_rdma_rd_compl() 557 int copied; in sdp_rdma_to_iovec() local 599 copied = rx_sa->umem->length; in sdp_rdma_to_iovec() 601 sdp_update_iov_used(sk, iov, copied); in sdp_rdma_to_iovec() 602 rx_sa->used += copied; in sdp_rdma_to_iovec() 603 atomic_add(copied, &ssk->rcv_nxt); in sdp_rdma_to_iovec() 604 *used = copied; in sdp_rdma_to_iovec() 721 int copied = 0; in sdp_sendmsg_zcopy() local [all …]
|
/freebsd-src/crypto/openssl/doc/man3/ |
H A D | CMS_get1_ReceiptRequest.pod | 49 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>.
|
/freebsd-src/share/man/man9/ |
H A D | VOP_COPY_FILE_RANGE.9 | 96 These file offsets should be updated by the number of bytes copied. 100 to be copied. 103 will be updated to the number of bytes actually copied. 104 Normally, this will be the number of bytes requested to be copied,
|
/freebsd-src/lib/libsys/ |
H A D | copy_file_range.2 | 88 the number of bytes copied. 109 the byte range being copied. 111 It is recommended that sparse files be copied in a loop using 128 If it succeeds, the call returns the number of bytes copied, which can be fewer
|
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/xattr/ |
H A D | xattr_004_pos.ksh | 57 log_assert "Files from $NEWFS_DEFAULT_FS with xattrs copied to zfs retain xattr info." 80 # ensure the xattr information has been copied correctly 113 # ensure the xattr information has been copied correctly 123 log_pass "Files from $NEWFS_DEFAULT_FS with xattrs copied to zfs retain xattr info."
|
/freebsd-src/sys/dev/drm2/ |
H A D | drm_crtc.c | 1211 int copied = 0, i; in drm_mode_getresources() 1256 copied = 0; in drm_mode_getresources() 1259 if (put_user(fb->base.id, fb_id + copied)) { in drm_mode_getresources() 1263 copied++; in drm_mode_getresources() 1270 copied = 0; in drm_mode_getresources() 1276 if (put_user(crtc->base.id, crtc_id + copied)) { in drm_mode_getresources() 1280 copied++; in drm_mode_getresources() 1285 crtc_id + copied)) { in drm_mode_getresources() 1289 copied++; in drm_mode_getresources() 1297 copied in drm_mode_getresources() 1223 int copied = 0, i; drm_mode_getresources() local 1467 int copied = 0; drm_mode_getconnector() local 1635 int copied = 0, ret = 0; drm_mode_getplane_res() local 3002 int copied; drm_mode_getproperty_ioctl() local 3295 int copied = 0; drm_mode_obj_get_properties_ioctl() local [all...] |
/freebsd-src/sys/contrib/dev/athk/ath10k/ |
H A D | coredump.h | 106 /* magic number to fill the holes not copied due to sections in regions */ 121 /* Define a section of the region which should be copied. As not all parts 136 * region is copied. If sections is non-null only the areas specified in 137 * sections are copied and rest of the areas are filled with
|
/freebsd-src/contrib/tcp_wrappers/ |
H A D | hosts_access.3 | 36 copied. The expected keys (and corresponding value types) are: 45 contents of the structure are not copied. 52 The contents of the structure are not copied.
|
/freebsd-src/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_value.h | 131 * Value data will still be copied if the value itself is copied to the 157 * When performing copy/retain, the existing structure must be copied 196 * storage location. The data need not be copied if copying the value. 201 * Value represented by weak external reference, which must be copied
|
/freebsd-src/sys/netinet/ |
H A D | accf_http.c | 281 int ccleft, copied; in soishttpconnected() local 289 * copied - how much we've copied so far in soishttpconnected() 294 copied = 0; in soishttpconnected() 307 tocopy = (NCHRS - ccleft) - copied; in soishttpconnected() 311 switch (copied++) { in soishttpconnected()
|
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | clonefile.c | 318 ssize_t copied = cf_copy_file_range(sfd, &soff, dfd, &doff, len, 0); in do_copyfilerange() local 319 if (copied < 0) { in do_copyfilerange() 332 if (copied != len) { in do_copyfilerange() 333 fprintf(stderr, "copy_file_range: copied less than requested: " in do_copyfilerange() 334 "requested=%lu; copied=%lu\n", len, copied); in do_copyfilerange()
|
/freebsd-src/contrib/bearssl/src/symcipher/ |
H A D | aes_pwr8.c | 59 * v1 = constant -8 / +8, copied into four words in key_schedule_128() 62 * v6 = constant 8, copied into four words in key_schedule_128() 63 * v7 = constant 0x11B, copied into four words in key_schedule_128() 168 * v1 = constant -8 / +8, copied into four words in key_schedule_192() 171 * v6 = constant 8, copied into four words in key_schedule_192() 306 * v1 = constant -8 / +8, copied into four words in key_schedule_256() 309 * v7 = constant 8, copied into four words in key_schedule_256()
|
/freebsd-src/crypto/openssl/crypto/x509/ |
H A D | x509_vpm.c | 115 * they are simply copied across. For example SSL_CTX copied to SSL. 123 * Normally any values which are set in the default are not copied from the 126 * If X509_VP_FLAG_DEFAULT is set then anything set in the source is copied 130 * If X509_VP_FLAG_OVERWRITE is set then all value are copied across whether 133 * If X509_VP_FLAG_RESET_FLAGS is set then the flags value is copied instead 136 * If X509_VP_FLAG_LOCKED is set then no values are copied. 142 /* Macro to test if a field should be copied from src to dest */
|
/freebsd-src/lib/libgssapi/ |
H A D | gss_add_oid_set_member.3 | 76 The object identifier to copied into the set. 105 This document and translations of it may be copied and furnished to 107 or assist in its implementation may be prepared, copied, published
|
/freebsd-src/bin/cp/ |
H A D | cp.1 | 73 is copied to the destination 106 the contents of the directory are copied rather than the 108 This option also causes symbolic links to be copied, rather than 196 to be verbose, showing files as they are copied.
|
/freebsd-src/sys/dev/sound/midi/ |
H A D | midiq.h | 61 printf("#1 %p %p bytes copied %jd tran req s %d h %d t %d\n", \ 69 …printf("#2 %p %p bytes copied %jd\n", (head).b, (buf) + (head).s - (head).h, (intmax_t)sizeof(*(h… 82 …printf("#1 %p %p bytes copied %jd tran req s %d h %d t %d\n", &(head).b[(head).t], (buf), (intmax_… 86 …printf("#2 %p %p bytes copied %jd\n", (head).b, (buf) + (head).s - (head).t, (intmax_t)sizeof(*(h…
|