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