Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ntp/include/
HDieee754io.h53 typedef unsigned char offsets_t[IEEE_OFFSETS]; typedef
55 int fetch_ieee754 (unsigned char **bufp, int size, l_fp *lfpp, offsets_t offsets);
56 int put_ieee754 (unsigned char **bufpp, int size, l_fp *lfpp, offsets_t offsets);
/freebsd-11-stable/contrib/ntp/libparse/
HDieee754io.c46 static unsigned char get_byte (unsigned char *, offsets_t, int *);
48 static void put_byte (unsigned char *, offsets_t, int *, unsigned char);
128 offsets_t offset, in get_byte()
147 offsets_t offsets, in put_byte()
166 offsets_t offsets in fetch_ieee754()
405 offsets_t offsets in put_ieee754()
547 static offsets_t native_off = { 0, 1, 2, 3, 4, 5, 6, 7 }; in main()
HDdata_mbg.c55 static offsets_t mbg_float = { 1, 0, 3, 2, 0, 0, 0, 0 }; /* byte order for meinberg floats */
57 static offsets_t mbg_double = { 1, 0, 3, 2, 5, 4, 7, 6 }; /* byte order for meinberg doubles */
HDclk_trimtsip.c98 static offsets_t trim_offsets = { 0, 1, 2, 3, 4, 5, 6, 7 };