Home
last modified time | relevance | path

Searched refs:shuffle_param (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/mm/
H A Dshuffle.c14 static bool shuffle_param; variable
17 return sprintf(buffer, "%c\n", shuffle_param ? 'Y' : 'N'); in shuffle_show()
27 if (shuffle_param) in shuffle_store()
31 module_param_call(shuffle, shuffle_store, shuffle_show, &shuffle_param, 0400);
/dports/multimedia/libv4l/linux-5.13-rc2/mm/
H A Dshuffle.c14 static bool shuffle_param; variable
17 return sprintf(buffer, "%c\n", shuffle_param ? 'Y' : 'N'); in shuffle_show()
27 if (shuffle_param) in shuffle_store()
31 module_param_call(shuffle, shuffle_store, shuffle_show, &shuffle_param, 0400);
/dports/multimedia/v4l-utils/linux-5.13-rc2/mm/
H A Dshuffle.c14 static bool shuffle_param; variable
17 return sprintf(buffer, "%c\n", shuffle_param ? 'Y' : 'N'); in shuffle_show()
27 if (shuffle_param) in shuffle_store()
31 module_param_call(shuffle, shuffle_store, shuffle_show, &shuffle_param, 0400);
/dports/www/firefox/firefox-99.0/third_party/intgemm/intgemm/
H A Davx2_gemm.h130 const __m256i shuffle_param = _mm256_set_epi32(7, 3, 6, 2, 5, 1, 4, 0); in Tile() local
147 return _mm256_permutevar8x32_epi32(packed, shuffle_param); in Tile()
156 const __m256i shuffle_param = _mm256_set_epi32(7, 3, 6, 2, 5, 1, 4, 0); in TileU() local
174 return _mm256_permutevar8x32_epi32(packed, shuffle_param); in TileU()
H A Davx512_gemm.h91 …static const __m512i shuffle_param = _mm512_set_epi32(15, 11, 7, 3, 14, 10, 6, 2, 13, 9, 5, 1, 12,… in ConsecutiveWithWrapping() local
113 return _mm512_permutexvar_epi32(shuffle_param, packed); in ConsecutiveWithWrapping()
120 …const __m512i shuffle_param = _mm512_set_epi32(15, 11, 7, 3, 14, 10, 6, 2, 13, 9, 5, 1, 12, 8, 4, … in ForReshape() local
135 return _mm512_permutexvar_epi32(shuffle_param, packed); in ForReshape()