Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/
Dautocomplete.py128 comp_start = curline[i:j]
139 comp_start = curline[i:j]
151 if complete and not comp_what and not comp_start:
158 comp_lists, "insert-%dc" % len(comp_start),
/third_party/ffmpeg/fftools/
Dffmpeg.c2072 int64_t comp_start = start_time; in do_streamcopy() local
2074 comp_start = FFMAX(start_time, f->start_time + f->ts_offset); in do_streamcopy()
2076 ist->pts < comp_start : in do_streamcopy()
2077 pkt->pts < av_rescale_q(comp_start, AV_TIME_BASE_Q, ist->st->time_base)) in do_streamcopy()
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c3402 unsigned index, unsigned comp_start, in load_interpolated_input() argument
3423 LLVMValueRef llvm_chan = LLVMConstInt(ctx->ac.i32, comp_start + comp, false); in load_interpolated_input()