MCPcopy Create free account
hub / github.com/bytecodealliance/rustix / loff_t

Function loff_t

src/backend/linux_raw/conv.rs:261–263  ·  view source on GitHub ↗
(i: __kernel_loff_t)

Source from the content-addressed store, hash-verified

259#[cfg(target_pointer_width = "64")]
260#[inline]
261pub(super) fn loff_t<'a, Num: ArgNumber>(i: __kernel_loff_t) -> ArgReg<'a, Num> {
262 pass_usize(i as usize)
263}
264
265#[cfg(target_pointer_width = "64")]
266#[inline]

Callers

nothing calls this directly

Calls 1

pass_usizeFunction · 0.85

Tested by

no test coverage detected