Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/idlelib/
Dautocomplete.py121 comp_start = curline[i:j]
132 comp_start = curline[i:j]
144 if complete and not comp_what and not comp_start:
151 comp_lists, "insert-%dc" % len(comp_start),
/external/python/cpython2/Lib/idlelib/
DAutoComplete.py131 comp_start = curline[i:j]
141 comp_start = curline[i:j]
153 if complete and not comp_what and not comp_start:
160 comp_lists, "insert-%dc" % len(comp_start),
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c3116 unsigned index, unsigned comp_start, in load_interpolated_input() argument
3140 LLVMValueRef llvm_chan = LLVMConstInt(ctx->ac.i32, comp_start + comp, false); in load_interpolated_input()