Searched refs:subindex (Results 1 – 3 of 3) sorted by relevance
598 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);
606 unsigned subindex = 0; in lp_build_sample_fetch_image_linear() local608 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()
132360 …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,