/external/lldb/source/DataFormatters/ |
CF.cpp | 168 bool bit2 = (byte & 4) == 4; local 180 (bit2 ? '1' : '0'), 190 bool bit2 = (byte & 4) == 4; local 223 stream.Printf("%c",bit2 ? '1' : '0');
|
/external/blktrace/ |
blkiomon.c | 132 struct blk_io_trace *bit2 = &t2->bit; local 138 fprintf(debug.fp, "magic %16d %16d\n", bit1->magic, bit2->magic); 140 bit1->sequence, bit2->sequence); 142 (unsigned long)bit1->time, (unsigned long)bit2->time); 144 (unsigned long)bit1->sector, (unsigned long)bit2->sector); 145 fprintf(debug.fp, "bytes %16d %16d\n", bit1->bytes, bit2->bytes); 146 fprintf(debug.fp, "action %16x %16x\n", bit1->action, bit2->action); 147 fprintf(debug.fp, "pid %16d %16d\n", bit1->pid, bit2->pid); 148 fprintf(debug.fp, "device %16d %16d\n", bit1->device, bit2->device); 149 fprintf(debug.fp, "cpu %16d %16d\n", bit1->cpu, bit2->cpu) [all...] |
/external/chromium_org/third_party/freetype/src/raster/ |
ftraster.c | 2764 PByte bit, bit2; local [all...] |
/external/freetype/src/raster/ |
ftraster.c | 2769 PByte bit, bit2; local [all...] |