Searched refs:cpsize (Results 1 – 3 of 3) sorted by relevance
| /freebsd/usr.sbin/makefs/msdos/ |
| H A D | msdosfs_vnops.c | 478 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()
|
| /freebsd/sys/netinet/ |
| H A D | sctp_output.c | 3453 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()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXIntrinsics.td | 418 multiclass CP_ASYNC_SHARED_GLOBAL_I<string cc, string cpsize, Intrinsic Intrin, Intrinsic IntrinS> { 420 "cp.async." # cc # ".shared.global" # " [$dst], [$src], " # cpsize # ";", 426 "cp.async." # cc # ".shared.global" # " [$dst], [$src], " # cpsize # ", $src_size;", 430 "cp.async." # cc # ".shared.global" # " [$dst], [$src], " # cpsize # ", $src_size;",
|