Searched refs:verify_buf (Results 1 – 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
D | aio-stress.c | 112 char *verify_buf = NULL; variable 365 if (memcmp(io->buf, verify_buf, io->io_oper->reclen)) { in check_finished_io() 371 if (io->buf[i] != verify_buf[i]) { in check_finished_io() 373 io->buf[i], verify_buf[i]); in check_finished_io() 974 verify_buf = aligned_buffer; 975 memset(verify_buf, 'b', reclen);
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtprtx.c | 25 #define verify_buf(buf, is_rtx, expected_ssrc, expted_pt, expected_seqnum) \ macro 43 verify_buf (_buf, is_rtx, expected_ssrc, expted_pt, expected_seqnum); \
|