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

  /external/libvpx/libvpx/test/
vp9_block_error_test.cc 83 int err_count = 0; local
102 err_count += (ref_ret != ret) | (ref_ssz != ssz);
103 if (err_count && !err_count_total) {
106 err_count_total += err_count;
127 int err_count = 0; local
160 err_count += (ref_ret != ret) | (ref_ssz != ssz);
161 if (err_count && !err_count_total) {
164 err_count_total += err_count;
lpf_test.cc 176 int err_count = 0; local
201 err_count += ref_s[j] != s[j];
203 if (err_count && !err_count_total) {
206 err_count_total += err_count;
235 int err_count = 0; local
264 err_count += ref_s[j] != s[j];
266 if (err_count && !err_count_total) {
269 err_count_total += err_count;
285 int err_count = 0; local
327 err_count += ref_s[j] != s[j]
    [all...]
  /system/extras/ksmutils/
ksminfo.c 283 goto err_count;
328 err_count:
  /external/autotest/client/site_tests/firmware_TouchMTB/
validators.py     [all...]
mtb.py 386 for err_string, err_count in slot_errors.items():
387 errors[err_string] += err_count
    [all...]
  /external/e2fsprogs/misc/
mke2fs.c 600 int c, count, err_count; local
623 retval = ext2fs_zero_blocks2(fs, blk, c, &err_blk, &err_count);
628 err_blk, err_count);
    [all...]

Completed in 185 milliseconds