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