Searched refs:DIGIT8 (Results 1 – 4 of 4) sorted by relevance
31 constexpr int32_t DIGIT8 = 8; variable45 …return (ptr[ARRAY0] << DIGIT24) | (ptr[ARRAY1] << DIGIT16) | (ptr[ARRAY2] << DIGIT8) | (ptr[ARRAY3… in Convert2Uint32()
31 constexpr int32_t DIGIT8 = 8; variable46 …return (ptr[ARRAY0] << DIGIT24) | (ptr[ARRAY1] << DIGIT16) | (ptr[ARRAY2] << DIGIT8) | (ptr[ARRAY3… in Convert2Uint32()