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

/system/core/trusty/libtrusty/tipc-test/
H A Dtipc_test.c92 static bool opt_variable = false; variable
125 opt_variable = true;
365 if (opt_variable && msgsz) {
723 if (opt_variable && msgsz) {
805 if (opt_variable && msgsz) {
887 rc = burst_write_test(opt_repeat, opt_msgburst, opt_msgsize, opt_variable);
899 rc = echo_test(opt_repeat, opt_msgsize, opt_variable);
907 rc = writev_test(opt_repeat, opt_msgsize, opt_variable);
909 rc = readv_test(opt_repeat, opt_msgsize, opt_variable);

Completed in 101 milliseconds