Home
last modified time | relevance | path

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

/external/image_io/src/base/
Ddata_segment.cc37 size_t byte0_location = (byte0_ptr - buffer_) + GetBegin(); in Find() local
38 if (byte0_location + str_length <= GetEnd()) { in Find()
41 return byte0_location; in Find()