Searched refs:bit2 (Results 1 - 7 of 7) sorted by relevance

/external/blktrace/
H A Dblkiomon.c132 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
[all...]
/external/lldb/source/DataFormatters/
H A DCF.cpp168 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/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_fax.cpp388 FX_BOOL bit2 = NEXTBIT; local
389 if (bit1 && bit2) {
393 } else if (bit2) {
448 FX_BOOL bit2 = NEXTBIT; local
449 if (bit1 && bit2) {
453 } else if (bit2) {
/external/chromium_org/third_party/freetype/src/raster/
H A Dftraster.c2764 PByte bit, bit2; local
2777 bit2 = bit + ras.gray_width;
2783 c2 = count[*bit] + count[*bit2];
2793 *bit2 = 0;
2797 bit2++;
2804 c2 = count[*bit] + count[*bit2];
2818 *bit2 = 0;
/external/freetype/src/raster/
H A Dftraster.c2769 PByte bit, bit2; local
2782 bit2 = bit + ras.gray_width;
2788 c2 = count[*bit] + count[*bit2];
2798 *bit2 = 0;
2802 bit2++;
2809 c2 = count[*bit] + count[*bit2];
2823 *bit2 = 0;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
H A Dftraster.c2766 PByte bit, bit2; local
2779 bit2 = bit + ras.gray_width;
2785 c2 = count[*bit] + count[*bit2];
2795 *bit2 = 0;
2799 bit2++;
2806 c2 = count[*bit] + count[*bit2];
2820 *bit2 = 0;
/external/valgrind/main/helgrind/
H A Dlibhb_core.c950 # define BYTE(bit7, bit6, bit5, bit4, bit3, bit2, bit1, bit0) \
953 ( (bit3) << 3) | ( (bit2) << 2) | \

Completed in 285 milliseconds