HomeSort by relevance Sort by last modified time
    Searched refs:diff (Results 451 - 475 of 3197) sorted by null

<<11121314151617181920>>

  /external/ltp/testcases/commands/mkswap/
mkswap01.sh 104 local diff=$((after-before))
113 if [ $diff -ne $filesize ] && \
114 [ $diff -ne $((filesize-pagesize/1024)) ]; then
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_rmtcall/
rpc_pmap_rmtcall_performance.c 100 long long diff; local
142 diff =
145 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;
  /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_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_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_scalability.c 97 long long diff; local
162 diff =
165 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/tpm2/
MemoryLib.c 78 BOOL diff = FALSE; local
85 diff |= *b1++ ^ *b2++;
86 return !diff;
  /external/valgrind/none/tests/arm/
v8memory_a.c 57 UInt diff = 0xFF & (UInt)(block1[i] - block2[i]); local
58 if (diff == 0)
61 printf("%02x ", diff);
v8memory_t.c 57 UInt diff = 0xFF & (UInt)(block1[i] - block2[i]); local
58 if (diff == 0)
61 printf("%02x ", diff);
  /external/webrtc/webrtc/modules/video_processing/
video_decimator.cc 138 int64_t diff = now - incoming_frame_times_[num - 1]; local
140 if (diff > 0) {
141 incoming_frame_rate_ = nrOfFrames * 1000.0f / static_cast<float>(diff);
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
CountedDataInputStream.java 77 long diff = target - cur; local
78 assert(diff >= 0);
79 skipOrThrow(diff);
  /packages/apps/Camera2/src/com/android/camera/exif/
CountedDataInputStream.java 77 long diff = target - cur; local
78 assert(diff >= 0);
79 skipOrThrow(diff);
  /packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
CountedDataInputStream.java 80 long diff = target - cur; local
81 Assert.checkArgument(diff >= 0);
82 skipOrThrow(diff);
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
CountedDataInputStream.java 77 long diff = target - cur; local
78 assert(diff >= 0);
79 skipOrThrow(diff);

Completed in 584 milliseconds

<<11121314151617181920>>