Home
last modified time | relevance | path

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

/external/python/cpython2/Parser/
Dbitset.c31 int ibyte = BIT2BYTE(ibit); in addbit() local
34 if (ss[ibyte] & mask) in addbit()
36 ss[ibyte] |= mask; in addbit()
/external/python/cpython2/Include/
Dbitset.h27 #define BYTE2BIT(ibyte) ((ibyte) * BITSPERBYTE) argument
/external/OpenCL-CTS/test_conformance/basic/
Dtest_progvar.cpp169 for ( unsigned ibyte = 0; ibyte < this->m_elem_type->get_size() ; ibyte++ ) { in as_string() local
170 … 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() local
181 sprintf(buf + 2*ibyte,"%02x", value_ptr[ ibyte ] ); in as_string()