Searched defs:GET_MARKER (Results 1 – 1 of 1) sorted by relevance
814 #define GET_MARKER(ptr) ( (((uint32_t) (ptr) [0]) << 24) | ((ptr) [1] << 16) | \ macro818 #define GET_MARKER(ptr) ( ((ptr) [0]) | ((ptr) [1] << 8) | \ macro