Home
last modified time | relevance | path

Searched refs:regCount (Results 1 – 2 of 2) sorted by relevance

/third_party/libunwind/src/dwarf/
DGparser.c922 const int32_t regCount = 33; in apply_reg_state() local
924 const int32_t regCount = DWARF_NUM_PRESERVED_REGS; in apply_reg_state() local
930 for (i = 0; i < regCount; ++i) in apply_reg_state()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DProgramD3D.cpp3074 int regCount = gl::VariableRegisterCount(attribute.type); in initAttribLocationsToD3DSemantic() local
3078 for (int reg = 0; reg < regCount; ++reg) in initAttribLocationsToD3DSemantic()