Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/makefs/msdos/
Dmsdosfs_vnops.c452 int blsize, cpsize; in msdosfs_wfile() local
477 cpsize = MINIMUM((nsize - offs), blsize - on); in msdosfs_wfile()
478 memcpy((char *)bp->b_data + on, dat + offs, cpsize); in msdosfs_wfile()
480 offs += cpsize; in msdosfs_wfile()
/openbsd/src/gnu/llvm/llvm/lib/Target/NVPTX/
DNVPTXIntrinsics.td331 multiclass CP_ASYNC_CA_SHARED_GLOBAL_I<string cpsize, Intrinsic Intrin> {
333 !strconcat("cp.async.ca.shared.global [$dst], [$src], ", cpsize, ";"),
337 !strconcat("cp.async.ca.shared.global [$dst], [$src], ", cpsize, ";"),
351 multiclass CP_ASYNC_CG_SHARED_GLOBAL<string cpsize, Intrinsic Intrin> {
353 !strconcat("cp.async.cg.shared.global [$dst], [$src], ", cpsize, ";"),
357 !strconcat("cp.async.cg.shared.global [$dst], [$src], ", cpsize, ";"),