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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/gcov-src/
gcov-io.c 96 gcov_var.overread = -1u;
176 gcov_var.overread = -1u;
570 gcov_var.overread += words - gcov_var.length;
gcov-io.h 809 unsigned overread; /* Number of words overread. */ member in struct:gcov_var
    [all...]
  /external/libyuv/files/source/
convert.cc 599 // page. This setting ensures the overread is within the same page.
613 int width, int height, int bpp, int overread) {
623 (src_stride_yuy2 >= 0 && (height & 1) && width * bpp >= overread)) {
632 uintptr_t last_read_adr = last_adr + overread - 1;
    [all...]

Completed in 2937 milliseconds