HomeSort by relevance Sort by last modified time
    Searched defs:dest_size (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/msan/
msan_interceptors.cc 211 SIZE_T dest_size = REAL(strlen)(dest); local
213 __msan_copy_poison(dest + dest_size, src, src_size + 1);
219 SIZE_T dest_size = REAL(strlen)(dest); local
224 __msan_copy_poison(dest + dest_size, src, copy_size);
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 5083 const unsigned long dest_size = dest_end - dest; local
    [all...]

Completed in 58 milliseconds