Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/hamradio/
H A D6pack.c800 int raw_count = 0; in encode_sixpack() local
802 tx_buf_raw[raw_count++] = SIXP_PRIO_CMD_MASK | SIXP_TX_MASK; in encode_sixpack()
803 tx_buf_raw[raw_count++] = SIXP_SEOF; in encode_sixpack()
815 tx_buf_raw[raw_count++] = (buf[count] & 0x3f); in encode_sixpack()
816 tx_buf_raw[raw_count] = ((buf[count] >> 2) & 0x30); in encode_sixpack()
818 tx_buf_raw[raw_count++] |= (buf[count] & 0x0f); in encode_sixpack()
819 tx_buf_raw[raw_count] = ((buf[count] >> 2) & 0x3c); in encode_sixpack()
821 tx_buf_raw[raw_count++] |= (buf[count] & 0x03); in encode_sixpack()
822 tx_buf_raw[raw_count++] = (buf[count] >> 2); in encode_sixpack()
826 raw_count++; in encode_sixpack()
[all …]
/OK3568_Linux_fs/kernel/drivers/misc/rockchip/
H A Dpcie-rkep.c152 size_t raw_count = count; in pcie_rkep_write() local
164 raw_count = -EFAULT; in pcie_rkep_write()
176 return raw_count; in pcie_rkep_write()
186 size_t raw_count = count; in pcie_rkep_read() local
203 raw_count = -EFAULT; in pcie_rkep_read()
210 return raw_count; in pcie_rkep_read()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dgmon.h145 long raw_count; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dgmon.h145 long raw_count; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/
H A Drtree.hpp1326 return this->template raw_count<value_or_indexable>(vori); in count()
1702 size_type raw_count(ValueOrIndexable const& vori) const in raw_count() function in boost::geometry::index::rtree