Home
last modified time | relevance | path

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

/optee_os/core/pta/tests/
A Dfs_htree.c33 const size_t node_size = sizeof(struct tee_fs_htree_node_image); in test_get_offs_size() local
34 const size_t block_nodes = TEST_BLOCK_SIZE / (node_size * 2); in test_get_offs_size()
77 2 * node_size * (idx % block_nodes) + in test_get_offs_size()
78 node_size * vers; in test_get_offs_size()
79 *size = node_size; in test_get_offs_size()
/optee_os/core/tee/
A Dtee_ree_fs.c135 const size_t node_size = sizeof(struct tee_fs_htree_node_image); in get_offs_size() local
136 const size_t block_nodes = BLOCK_SIZE / (node_size * 2); in get_offs_size()
200 2 * node_size * (idx % block_nodes) + in get_offs_size()
201 node_size * vers; in get_offs_size()
202 *size = node_size; in get_offs_size()

Completed in 5 milliseconds