Searched refs:ibyte (Results 1 – 3 of 3) sorted by relevance
31 int ibyte = BIT2BYTE(ibit); in addbit() local34 if (ss[ibyte] & mask) in addbit()36 ss[ibyte] |= mask; in addbit()
27 #define BYTE2BIT(ibyte) ((ibyte) * BITSPERBYTE) argument
169 for ( unsigned ibyte = 0; ibyte < this->m_elem_type->get_size() ; ibyte++ ) { in as_string() local170 … sprintf(buf + 2*ibyte,"%02x", value_ptr[ ielem * this->m_elem_type->get_size() + ibyte ] ); in as_string()180 for ( unsigned ibyte = 0; ibyte < this->get_size() ; ibyte++ ) { in as_string() local181 sprintf(buf + 2*ibyte,"%02x", value_ptr[ ibyte ] ); in as_string()