Home
last modified time | relevance | path

Searched defs:diff (Results 1 – 7 of 7) sorted by relevance

/system/core/liblog/tests/
Dbenchmark_main.cpp186 int64_t diff = NanoTime() - gBenchmarkStartTimeNs; in StopBenchmarkTiming() local
202 int64_t diff = NanoTime - gBenchmarkStartTimeNs; in StopBenchmarkTiming() local
/system/extras/tests/suspend_stress/
Dsuspend_stress.cpp162 long long diff = timediff_ns(&actual_time, &expected_time); in main() local
/system/core/toolbox/upstream-netbsd/usr.bin/grep/
Dfile.c145 ptrdiff_t diff; in grep_fgetln() local
/system/core/libpixelflinger/codeflinger/
Dblending.cpp444 integer_t diff(fragment.flags & CORRUPTIBLE ? in build_blendFOneMinusF() local
462 integer_t diff(fb.flags & CORRUPTIBLE ? in build_blendOneMinusFF() local
/system/media/audio_utils/tests/
Dprimitives_tests.cpp49 int diff = abs(ival - ival2); in testClamp16() local
69 int diff = abs(ival - ival2); in testClamp24() local
/system/core/liblog/
Dlog_read_kern.c462 int diff; in android_logger_list_flush() local
607 int diff; in android_logger_list_read() local
/system/core/logd/
DLogStatistics.cpp458 void LogStatistics::recordDiff(log_time diff, unsigned short bucket) { in recordDiff()