Home
last modified time | relevance | path

Searched defs:_proc (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/frontends/clover/core/
Dbinary.cpp37 _proc(std::ostream &os, const T &x) { in _proc() function
44 _proc(std::istream &is, T &x) { in _proc() function
50 _proc(std::istream &is) { in _proc() function
59 _proc(binary::size_t &sz, const T &x) { in _proc() function
/external/llvm/test/MC/PowerPC/
Dppc64-initial-cfa.s10 _proc: label
/external/llvm/test/MC/ARM/
Ddwarf-cfi-initial-state.s4 _proc: label
/external/llvm/test/MC/MachO/
Ddebug_frame.s6 _proc: label
/external/scapy/scapy/arch/windows/
D__init__.py797 def _proc(ip): function
/external/skia/src/gpu/ganesh/effects/
DGrSkSLFP.cpp278 const GrFragmentProcessor& _proc) override { in onSetData()