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