Home
last modified time | relevance | path

Searched refs:cpsize (Results 1 – 3 of 3) sorted by relevance

/src/usr.sbin/makefs/msdos/
H A Dmsdosfs_vnops.c478 int blsize, cpsize; in msdosfs_wfile() local
495 cpsize = MIN((nsize - offs), blsize - on); in msdosfs_wfile()
496 memcpy(bp->b_data + on, dat + offs, cpsize); in msdosfs_wfile()
498 offs += cpsize; in msdosfs_wfile()
/src/sys/netinet/
H A Dsctp_output.c3453 sctp_find_cmsg(int c_type, void *data, struct mbuf *control, size_t cpsize) in sctp_find_cmsg() argument
3492 if (cpsize > INT_MAX) { in sctp_find_cmsg()
3495 if (cmsg_data_len < (int)cpsize) { in sctp_find_cmsg()
3499 m_copydata(control, cmsg_data_off, (int)cpsize, (caddr_t)data); in sctp_find_cmsg()
3506 if (cpsize < sizeof(struct sctp_sndrcvinfo)) { in sctp_find_cmsg()
/src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXIntrinsics.td362 multiclass CP_ASYNC_SHARED_GLOBAL_I<string cc, string cpsize, Intrinsic Intrin, Intrinsic IntrinS> {
364 !strconcat("cp.async.", cc, ".shared.global [$dst], [$src], ", cpsize, ";"),
368 !strconcat("cp.async.", cc, ".shared.global [$dst], [$src], ", cpsize, ";"),
373 !strconcat("cp.async.", cc, ".shared.global [$dst], [$src], ", cpsize, ", $src_size;"),
377 !strconcat("cp.async.", cc, ".shared.global [$dst], [$src], ", cpsize, ", $src_size;"),
381 !strconcat("cp.async.", cc, ".shared.global [$dst], [$src], ", cpsize, ", $src_size;"),
385 !strconcat("cp.async.", cc, ".shared.global [$dst], [$src], ", cpsize, ", $src_size;"),