Home
last modified time | relevance | path

Searched refs:pbn (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/pta/tests/
A Dfs_htree.c35 size_t pbn = 0; in test_get_offs_size() local
75 pbn = 1 + ((idx / block_nodes) * block_nodes * 2); in test_get_offs_size()
76 *offs = pbn * TEST_BLOCK_SIZE + in test_get_offs_size()
83 pbn = 2 + bidx + bidx / (block_nodes * 2 - 1); in test_get_offs_size()
84 *offs = pbn * TEST_BLOCK_SIZE; in test_get_offs_size()
/optee_os/core/tee/
A Dtee_ree_fs.c137 size_t pbn; in get_offs_size() local
198 pbn = 1 + ((idx / block_nodes) * block_nodes * 2); in get_offs_size()
199 *offs = pbn * BLOCK_SIZE + in get_offs_size()
206 pbn = 2 + bidx + bidx / (block_nodes * 2 - 1); in get_offs_size()
207 *offs = pbn * BLOCK_SIZE; in get_offs_size()

Completed in 6 milliseconds