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

/system/core/trusty/libtrusty/tipc-test/
H A Dtipc_test.c342 static int echo_test(uint repeat, uint msgsz, bool var) argument
348 char tx_buf[msgsz];
349 char rx_buf[msgsz];
352 printf("%s: repeat %u: msgsz %u: variable %s\n",
353 __func__, repeat, msgsz, var ? "true" : "false");
364 msg_len = msgsz;
365 if (opt_variable && msgsz) {
366 msg_len = rand() % msgsz;
404 static int burst_write_test(uint repeat, uint msgburst, uint msgsz, bool var) argument
410 char tx_buf[msgsz];
452 _wait_for_msg(int fd, uint msgsz, int timeout) argument
504 select_test(uint repeat, uint msgburst, uint msgsz) argument
698 writev_test(uint repeat, uint msgsz, bool var) argument
780 readv_test(uint repeat, uint msgsz, bool var) argument
[all...]

Completed in 568 milliseconds