Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dxdr_float.c79 int64_t *i64p = (int64_t *)dp; in xdr_double() local
86 val = BE_64(*i64p); in xdr_double()
92 *i64p = BE_64(*i64p); in xdr_double()