HomeSort by relevance Sort by last modified time
    Searched refs:td1 (Results 1 - 7 of 7) sorted by null

  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_display.c 174 struct timeval td1, td2; local
237 gettimeofday(&td1, &tz);
249 ((td2.tv_sec - td1.tv_sec) * 1000000 + (td2.tv_usec - td1.tv_usec)));
251 td1 = td2;
272 static struct timeval td1, td2; local
311 gettimeofday(&td1, &tz);
324 (td2.tv_sec - td1.tv_sec) * 1000000 + td2.tv_usec - td1.tv_usec, result);
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_display.c 173 struct timeval td1, td2; local
236 gettimeofday(&td1, &tz);
248 ((td2.tv_sec - td1.tv_sec) * 1000000 + (td2.tv_usec - td1.tv_usec)));
250 td1 = td2;
271 static struct timeval td1, td2; local
310 gettimeofday(&td1, &tz);
323 (td2.tv_sec - td1.tv_sec) * 1000000 + td2.tv_usec - td1.tv_usec, result);
  /external/clang/test/CodeGen/
builtins-nvptx.c 160 double td1 = __nvvm_fmax_d(d1, d2); local
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
data_builder.c 243 /** Pick the smallest non-negative number. Priority to td1 on equal
246 static int inv_pick_best_time_difference(long td1, long td2)
248 if (td1 >= 0) {
250 if (td1 <= td2) {
251 // td1
258 // td1
266 if (td1 >= td2) {
267 // td1
    [all...]
  /external/clang/test/SemaCXX/
calling-conv-compat.cpp 354 fun_default A::*td1 = &A::method_thiscall; member in class:MemberPointers::A
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
data_builder.c 297 /** Pick the smallest non-negative number. Priority to td1 on equal
300 static int inv_pick_best_time_difference(long td1, long td2)
302 if (td1 >= 0) {
304 if (td1 <= td2) {
305 // td1
312 // td1
320 if (td1 >= td2) {
321 // td1
    [all...]
  /prebuilts/devtools/tools/lib/
traceview.jar 

Completed in 3185 milliseconds