Home
last modified time | relevance | path

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

/dports/dns/knot3/knot-3.1.5/tests/libknot/
H A Dtest_endian.c31 } trafo16_t; in main() typedef
34 const trafo16_t be16 = { .array = { 0x01, 0x02 } }; in main()
35 const trafo16_t le16 = { .array = { 0x02, 0x01 } }; in main()
/dports/dns/knot3-lib/knot-3.1.5/tests/libknot/
H A Dtest_endian.c31 } trafo16_t; in main() typedef
34 const trafo16_t be16 = { .array = { 0x01, 0x02 } }; in main()
35 const trafo16_t le16 = { .array = { 0x02, 0x01 } }; in main()