Home
last modified time | relevance | path

Searched refs:input_width (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/include/drm/i2c/
H A Dsil164.h49 } input_width; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/i2c/
H A Dsil164_drv.c184 (config->input_width ? SIL164_CONTROL0_INPUT_24BIT : 0) | in sil164_init_state()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd.h2041 constexpr int input_width = sizeof(_Tp) / sizeof(_W);
2046 constexpr int input_width = _TVT::_S_full_size;
2051 if constexpr (input_width == 2)
2053 else if constexpr (input_width == 4)
2056 else if constexpr (input_width == 8)
2060 else if constexpr (input_width == 16)
2067 else if constexpr (input_width == 32)