Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/tools/licenses/lib/
Dlicenses.dart598 int subindex = 0;
599 while (subindex < firstAuthor.length && (firstAuthor[subindex] == ' ' ||
600 firstAuthor[subindex] == '\t'))
601 subindex += 1;
602 if (subindex == 0 || subindex > firstAuthor.length)
605 final String prefix = firstAuthor.substring(0, subindex);
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_aos.c606 unsigned subindex = 0; in lp_build_sample_fetch_image_linear() local
608 unsigned subindex = 3; in lp_build_sample_fetch_image_linear()
612 index = LLVMConstInt(elem_type, j + subindex, 0); in lp_build_sample_fetch_image_linear()
/third_party/gstreamer/gstplugins_good/
DChangeLog132360 …gst/avi/gstavidemux.c: If there's no entries in the subindex, don't try to do anything stupid, jus…
132363 If there's no entries in the subindex, don't try to do anything stupid,