Home
last modified time | relevance | path

Searched refs:buf_ptr_end (Results 1 – 1 of 1) sorted by relevance

/external/ruy/ruy/profiler/
Dtreeview.cc90 const char* const buf_ptr_end = buf_ptr + samples_buf_.size(); in Populate() local
91 while (buf_ptr < buf_ptr_end) { in Populate()