Lines Matching defs:Endian
20 TEST(Endian, ByteSwap_32) {
25 TEST(Endian, ByteSwap_64) {
32 TEST(Endian, getSwappedBytes_UnsignedRoundTrip) {
56 TEST(Endian, getSwappedBytes_SignedRoundTrip) {
94 TEST(Endian, getSwappedBytes_uint8_t) {
98 TEST(Endian, getSwappedBytes_uint16_t) {
102 TEST(Endian, getSwappedBytes_uint32_t) {
106 TEST(Endian, getSwappedBytes_uint64_t) {
111 TEST(Endian, getSwappedBytes_int8_t) {
115 TEST(Endian, getSwappedBytes_int16_t) {
119 TEST(Endian, getSwappedBytes_int32_t) {
123 TEST(Endian, getSwappedBytes_int64_t) {
128 TEST(Endian, swapByteOrder_uint8_t) {
134 TEST(Endian, swapByteOrder_uint16_t) {
140 TEST(Endian, swapByteOrder_uint32_t) {
146 TEST(Endian, swapByteOrder_uint64_t) {
152 TEST(Endian, swapByteOrder_int8_t) {
158 TEST(Endian, swapByteOrder_int16_t) {
164 TEST(Endian, swapByteOrder_int32_t) {
170 TEST(Endian, swapByteOrder_int64_t) {