Searched refs:MAGIC_MASK (Results 1 – 4 of 4) sorted by relevance
41 #define MAGIC_MASK 0x5069636F /* Pico */ macro44 (sys)->magic = ((picoos_uint32) (uintptr_t) (sys)) ^ MAGIC_MASK47 ((sys)->magic == (((picoos_uint32) (uintptr_t) (sys)) ^ MAGIC_MASK))
508 #define MAGIC_MASK 0x5069436F /* PiCo */ macro511 (eng)->magic = ((picoos_uint32) (uintptr_t) (eng)) ^ MAGIC_MASK514 ((eng)->magic == (((picoos_uint32) (uintptr_t) (eng)) ^ MAGIC_MASK))
75 #define MAGIC_MASK 0x7049634F /* pIcO */ macro78 (res)->magic = ((picoos_uint32) (uintptr_t) (res)) ^ MAGIC_MASK81 ((res)->magic == (((picoos_uint32) (uintptr_t) (res)) ^ MAGIC_MASK))
1857 enum { MAGIC_MASK = 0xFFFF0000, TYPE_MASK = 0x00000FFF, DEPTH_MASK = 7 }; enumerator2282 enum { MAGIC_MASK = 0xFFFF0000, TYPE_MASK = 0x00000FFF, DEPTH_MASK = 7 }; enumerator