Searched refs:_MB_ (Results 1 – 1 of 1) sorted by relevance
277 #define _MB_ (*buffer) in UnmarshalInteger() macro287 *((UINT32 *)target) = (UINT32)((((((_MB_[0] << 8) | _MB_[1]) << 8) in UnmarshalInteger()288 | _MB_[2]) << 8) | _MB_[3]); in UnmarshalInteger()295 *((UINT16 *)target) = (UINT16)((_MB_[0] << 8) | _MB_[1]); in UnmarshalInteger()307 *((UINT8*)target) = (UINT8)_MB_[0]; in UnmarshalInteger()325 #undef _MB_ in UnmarshalInteger()