Searched refs:msgsz (Results 1 – 1 of 1) sorted by relevance
/system/core/trusty/libtrusty/tipc-test/ |
D | tipc_test.c | 355 static int echo_test(uint repeat, uint msgsz, bool var) in echo_test() argument 361 char tx_buf[msgsz]; in echo_test() 362 char rx_buf[msgsz]; in echo_test() 365 printf("%s: repeat %u: msgsz %u: variable %s\n", __func__, repeat, msgsz, in echo_test() 376 msg_len = msgsz; in echo_test() 377 if (opt_variable && msgsz) { in echo_test() 378 msg_len = rand() % msgsz; in echo_test() 415 static int burst_write_test(uint repeat, uint msgburst, uint msgsz, bool var) in burst_write_test() argument 421 char tx_buf[msgsz]; in burst_write_test() 425 msgsz, var ? "true" : "false"); in burst_write_test() [all …]
|