HomeSort by relevance Sort by last modified time
    Searched refs:idB (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_bb.cpp 518 int idB = BasicBlock::get(ei.getNode())->getId();
521 fprintf(out, "\t%i -> %i;\n", idA, idB);
524 fprintf(out, "\t%i -> %i [color=green];\n", idA, idB);
527 fprintf(out, "\t%i -> %i [color=red];\n", idA, idB);
530 fprintf(out, "\t%i -> %i;\n", idA, idB);
533 fprintf(out, "\t%i -> %i [style=dotted];\n", idA, idB);
nv50_ir.cpp 489 uint32_t idA, idB;
498 idB = that->join->reg.data.offset;
501 idB = that->join->reg.data.id * MIN2(that->reg.size, 4);
504 if (idA < idB)
505 return (idA + this->reg.size > idB);
507 if (idA > idB)
508 return (idB + that->reg.size > idA);
510 return (idA == idB);
  /dalvik/tools/dmtracedump/
TraceDump.c 349 int64_t idB = methodB->methodId;
350 if (idA < idB)
352 if (idA > idB)
388 int64_t idB = methodB->methodId;
389 if (idA < idB)
391 if (idA > idB)
429 int64_t idB = methodB->methodId;
430 if (idA < idB)
432 if (idA > idB)
455 int64_t idB = methodB->methodId
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
AbstractContactAggregator.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.jar 

Completed in 3858 milliseconds