Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libtnf/
H A Dscalar.c36 #define DATUM_NATIVE(x) DATUM_TNF(datum)->file_native
115 if (tnf->file_native) in get_uint64()
124 if (tnf->file_native) in get_uint64()
H A Dlibtnf.h143 int file_native; /* endian flag */ member
180 ((tnf)->file_native ? \
188 ((tnf)->file_native ? \
H A Dreader.c65 tnf->file_native = native; in tnf_reader_begin()