HomeSort by relevance Sort by last modified time
    Searched defs:bit2 (Results 1 - 3 of 3) sorted by null

  /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/qemu/tcg/ppc/
tcg-target.c 1083 struct { int bit1; int bit2; int cond2; } bits[] = { member in struct:__anon11392
1110 op = (b->bit1 != b->bit2) ? CRANDC : CRAND;
1114 tcg_out32 (s, op | BT (7, CR_EQ) | BA (5, CR_EQ) | BB (7, b->bit2));
    [all...]
  /external/freetype/src/raster/
ftraster.c 2724 PByte pix, bit, bit2; local
    [all...]

Completed in 959 milliseconds