HomeSort by: relevance | last modified time | path
    Searched refs:assert_array_eq (Results 1 - 4 of 4) sorted by relevancy

  /src/external/public-domain/xz/dist/tests/
test_vli.c 86 assert_array_eq(out, expected, expected_len);
111 assert_array_eq(out, expected, expected_len);
136 assert_array_eq(out, zeros, LZMA_VLI_BYTES_MAX);
142 assert_array_eq(out, zeros, LZMA_VLI_BYTES_MAX);
149 assert_array_eq(out, zeros, LZMA_VLI_BYTES_MAX);
test_microlzma.c 349 assert_array_eq(goodbye_world, output, sizeof(goodbye_world));
368 assert_array_eq(goodbye_world, output, sizeof(goodbye_world));
399 assert_array_eq(goodbye_world, output, sizeof(goodbye_world));
425 assert_array_eq(goodbye_world, output, sizeof(goodbye_world));
test_stream_flags.c 45 assert_array_eq(header, xz_header_magic, magic_size);
54 assert_array_eq(encoded_stream_flags, expected_stream_flags,
142 assert_array_eq(expected_footer_magic, xz_footer_magic,
tuktest.h 1041 #define assert_array_eq(test_array, correct_array, array_size) \ macro
1045 assert_fail("assert_array_eq: " \

Completed in 56 milliseconds