Searched defs:shift_right (Results 26 – 32 of 32) sorted by relevance
12
| /OK3568_Linux_fs/kernel/sound/pci/ |
| H A D | sonicvibes.c | 983 #define SONICVIBES_DOUBLE(xname, xindex, left_reg, right_reg, shift_left, shift_right, mask, invert… argument 1006 int shift_right = (kcontrol->private_value >> 19) & 0x07; in snd_sonicvibes_get_double() local 1027 int shift_right = (kcontrol->private_value >> 19) & 0x07; in snd_sonicvibes_put_double() local
|
| /OK3568_Linux_fs/kernel/sound/isa/wss/ |
| H A D | wss_lib.c | 2098 int shift_right = (kcontrol->private_value >> 19) & 0x07; in snd_wss_get_double() local 2122 int shift_right = (kcontrol->private_value >> 19) & 0x07; in snd_wss_put_double() local
|
| /OK3568_Linux_fs/kernel/sound/sparc/ |
| H A D | cs4231.c | 1408 int shift_right = (kcontrol->private_value >> 19) & 0x07; in snd_cs4231_get_double() local 1439 int shift_right = (kcontrol->private_value >> 19) & 0x07; in snd_cs4231_put_double() local 1475 shift_right, mask, invert) \ argument
|
| /OK3568_Linux_fs/kernel/sound/isa/ |
| H A D | es18xx.c | 1166 #define ES18XX_DOUBLE(xname, xindex, left_reg, right_reg, shift_left, shift_right, mask, invert) \ argument 1189 int shift_right = (kcontrol->private_value >> 19) & 0x07; in snd_es18xx_get_double() local 1214 int shift_right = (kcontrol->private_value >> 19) & 0x07; in snd_es18xx_put_double() local
|
| /OK3568_Linux_fs/kernel/sound/pci/ymfpci/ |
| H A D | ymfpci_main.c | 1504 unsigned int shift_left = 0, shift_right = 16, mask = 16383; in snd_ymfpci_get_double() local 1521 unsigned int shift_left = 0, shift_right = 16, mask = 16383; in snd_ymfpci_put_double() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/ |
| H A D | number_base.hpp | 277 struct shift_right{}; struct
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/ |
| H A D | number.hpp | 1099 void do_assign(const Exp& e, const detail::shift_right&) in do_assign()
|
12