reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
178 stream.Printf("%c%c%c%c %c%c%c%c ", (bit7 ? '1' : '0'), (bit6 ? '1' : '0'), 195 stream.Printf("%c", bit7 ? '1' : '0'); 199 stream.Printf("%c", bit6 ? '1' : '0'); 203 stream.Printf("%c", bit5 ? '1' : '0'); 207 stream.Printf("%c", bit4 ? '1' : '0'); 211 stream.Printf("%c", bit3 ? '1' : '0'); 215 stream.Printf("%c", bit2 ? '1' : '0'); 219 stream.Printf("%c", bit1 ? '1' : '0'); 223 stream.Printf("%c", bit0 ? '1' : '0');