Searched refs:findRecord (Results 1 - 3 of 3) sorted by relevance

/external/smack/src/org/xbill/DNS/
H A DMessage.java201 findRecord(Record r, int section) { method in class:Message
211 findRecord(Record r) { method in class:Message
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp1300 Record *findRecord(const Instruction *, bool load, bool& isAdjacent) const;
1509 MemoryOpt::findRecord(const Instruction *insn, bool load, bool& isAdj) const function in class:nv50_ir::MemoryOpt
1750 rec = findRecord(ldst, false, isAdjacent);
1756 rec = keep ? findRecord(ldst, true, isAdjacent) : NULL;
1767 rec = findRecord(ldst, false, isAdjacent);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp1300 Record *findRecord(const Instruction *, bool load, bool& isAdjacent) const;
1509 MemoryOpt::findRecord(const Instruction *insn, bool load, bool& isAdj) const function in class:nv50_ir::MemoryOpt
1750 rec = findRecord(ldst, false, isAdjacent);
1756 rec = keep ? findRecord(ldst, true, isAdjacent) : NULL;
1767 rec = findRecord(ldst, false, isAdjacent);

Completed in 183 milliseconds