Home
last modified time | relevance | path

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

/system/core/trusty/libtrusty/tipc-test/
Dtipc_test.c755 char tx1_buf[params->msgsize]; in writev_test() local
757 struct iovec iovs[2] = {{tx0_buf, 0}, {tx1_buf, 0}}; in writev_test()
780 memset(tx1_buf, i + 2, iovs[1].iov_len); in writev_test()
812 if (memcmp(tx1_buf, rx_buf + iovs[0].iov_len, iovs[1].iov_len)) { in writev_test()