Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_leb.c112 #define BITSINBYTE 8 macro
142 if ((shift < sizeof(Dwarf_Signed) * BITSINBYTE) && sign) { in _dwarf_decode_s_leb128()
/titanic_41/usr/src/common/bignum/
H A Dbignum.h44 #define BITSINBYTE 8 macro
71 #define BIGNUM_WORDSIZE (BIG_CHUNK_SIZE / BITSINBYTE) /* word size in bytes */
H A Dbignumimpl.c166 if (((i & (BITSINBYTE - 1)) == 0) && (i != 0)) { in printbignum()
328 word = (word << BITSINBYTE) + knwordp[j]; in bytestring2bignum()
334 for (i = 1; i < offs; i++) word = (word << BITSINBYTE) + kn[i]; in bytestring2bignum()
363 word = word >> BITSINBYTE; in bignum2bytestring()
371 word = word >> BITSINBYTE; in bignum2bytestring()
380 word = word >> BITSINBYTE; in bignum2bytestring()