Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/sys/
HDlibkern.h90 static __inline quad_t qabs(quad_t a) { return (a < 0 ? -a : a); } in qabs() function
/freebsd-11-stable/sys/fs/nfsserver/
HDnfs_nfsdport.c164 } else if (qabs(uio->uio_offset - nh->nh_nextoff) <= MAX_REORDERED_RPC * in nfsrv_sequential_heuristic()