Searched refs:offsets_t (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ntp/include/ |
H A D | ieee754io.h | 53 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/contrib/ntp/libparse/ |
H A D | ieee754io.c | 46 static unsigned char get_byte (unsigned char *, offsets_t, int *); 48 static void put_byte (unsigned char *, offsets_t, int *, unsigned char); 126 offsets_t offset, in get_byte() 145 offsets_t offsets, in put_byte() 164 offsets_t offsets in fetch_ieee754() 418 offsets_t offsets in put_ieee754() 561 static offsets_t native_off = { 0, 1, 2, 3, 4, 5, 6, 7 }; in main()
|
H A D | data_mbg.c | 55 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 */
|
H A D | clk_trimtsip.c | 98 static offsets_t trim_offsets = { 0, 1, 2, 3, 4, 5, 6, 7 };
|