| /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_broadc_clnt_broadcast/ |
| rpc_clnt_broadcast_performance.c | 97 long long diff; local 126 diff = 129 rslt = (double)diff / 1000;
|
| rpc_clnt_broadcast_scalability.c | 97 long long diff; local 126 diff = 129 rslt = (double)diff / 1000;
|
| /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntraw_create/ |
| rpc_clntraw_create_complex.c | 51 long long diff; local 100 diff = 103 resTbl[i] = diff;
|
| /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/ |
| rpc_clnttcp_create_performance.c | 97 long long diff; local 135 diff = 138 rslt = (double)diff / 1000;
|
| /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_create/ |
| rpc_clntudp_create_performance.c | 96 long long diff; local 135 diff = 138 rslt = (double)diff / 1000;
|
| /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_call/ |
| rpc_clnt_call_performance.c | 95 long long diff; local 134 diff = 137 rslt = (double)diff / 1000;
|
| rpc_clnt_call_scalability.c | 69 long long diff; local 108 diff = 111 rslt = (double)diff / 1000;
|
| /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_call/ |
| tirpc_bottomlevel_clnt_call_performance.c | 98 long long diff; local 164 diff = 167 rslt = (double)diff / 1000;
|
| /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_call/ |
| tirpc_expertlevel_clnt_call_performance.c | 98 long long diff; local 164 diff = 167 rslt = (double)diff / 1000;
|
| /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_rmtcall/ |
| tirpc_rpcb_rmtcall_performance.c | 98 long long diff; local 152 diff = 155 rslt = (double)diff / 1000;
|
| /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_call/ |
| tirpc_interlevel_clnt_call_performance.c | 95 long long diff; local 141 diff = 144 rslt = (double)diff / 1000;
|
| /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast/ |
| tirpc_rpc_broadcast_performance.c | 101 long long diff; local 128 diff = 131 rslt = (double)diff / 1000;
|
| tirpc_rpc_broadcast_scalability.c | 104 long long diff; local 169 diff = 172 rslt = (double)diff / 1000;
|
| /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast_exp/ |
| tirpc_rpc_broadcast_exp_performance.c | 101 long long diff; local 129 diff = 132 rslt = (double)diff / 1000;
|
| tirpc_rpc_broadcast_exp_scalability.c | 104 long long diff; local 169 diff = 172 rslt = (double)diff / 1000;
|
| /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call/ |
| tirpc_rpc_call_performance.c | 95 long long diff; local 128 diff = 131 rslt = (double)diff / 1000;
|
| tirpc_rpc_call_scalability.c | 97 long long diff; local 162 diff = 165 rslt = (double)diff / 1000;
|
| /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/ |
| tirpc_toplevel_clnt_call_performance.c | 95 long long diff; local 132 diff = 135 rslt = (double)diff / 1000;
|
| /external/ltp/testcases/open_posix_testsuite/functional/threads/condvar/ |
| pthread_cond_wait_1.c | 48 float diff = t2.tv_sec - t1.tv_sec; local 49 diff += (t2.tv_nsec - t1.tv_nsec) / 1000000000.0; 50 return diff;
|
| pthread_cond_wait_2.c | 48 float diff = t2.tv_sec - t1.tv_sec; local 49 diff += (t2.tv_nsec - t1.tv_nsec) / 1000000000.0; 50 return diff;
|
| /external/ltp/testcases/open_posix_testsuite/functional/threads/schedule/ |
| 1-1.c | 46 float diff = t2.tv_sec - t1.tv_sec; local 47 diff += (t2.tv_nsec - t1.tv_nsec) / 1000000000.0; 48 return diff;
|
| 1-2.c | 46 float diff = t2.tv_sec - t1.tv_sec; local 47 diff += (t2.tv_nsec - t1.tv_nsec) / 1000000000.0; 48 return diff;
|
| /external/ltp/testcases/realtime/func/thread_clock/ |
| tc-2.c | 137 float diff, threadstime = 0; local 159 diff = proctime - threadstime; 160 if (diff < 0) 161 diff = -diff; 164 printf("Delta: %.4f s\n", diff); 169 if (diff > pass_criteria) {
|
| /external/openssh/ |
| monitor_mm.c | 52 ptrdiff_t diff = (char *)a->address - (char *)b->address; local 54 if (diff == 0) 56 else if (diff < 0)
|
| ssh-rsa.c | 82 size_t diff = slen - len; local 83 memmove(sig + diff, sig, len); 84 explicit_bzero(sig, diff); 126 size_t len, diff, modlen, dlen; local 159 diff = modlen - len; 166 memmove(sigblob + diff, sigblob, len); 167 explicit_bzero(sigblob, diff);
|