Home
last modified time | relevance | path

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

/system/ulib/inspect/test/
A Dscanner_tests.cpp14 using inspect::internal::ScanBlocks;
24 ScanBlocks(buf, 1024, [&count](BlockIndex index, const Block* block) { count++; })); in ReadEmpty()
38 ScanBlocks(buf, 1020, [&count](BlockIndex index, const Block* block) { count++; })); in ReadMisaligned()
53 ScanBlocks(buf, inspect::kMinOrderSize, [&](BlockIndex index, const Block* block) { in ReadSingle()
73 ScanBlocks(buf, inspect::kMinOrderSize, in ReadOutOfBounds()
A Dheap_tests.cpp17 using inspect::internal::ScanBlocks;
39 ScanBlocks(heap.data(), heap.size(), [&ret](BlockIndex index, const Block* block) { in dump()
/system/ulib/inspect/include/lib/inspect/
A Dscanner.h19 zx_status_t ScanBlocks(const uint8_t* buffer, size_t size,
/system/ulib/inspect/
A Dscanner.cpp11 zx_status_t ScanBlocks(const uint8_t* buffer, size_t size, in ScanBlocks() function

Completed in 6 milliseconds