Home
last modified time | relevance | path

Searched refs:first_inst (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Tools/scripts/
Danalyze_dxp.py63 for first_inst in range(len(_cumulative_profile)):
64 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.py62 for first_inst in range(len(_cumulative_profile)):
63 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/compiler/glsl/
Dlower_int64.cpp141 ir_instruction *first_inst = (ir_instruction *) instructions->get_head_raw(); in lower_64bit_integer_instructions() local
142 void *const mem_ctx = ralloc_parent(first_inst); in lower_64bit_integer_instructions()
/external/jemalloc/bin/
Djeprof.in1979 my $first_inst = $i;
2007 for (my $x = $first_inst; $x <= $last_inst; $x++) {
/external/jemalloc_new/bin/
Djeprof.in1980 my $first_inst = $i;
2008 for (my $x = $first_inst; $x <= $last_inst; $x++) {