|   /external/ltp/testcases/kernel/controllers/io-throttle/ | 
| iobw.c  | 72 static void print_results(int id, iops_t op, size_t bytes, struct timeval *diff) 75 		mygroup, id, diff->tv_sec, diff->tv_usec / 1000, 76 		(bytes / (diff->tv_sec * 1000000L + diff->tv_usec)) 82 	struct timeval start, stop, diff;  local  124 	timersub(&stop, &start, &diff); 125 	print_results(id + 1, OP_WRITE, data_size, &diff); 142 	timersub(&stop, &start, &diff); 143 	print_results(id + 1, OP_READ, data_size, &diff); 213  struct timeval start, stop, diff;  local      [all...] | 
|   /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_call/ | 
| tirpc_bottomlevel_clnt_call_scalability.c  | 145 	long long diff;  local  210 		diff = 213 		rslt = (double)diff / 1000;
  | 
|   /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_call/ | 
| tirpc_expertlevel_clnt_call_scalability.c  | 140 	long long diff;  local  205 		diff = 208 		rslt = (double)diff / 1000;
  | 
|   /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_rmtcall/ | 
| tirpc_rpcb_rmtcall_scalability.c  | 130 	long long diff;  local  195 		diff = 198 		rslt = (double)diff / 1000;
  | 
|   /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_call/ | 
| tirpc_interlevel_clnt_call_scalability.c  | 122 	long long diff;  local  187 		diff = 190 		rslt = (double)diff / 1000;
  | 
|   /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/ | 
| tirpc_toplevel_clnt_call_scalability.c  | 112 	long long diff;  local  177 		diff = 180 		rslt = (double)diff / 1000;
  | 
|   /external/ltp/utils/ffsb-6.0-rc2/ | 
| fh.c  | 53 	struct timeval diff;  local  59 	timersub(end, start, &diff); 61 	value = 1000000 * diff.tv_sec + diff.tv_usec;
  | 
|   /external/netperf/src/ | 
| netcpu_perfstat.c  | 303       diff;  local  306       diff = lib_end_count[i] - lib_start_count[i]; 309       diff = lib_end_count[i] - lib_start_count[i] + LONG_LONG_MAX; 311     actual_rate = (float) diff / lib_elapsed;
  | 
| netcpu_pstat.c  | 257       diff;  local  260       diff = lib_end_count[i] - lib_start_count[i]; 263       diff = lib_end_count[i] - lib_start_count[i] + LONG_LONG_MAX; 265     actual_rate = (float) diff / lib_elapsed;
  | 
|   /external/pdfium/core/fpdfapi/edit/ | 
| cpdf_pagecontentgenerator.cpp  | 153     CFX_PointF diff = pPoints[2].m_Point - pPoints[0].m_Point;  local  154     *buf << pPoints[0].m_Point.x << " " << pPoints[0].m_Point.y << " " << diff.x 155          << " " << diff.y << " re";
  | 
|   /external/skia/src/core/ | 
| SkColorLookUpTable.cpp  | 153     const float diff = x - index[inputDimension];  local  161     return (1 - diff) * lo + diff * hi;
  | 
|   /external/swiftshader/third_party/LLVM/lib/MC/ | 
| MCWin64EH.cpp  | 56   const MCExpr *diff = MCBinaryExpr::CreateSub(MCSymbolRefExpr::Create(  local  61   streamer.EmitAbsValue(diff, 1);
  | 
|   /external/swiftshader/third_party/LLVM/lib/Target/X86/ | 
| X86JITInfo.cpp  | 395     intptr_t diff = NewVal-RetAddr+7;  local  396     if (diff >= -2147483648LL && diff <= 2147483647LL) { 398       *(intptr_t *)(RetAddr-0xb) = diff & 0xffffffff;
  | 
|   /external/volley/src/test/java/com/android/volley/toolbox/ | 
| HttpHeaderParserTest.java  | 218         long diff = Math.abs(expected - value);  local  219         assertTrue(diff < fudgeFactor);
  | 
|   /external/webrtc/talk/media/base/ | 
| videocommon.cc  | 92     int diff = target_num_pixels - test_num_pixels;  local  93     if (diff >= 0 && diff < best_distance) { 94       best_distance = diff;
  | 
|   /external/webrtc/webrtc/common_audio/signal_processing/ | 
| resample_by_2_mips.c  | 151   int32_t tmp1, tmp2, diff;  local  157     diff = in32 - state1; 158     tmp1 = MUL_ACCUM_1(kResampleAllpass2[0], diff, state0); 160     diff = tmp1 - state2; 161     tmp2 = MUL_ACCUM_2(kResampleAllpass2[1], diff, state1); 163     diff = tmp2 - state3; 164     state3 = MUL_ACCUM_2(kResampleAllpass2[2], diff, state2); 169     diff = in32 - state5; 170     tmp1 = MUL_ACCUM_1(kResampleAllpass1[0], diff, state4); 172     diff = tmp1 - state6     [all...] | 
|   /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ | 
| encode.c  | 52   size_t diff, start_pos;  local  92   diff = iLBCenc_inst->diff; 165     diff = STATE_LEN - iLBCenc_inst->state_short_len; 168     index += diff; 176       start_pos = (iLBCbits_inst->startIdx-1)*SUBL + diff; 204                              mem+CB_MEML-ST_MEM_L_TBL, ST_MEM_L_TBL, diff, 212                                 diff 220       WebRtcSpl_MemCpyReversedOrder(&reverseResidual[diff-1], 221                                     &residual[(iLBCbits_inst->startIdx+1)*SUBL-STATE_LEN], diff);     [all...] | 
|   /external/webrtc/webrtc/modules/rtp_rtcp/source/ | 
| rtp_packet_history.cc  | 288     size_t diff = (stored_packets_[i].length > size)  local  291     if (diff < min_diff) { 292       min_diff = diff;
  | 
|   /external/webrtc/webrtc/modules/video_coding/ | 
| decoding_state.cc  | 278   uint16_t diff =  local  282   return diff > kFrameDecodedLength / 2;
  | 
|   /external/wpa_supplicant_8/src/ap/ | 
| accounting.c  | 268 	struct os_reltime now_r, diff;  local  283 	os_reltime_sub(&now_r, &sta->acct_session_start, &diff); 285 				       diff.sec)) {
  | 
|   /frameworks/av/media/libeffects/testlibs/ | 
| AudioBiquadFilter.cpp  | 125             audio_coef_t diff = coefs[i] - mCoefs[i];  local  126             if (diff > maxDelta) { 128             } else if (diff < -maxDelta) {
  | 
|   /frameworks/av/media/libmedia/include/media/ | 
| LinearMap.h  | 157     // The value should be monotonic increasing (e.g. diff >= 0); 239     // returns false if the diff is out of int32_t bounds or negative. 241     static inline bool checkedDiff(int32_t *diff, T x2, T x1, const char *coord) { 244             *diff = (int32_t)diff64;  // intentionally lose precision 246                 ALOGW("LinearMap: %s overflow diff(%lld) from %llu - %llu exceeds INT32_MAX", 251                 ALOGW("LinearMap: %s negative diff(%lld) from %llu - %llu", 260         *diff = x2 - x1; 261         if (*diff < 0) { 262             ALOGW("LinearMap: %s negative diff(%d) from %u - %u", 263                     coord, *diff, (unsigned)x2, (unsigned)x1) 310  int32_t diff = 0;  local      [all...] | 
|   /frameworks/av/media/libstagefright/codecs/aacenc/src/ | 
| quantize.c  | 349 			  Word32 diff;  local  364 					  diff = saShft - repquat[0]; 365 					  distSingle = (diff * diff) >> g2; 370 						  diff = saShft - repquat[1]; 371 						  distSingle = (diff * diff) >> g2; 376 							  diff = saShft - repquat[2]; 377 							  distSingle = (diff * diff) >> g2 399  Word32 diff;  local      [all...] | 
|   /frameworks/base/core/java/android/app/admin/ | 
| PasswordMetrics.java  | 183         int diff = 0; //difference between two consecutive characters  local  198                 if(hasDiff && currentDiff != diff) { 202                 diff = currentDiff;
  | 
|   /frameworks/base/tools/aapt2/cmd/ | 
| Diff.cpp  | 117   bool diff = false;  local  125       diff = true; 127       diff |= 141       diff = true; 151   bool diff = false;  local  158       diff = true; 177         diff = true; 196         diff = true; 198       diff |= EmitResourceEntryDiff(context, apk_a, pkg_a, type_a, entry_a.get(), apk_b, pkg_b, 210       diff = true 219  bool diff = false;  local  284  bool diff = false;  local      [all...] |