/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call/ |
D | tirpc_rpc_call_complex.c | 51 struct RES *resTbl; variable 82 resTbl[atoi(arg)].locRes = vars.a + (vars.b * vars.c); in my_thread_process() 85 (xdrproc_t) xdr_double, (char *)&resTbl[atoi(arg)].svcRes, // xdr_out in my_thread_process() 89 (resTbl[atoi(arg)].svcRes == resTbl[atoi(arg)].locRes) ? 0 : 1; in my_thread_process() 93 atoi(arg), resTbl[atoi(arg)].locRes, in my_thread_process() 94 resTbl[atoi(arg)].svcRes); in my_thread_process() 120 resTbl = malloc(threadNb * sizeof(struct RES)); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_call/ |
D | rpc_clnt_call_complex.c | 78 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/ |
D | tirpc_toplevel_clnt_call_complex.c | 51 struct RES *resTbl; variable 94 resTbl[atoi(arg)].locRes = vars.a + (vars.b * vars.c); in my_thread_process() 97 (xdrproc_t) xdr_double, (char *)&resTbl[atoi(arg)].svcRes, // xdr_out in my_thread_process() 101 (resTbl[atoi(arg)].svcRes == resTbl[atoi(arg)].locRes) ? 0 : 1; in my_thread_process() 105 atoi(arg), resTbl[atoi(arg)].locRes, in my_thread_process() 106 resTbl[atoi(arg)].svcRes); in my_thread_process() 132 resTbl = malloc(threadNb * sizeof(struct RES)); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_call/ |
D | tirpc_interlevel_clnt_call_complex.c | 51 struct RES *resTbl; variable 105 resTbl[atoi(arg)].locRes = vars.a + (vars.b * vars.c); in my_thread_process() 108 (xdrproc_t) xdr_double, (char *)&resTbl[atoi(arg)].svcRes, // xdr_out in my_thread_process() 112 (resTbl[atoi(arg)].svcRes == resTbl[atoi(arg)].locRes) ? 0 : 1; in my_thread_process() 116 atoi(arg), resTbl[atoi(arg)].locRes, in my_thread_process() 117 resTbl[atoi(arg)].svcRes); in my_thread_process() 143 resTbl = malloc(threadNb * sizeof(struct RES)); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_call/ |
D | tirpc_expertlevel_clnt_call_complex.c | 53 struct RES *resTbl; variable 123 resTbl[atoi(arg)].locRes = vars.a + (vars.b * vars.c); in my_thread_process() 126 (xdrproc_t) xdr_double, (char *)&resTbl[atoi(arg)].svcRes, // xdr_out in my_thread_process() 130 (resTbl[atoi(arg)].svcRes == resTbl[atoi(arg)].locRes) ? 0 : 1; in my_thread_process() 134 atoi(arg), resTbl[atoi(arg)].locRes, in my_thread_process() 135 resTbl[atoi(arg)].svcRes); in my_thread_process() 161 resTbl = malloc(threadNb * sizeof(struct RES)); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_rmtcall/ |
D | tirpc_rpcb_rmtcall_complex.c | 53 struct RES *resTbl; variable 114 resTbl[atoi(arg)].locRes = vars.a + (vars.b * vars.c); in my_thread_process() 118 (xdrproc_t) xdr_double, (char *)&resTbl[atoi(arg)].svcRes, in my_thread_process() 122 (resTbl[atoi(arg)].svcRes == resTbl[atoi(arg)].locRes) ? 0 : 1; in my_thread_process() 126 atoi(arg), resTbl[atoi(arg)].locRes, in my_thread_process() 127 resTbl[atoi(arg)].svcRes); in my_thread_process() 153 resTbl = malloc(threadNb * sizeof(struct RES)); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_call/ |
D | tirpc_bottomlevel_clnt_call_complex.c | 52 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/ |
D | rpc_clntraw_create_complex.c | 48 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()
|