Searched defs:offsets (Results 1 – 5 of 5) sorted by relevance
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
32 uint32_t offsets[4]; variable
541 int offsets[3] = {0}; in main() local567 int offsets[3] = {0}; in main() local
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()