Searched refs:MASK_7 (Results 1 – 1 of 1) sorted by relevance
32 #define MASK_7 ((1 << 7) - 1) macro37 #define U32V_1(x) static_cast<byte>((x)&MASK_7)39 static_cast<byte>(((x)&MASK_7) | 0x80), static_cast<byte>(((x) >> 7) & MASK_7)41 static_cast<byte>((((x)) & MASK_7) | 0x80), \42 static_cast<byte>((((x) >> 7) & MASK_7) | 0x80), \43 static_cast<byte>(((x) >> 14) & MASK_7)45 static_cast<byte>(((x)&MASK_7) | 0x80), \46 static_cast<byte>((((x) >> 7) & MASK_7) | 0x80), \47 static_cast<byte>((((x) >> 14) & MASK_7) | 0x80), \48 static_cast<byte>(((x) >> 21) & MASK_7)[all …]