Searched refs:GetNibble (Results 1 – 1 of 1) sorted by relevance
56 static uint64_t GetNibble(uint64_t in_data, int position) { in GetNibble() function65 out_data |= GetNibble(in_data, in_positions[i]) << (4 * i); in ShuffleNibbles()94 uint64_t n12 = GetNibble(in_data, 4 * (i + 12)); in BigShuffle()95 uint64_t n8 = GetNibble(in_data, 4 * (i + 8)); in BigShuffle()96 uint64_t n4 = GetNibble(in_data, 4 * (i + 4)); in BigShuffle()97 uint64_t n0 = GetNibble(in_data, 4 * (i + 0)); in BigShuffle()