Home
last modified time | relevance | path

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

/tests/subsys/llext/src/
A Dexport_dependent_ext.c17 unsigned long half_ptr_bits = sizeof(uintptr_t) * 8 / 2; in test_entry() local
18 unsigned long mask = BIT(half_ptr_bits) - 1; in test_entry()
20 int b = mask & ((uintptr_t)test_entry >> half_ptr_bits); in test_entry()

Completed in 6 milliseconds