Home
last modified time | relevance | path

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

/optee_os/core/pta/tests/
A Dfs_htree.c21 #define TEST_BLOCK_SIZE 144 macro
34 const size_t block_nodes = TEST_BLOCK_SIZE / (node_size * 2); in test_get_offs_size()
38 COMPILE_TIME_ASSERT(TEST_BLOCK_SIZE > in test_get_offs_size()
40 COMPILE_TIME_ASSERT(TEST_BLOCK_SIZE > in test_get_offs_size()
76 *offs = pbn * TEST_BLOCK_SIZE + in test_get_offs_size()
84 *offs = pbn * TEST_BLOCK_SIZE; in test_get_offs_size()
85 *size = TEST_BLOCK_SIZE; in test_get_offs_size()
163 .block_size = TEST_BLOCK_SIZE,
189 uint32_t b[TEST_BLOCK_SIZE / sizeof(uint32_t)] = { 0 }; in write_block()
201 uint32_t b[TEST_BLOCK_SIZE / sizeof(uint32_t)] = { 0 }; in read_block()
[all …]

Completed in 4 milliseconds