Searched refs:ullp (Results 1 – 1 of 1) sorted by relevance
226 bool_t xdr_u_longlong_t (XDR * xdrs, uint64_t* ullp) in xdr_u_longlong_t() argument233 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 4 milliseconds