Home
last modified time | relevance | path

Searched refs:second_inst (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Tools/scripts/
Danalyze_dxp.py64 for second_inst in range(len(_cumulative_profile[first_inst])):
65 _cumulative_profile[first_inst][second_inst] += (
66 new_profile[first_inst][second_inst])
/external/python/cpython3/Tools/scripts/
Danalyze_dxp.py63 for second_inst in range(len(_cumulative_profile[first_inst])):
64 _cumulative_profile[first_inst][second_inst] += (
65 new_profile[first_inst][second_inst])
/external/mesa3d/src/broadcom/compiler/
Dqpu_schedule.c1210 struct qinst *second_inst = in emit_thrsw() local
1212 second_inst->qpu.sig.thrsw = true; in emit_thrsw()