Home
last modified time | relevance | path

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

/components/dfs/dfs_v1/filesystems/nfs/rpc/
A Dxdr.c226 bool_t xdr_u_longlong_t (XDR * xdrs, uint64_t* ullp) in xdr_u_longlong_t() argument
233 t1 = (uint32_t) ((*ullp) >> 32); in xdr_u_longlong_t()
234 t2 = (uint32_t) (*ullp); in xdr_u_longlong_t()
242 *ullp = ((uint64_t) t1) << 32; in xdr_u_longlong_t()
243 *ullp |= t2; in xdr_u_longlong_t()

Completed in 3 milliseconds