Home
last modified time | relevance | path

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

/frameworks/compile/linkloader/utils/
Dserialize.h61 unsigned char const *buf_begin;
70 : buf_begin(buf), buf_end(buf + size), in buf_begin() function
88 cursor = buf_begin + off;
138 size_t delta = static_cast<size_t>(cursor - buf_begin) % align; in seekAlignment()