Searched refs:test_endian (Results 1 – 3 of 3) sorted by relevance
/external/dbus/test/ |
D | marshal.c | 145 test_endian (Fixture *f, in test_endian() function 249 g_test_add ("/demarshal/le", Fixture, le_blob, setup, test_endian, teardown); in main() 250 g_test_add ("/demarshal/be", Fixture, be_blob, setup, test_endian, teardown); in main()
|
/external/webp/src/enc/ |
D | picture_csp.c | 32 } test_endian = { 0xff000000u }; variable 33 #define ALPHA_IS_LAST (test_endian.bytes[3] == 0xff)
|
/external/opencv3/3rdparty/libwebp/enc/ |
D | picture.c | 34 } test_endian = { 0xff000000u }; variable 35 #define ALPHA_IS_LAST (test_endian.bytes[3] == 0xff)
|