Searched refs:msgsz (Results 1 – 1 of 1) sorted by relevance
/system/core/trusty/libtrusty/tipc-test/ |
D | tipc_test.c | 347 static int echo_test(uint repeat, uint msgsz, bool var) in echo_test() argument 353 char tx_buf[msgsz]; in echo_test() 354 char rx_buf[msgsz]; in echo_test() 358 __func__, repeat, msgsz, var ? "true" : "false"); in echo_test() 369 msg_len = msgsz; in echo_test() 370 if (opt_variable && msgsz) { in echo_test() 371 msg_len = rand() % msgsz; in echo_test() 409 static int burst_write_test(uint repeat, uint msgburst, uint msgsz, bool var) in burst_write_test() argument 415 char tx_buf[msgsz]; in burst_write_test() 419 __func__, repeat, msgburst, msgsz, in burst_write_test() [all …]
|