Home
last modified time | relevance | path

Searched refs:resTbl (Results 1 – 8 of 8) sorted by relevance

/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call/
Dtirpc_rpc_call_complex.c50 struct RES *resTbl; variable
81 resTbl[atoi(arg)].locRes = vars.a + (vars.b * vars.c); in my_thread_process()
84 (xdrproc_t) xdr_double, (char *)&resTbl[atoi(arg)].svcRes, // xdr_out in my_thread_process()
88 (resTbl[atoi(arg)].svcRes == resTbl[atoi(arg)].locRes) ? 0 : 1; in my_thread_process()
92 atoi(arg), resTbl[atoi(arg)].locRes, in my_thread_process()
93 resTbl[atoi(arg)].svcRes); in my_thread_process()
119 resTbl = malloc(threadNb * sizeof(struct RES)); in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_call/
Drpc_clnt_call_complex.c78 struct RES resTbl[MAXCALC]; in main() local
105 resTbl[i].locRes = vars.a + (vars.b * vars.c); in main()
110 (char *)&resTbl[i].svcRes, to); in main()
112 if (resTbl[i].locRes != resTbl[i].svcRes) { in main()
121 resTbl[i].locRes); in main()
123 resTbl[i].svcRes); in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/
Dtirpc_toplevel_clnt_call_complex.c50 struct RES *resTbl; variable
93 resTbl[atoi(arg)].locRes = vars.a + (vars.b * vars.c); in my_thread_process()
96 (xdrproc_t) xdr_double, (char *)&resTbl[atoi(arg)].svcRes, // xdr_out in my_thread_process()
100 (resTbl[atoi(arg)].svcRes == resTbl[atoi(arg)].locRes) ? 0 : 1; in my_thread_process()
104 atoi(arg), resTbl[atoi(arg)].locRes, in my_thread_process()
105 resTbl[atoi(arg)].svcRes); in my_thread_process()
131 resTbl = malloc(threadNb * sizeof(struct RES)); in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_call/
Dtirpc_interlevel_clnt_call_complex.c50 struct RES *resTbl; variable
104 resTbl[atoi(arg)].locRes = vars.a + (vars.b * vars.c); in my_thread_process()
107 (xdrproc_t) xdr_double, (char *)&resTbl[atoi(arg)].svcRes, // xdr_out in my_thread_process()
111 (resTbl[atoi(arg)].svcRes == resTbl[atoi(arg)].locRes) ? 0 : 1; in my_thread_process()
115 atoi(arg), resTbl[atoi(arg)].locRes, in my_thread_process()
116 resTbl[atoi(arg)].svcRes); in my_thread_process()
142 resTbl = malloc(threadNb * sizeof(struct RES)); in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_rmtcall/
Dtirpc_rpcb_rmtcall_complex.c52 struct RES *resTbl; variable
113 resTbl[atoi(arg)].locRes = vars.a + (vars.b * vars.c); in my_thread_process()
117 (xdrproc_t) xdr_double, (char *)&resTbl[atoi(arg)].svcRes, in my_thread_process()
121 (resTbl[atoi(arg)].svcRes == resTbl[atoi(arg)].locRes) ? 0 : 1; in my_thread_process()
125 atoi(arg), resTbl[atoi(arg)].locRes, in my_thread_process()
126 resTbl[atoi(arg)].svcRes); in my_thread_process()
152 resTbl = malloc(threadNb * sizeof(struct RES)); in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_call/
Dtirpc_bottomlevel_clnt_call_complex.c52 struct RES *resTbl; variable
122 resTbl[atoi(arg)].locRes = vars.a + (vars.b * vars.c); in my_thread_process()
125 (xdrproc_t) xdr_double, (char *)&resTbl[atoi(arg)].svcRes, // xdr_out in my_thread_process()
129 (resTbl[atoi(arg)].svcRes == resTbl[atoi(arg)].locRes) ? 0 : 1; in my_thread_process()
133 atoi(arg), resTbl[atoi(arg)].locRes, in my_thread_process()
134 resTbl[atoi(arg)].svcRes); in my_thread_process()
160 resTbl = malloc(threadNb * sizeof(struct RES)); in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_call/
Dtirpc_expertlevel_clnt_call_complex.c52 struct RES *resTbl; variable
122 resTbl[atoi(arg)].locRes = vars.a + (vars.b * vars.c); in my_thread_process()
125 (xdrproc_t) xdr_double, (char *)&resTbl[atoi(arg)].svcRes, // xdr_out in my_thread_process()
129 (resTbl[atoi(arg)].svcRes == resTbl[atoi(arg)].locRes) ? 0 : 1; in my_thread_process()
133 atoi(arg), resTbl[atoi(arg)].locRes, in my_thread_process()
134 resTbl[atoi(arg)].svcRes); in my_thread_process()
160 resTbl = malloc(threadNb * sizeof(struct RES)); in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntraw_create/
Drpc_clntraw_create_complex.c48 long long resTbl[MAXITER]; in main() local
62 resTbl[i] = -1; in main()
103 resTbl[i] = diff; in main()
109 if (resTbl[i] == -1) { in main()
113 sum += resTbl[i]; in main()
115 fprintf(stderr, "%lld\n", resTbl[i]); in main()