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

  /art/runtime/gc/accounting/
read_barrier_table.h 49 uint8_t* entry_start = EntryFromAddr(space->Begin()); local
51 memset(reinterpret_cast<void*>(entry_start), 0, entry_end - entry_start);
58 uint8_t* entry_start = EntryFromAddr(start_addr); local
60 memset(reinterpret_cast<void*>(entry_start), 0, entry_end - entry_start);
  /external/syslinux/com32/lib/libpng/
pngrutil.c 1166 png_bytep entry_start; local
    [all...]
  /external/libpng/
pngrutil.c 1632 png_bytep entry_start, buffer; local
    [all...]
  /external/pdfium/third_party/libpng16/
pngrutil.c 1630 png_bytep entry_start, buffer; local
    [all...]
  /external/skia/third_party/libpng/
pngrutil.c 1630 png_bytep entry_start, buffer; local
    [all...]
  /external/valgrind/coregrind/
m_libcproc.c 172 HChar *entry_start = varp; local
190 match = VG_(string_match)(remove_pattern, entry_start);
195 output = entry_start;
198 entry_start = output+1; /* entry starts after ':' */
209 if (VG_(string_match)(remove_pattern, entry_start)) {
210 output = entry_start;
    [all...]

Completed in 91 milliseconds