Searched refs:raw_count (Results 1 – 5 of 5) sorted by relevance
800 int raw_count = 0; in encode_sixpack() local802 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 …]
152 size_t raw_count = count; in pcie_rkep_write() local164 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() local203 raw_count = -EFAULT; in pcie_rkep_read()210 return raw_count; in pcie_rkep_read()
145 long raw_count; member
1326 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