Searched defs:ID32_ENCODE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Did32.c48 #define ID32_ENCODE(x) (((x) - (uintptr_t)heap_core_base) | \ macro
52 #define ID32_VALID(x) (ID32_ENCODE(ID32_DECODE(x)) == (x))
57 #define ID32_ENCODE(x) (((x) | ((x) % ID32_MOD)) + 1) macro
59 #define ID32_VALID(x) (ID32_ENCODE(ID32_DECODE(x)) == (x))
85 id = ID32_ENCODE((uintptr_t)hent);

Completed in 45 milliseconds