Searched refs:native_off (Results 1 – 1 of 1) sorted by relevance
| /freebsd-10-stable/contrib/ntp/libparse/ |
| D | ieee754io.c | 547 static offsets_t native_off = { 0, 1, 2, 3, 4, 5, 6, 7 }; in main() local 562 printf("fetch from %f = %d\n", f, fetch_ieee754((void *)&f_p, IEEE_DOUBLE, &fp, native_off)); in main() 565 put_ieee754((void *)&f_p, IEEE_DOUBLE, &fp, native_off); in main()
|