Home
last modified time | relevance | path

Searched refs:check_and_report (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/tests/checkasm/
H A Dvf_blend.c100 #define check_and_report(name, val, depth) \ in checkasm_check_blend() macro
106 check_and_report(addition, BLEND_ADDITION, 1) in checkasm_check_blend()
107 check_and_report(grainmerge, BLEND_GRAINMERGE, 1) in checkasm_check_blend()
108 check_and_report(and, BLEND_AND, 1) in checkasm_check_blend()
109 check_and_report(average, BLEND_AVERAGE, 1) in checkasm_check_blend()
110 check_and_report(darken, BLEND_DARKEN, 1) in checkasm_check_blend()
111 check_and_report(grainextract, BLEND_GRAINEXTRACT, 1) in checkasm_check_blend()
112 check_and_report(hardmix, BLEND_HARDMIX, 1) in checkasm_check_blend()
113 check_and_report(lighten, BLEND_LIGHTEN, 1) in checkasm_check_blend()
114 check_and_report(multipl in checkasm_check_blend()
[all...]
/third_party/ltp/testcases/kernel/syscalls/ftruncate/
H A Dftruncate01.c31 static void check_and_report(off_t offset, char data, off_t trunc_len) in check_and_report() function
72 check_and_report(0, 'a', TRUNC_LEN1); in verify_ftruncate()
81 check_and_report(TRUNC_LEN1, 0, TRUNC_LEN2); in verify_ftruncate()
/third_party/musl/libc-test/src/functional/
H A Dtest-iterate.c187 ret = check_and_report("Testing iterate main thread", test_iterate_main_thread); in main()
189 ret = -(ret || check_and_report("Testing iterate another thread", test_iterate_another_thread)); in main()
191 ret = -(ret || check_and_report("Testing iterate over abandoned allocations", test_iterate_over_abandoned_allocs)); in main()
H A Dtest-mallopt.c26 return check_and_report("Testing mallopt stub", test_mallopt); in main()
H A Dtest-malloc-backtrace.c26 return check_and_report("Testing malloc_backtrace stub", test_backtrace); in main()
H A Dtest-malloc-api-common.h21 int check_and_report(const char *message, int (*check_func)(void)) in check_and_report() function
H A Dtest-malloc-disable.c69 ret = check_and_report("Testing malloc while disabled", test_malloc_while_disabled); in main()

Completed in 2 milliseconds