Searched defs:offsets (Results 1 – 6 of 6) sorted by relevance
32 uint32_t offsets[4]; variable
57 uint32 offsets[TRX_MAX_OFFSET]; /* Offsets of partitions from start of header */ member59 uint32 offsets[1]; /* Offsets of partitions from start of header */ member
541 int offsets[3] = {0}; in main() local567 int offsets[3] = {0}; in main() local
91 uint32_t offsets[3]; member
313 std::vector<uint32_t> offsets(9, 0); in TEST_P() local
89 Return<void> Context::allocationAdapterOffset(Allocation alloc, const hidl_vec<uint32_t>& offsets) { in allocationAdapterOffset()