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

  /external/libcxx/test/std/utilities/function.objects/func.require/
bullet_3_and_4.pass.cpp 67 DerefToType<TestType> dref; local
79 runTestPointerDispatch<E>(M, dref, &dref.object.object);
90 runTestPointerDispatch<E>(M, dref, &dref.object.object);
101 runTestPointerDispatch<E>(M, dref, &dref.object.object);
112 runTestPointerDispatch<E>(M, dref, &dref.object.object);
bullet_1_and_2.pass.cpp 152 DerefToType<T> dref; local
161 runTestDispatchIf(NotRValue, tag, dref);
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_lowering_nv50.cpp 581 const int dref = arg; local
584 // dref comes before bias/lod
587 i->swapSources(dref, lod);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
DefaultMp4Builder.java 266 DataReferenceBox dref = new DataReferenceBox(); local
267 dinf.addBox(dref);
270 dref.addBox(url);

Completed in 4009 milliseconds