Searched refs:loop_start (Results 1 – 12 of 12) sorted by relevance
50 uint32_t header_size, data_size, data_offset, loop_start, loop_end, in read_header() local70 loop_start = avio_rl32(s->pb); in read_header()89 || loop_start > loop_end || m->block_count < 1) in read_header()92 av_rescale(loop_start, AV_TIME_BASE, in read_header()
92 OpBranch %loop_start93 %loop_start = OpLabel107 OpBranch %loop_start
26 uint8_t loop_start) in h263_dct_unquantize_msa() argument36 block_vec = LD_SH(block_dup + loop_start); in h263_dct_unquantize_msa()45 ST_SH(block_vec, block_dup + loop_start); in h263_dct_unquantize_msa()49 cnt = ((n_coeffs >> 3) * 8) + loop_start; in h263_dct_unquantize_msa()
711 size_t loop_start = kLoopNotStarted; in CyclicDependencyFound() local714 if (loop_start == kLoopNotStarted && e == root) { in CyclicDependencyFound()715 loop_start = i; in CyclicDependencyFound()717 if (loop_start != kLoopNotStarted) { in CyclicDependencyFound()723 for (size_t i = loop_start; i < stack.size(); i++) { in CyclicDependencyFound()725 auto* to = (i + 1 < stack.size()) ? stack[i + 1] : stack[loop_start]; in CyclicDependencyFound()
123 double loop_start = SkTime::GetSecs(); in main() local155 double loop_dur = SkTime::GetSecs() - loop_start; in main()
102 double loop_start = SkTime::GetSecs(); in main() local165 double loop_dur = SkTime::GetSecs() - loop_start; in main()
40 int loop_start; member
260 tf->loop_start = start; in _tcase_add_test()
234 for (i = tfun->loop_start; i < tfun->loop_end; i++) { in srunner_iterate_tcase_tfuns()
127 cf_node *loop_start = sh.create_cf(CF_OP_LOOP_START_DX10); in finalize_loop() local138 loop_start->jump_after(loop_end); in finalize_loop()139 loop_end->jump_after(loop_start); in finalize_loop()162 r->push_front(loop_start); in finalize_loop()
5071 int loop_start = -1; /* index of the first active BGNLOOP (if any) */ in get_first_temp_write() local5078 first_writes[inst->dst[j].index] = (depth == 0) ? i : loop_start; in get_first_temp_write()5084 loop_start = i; in get_first_temp_write()5087 loop_start = -1; in get_first_temp_write()5098 int loop_start = -1; /* index of the first active BGNLOOP (if any) */ in get_first_temp_read() local5105 first_reads[inst->src[j].index] = (depth == 0) ? i : loop_start; in get_first_temp_read()5111 first_reads[inst->tex_offsets[j].index] = (depth == 0) ? i : loop_start; in get_first_temp_read()5116 loop_start = i; in get_first_temp_read()5119 loop_start = -1; in get_first_temp_read()5130 int loop_start = -1; /* index of the first active BGNLOOP (if any) */ in get_last_temp_read_first_temp_write() local[all …]
206 int loop_start, loop_end; /* Byte offsets from the beginning */ member