Lines Matching defs:bits
8290 // That is, a fat pointer can be “null” without being made entirely of zero bits.17530 let mut bits = [0; 4];17531 let bits = ch.encode_utf8(&mut bits).as_bytes();17534 self.insert_bytes(idx, bits);22513 // If `m > 0`, there are remaining bits up to the leftmost '1'.