Home
last modified time | relevance | path

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

/optee_os/core/pta/tests/
H 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/
H A Dtee_ree_fs.c147 size_t pbn; in get_offs_size() local
208 pbn = 1 + ((idx / block_nodes) * block_nodes * 2); in get_offs_size()
209 *offs = pbn * BLOCK_SIZE + in get_offs_size()
216 pbn = 2 + bidx + bidx / (block_nodes * 2 - 1); in get_offs_size()
217 *offs = pbn * BLOCK_SIZE; in get_offs_size()