Searched defs:block_base (Results 1 – 3 of 3) sorted by relevance
43 uint32_t block_base; /* Offset of this frame into the flash SPI. */ member
257 for (uint block_base = startID; block_base < endID; block_base += get_local_size(0)) in sort_morton_codes_scatter_items_func() local
87 static uint32_t _get_blocksize(const uint8_t *block_base) in _get_blocksize()