Searched refs:max_offset (Results 1 - 2 of 2) sorted by relevance

/system/media/radio/src/
H A Dradio_metadata.c153 uint32_t max_offset; local
167 max_offset = metadata->size_int - metadata->count - 1 - min_entry_size_int;
168 if (data_offset > max_offset) {
/system/core/libunwindstack/
H A DElfInterface.cpp406 uint64_t max_offset = offset + dynamic_size_; local
407 for (uint64_t offset = dynamic_offset_; offset < max_offset; offset += sizeof(DynType)) {

Completed in 89 milliseconds