Searched refs:GetByte (Results 1 – 1 of 1) sorted by relevance
806 #define GetByte(dword, byte_nr) (((dword) >> ((byte_nr) * 8u)) & 0xFFu) macro810 return ((uint8_t)GetByte((*(uint32_t*)((uintptr_t)buffer + (byteNr & ~3u))), (byteNr & 3u))); in GET_BYTE_FROM_BUFFER()