Home
last modified time | relevance | path

Searched refs:test_endian (Results 1 – 3 of 3) sorted by relevance

/external/dbus/test/
Dmarshal.c145 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/
Dpicture_csp.c32 } test_endian = { 0xff000000u }; variable
33 #define ALPHA_IS_LAST (test_endian.bytes[3] == 0xff)
/external/opencv3/3rdparty/libwebp/enc/
Dpicture.c34 } test_endian = { 0xff000000u }; variable
35 #define ALPHA_IS_LAST (test_endian.bytes[3] == 0xff)