Searched defs:tx1_buf (Results 1 - 1 of 1) sorted by relevance

/system/core/trusty/libtrusty/tipc-test/
H A Dtipc_test.c705 char tx1_buf[msgsz]; local
707 struct iovec iovs[2]= {{tx0_buf, 0}, {tx1_buf, 0}};
731 memset(tx1_buf, i + 2, iovs[1].iov_len);
765 if (memcmp(tx1_buf, rx_buf + iovs[0].iov_len, iovs[1].iov_len)) {

Completed in 27 milliseconds