Home
last modified time | relevance | path

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

/aosp12/hardware/google/camera/common/sensor_listener/tests/
H A Dgoog_gyro_test.cc190 int64_t max_offset = 0; in CheckGyroTimestampOffset() local
201 if (llabs(offset) > max_offset) { in CheckGyroTimestampOffset()
202 max_offset = llabs(offset); in CheckGyroTimestampOffset()
207 EXPECT_LE(max_offset, 0) << "max timestamp drift " << max_offset << "ns\n"; in CheckGyroTimestampOffset()
/aosp12/system/media/radio/src/
H A Dradio_metadata.c156 uint32_t max_offset; in get_entry_at_index() local
170 max_offset = metadata->size_int - metadata->count - 1 - min_entry_size_int; in get_entry_at_index()
171 if (data_offset > max_offset) { in get_entry_at_index()
/aosp12/art/tools/runtime_memusage/
H A Dsymbol_trace_info.py62 max_offset = min(offsets[1], dex_size_list[dex_file_ind])
64 if (dex_offset >= offsets[0] and dex_offset < max_offset and
/aosp12/art/dexlayout/
H A Ddex_writer.cc552 size_t max_offset = offset + stream->WriteUleb128(code_item->Handlers()->size()); in WriteCodeItemPostInstructionData() local
565 max_offset = std::max(max_offset, stream->Tell()); in WriteCodeItemPostInstructionData()
567 stream->Seek(max_offset); in WriteCodeItemPostInstructionData()
/aosp12/system/unwinding/libunwindstack/
H A DElfInterface.cpp386 uint64_t max_offset = offset + dynamic_vaddr_end_ - dynamic_vaddr_start_; in GetSoname() local
387 for (uint64_t offset = dynamic_offset_; offset < max_offset; offset += sizeof(DynType)) { in GetSoname()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dbtrfs.h278 __u64 max_offset; member