Home | History | Annotate | Download | only in tools

Lines Matching full:findex

94     for (size_t fIndex = 0; fIndex < kFilterFlagsCount; ++fIndex) {
96 if (all & (1 << fIndex)) {
100 if (drawFilters[tIndex] & (1 << fIndex)) {
111 result += gFilterFlags[fIndex];
250 for (size_t fIndex = 0; fIndex < kFilterFlagsCount; ++fIndex) {
251 if (flagLen == strlen(gFilterFlags[fIndex])
252 && !strncmp(colon + 1, gFilterFlags[fIndex], flagLen)) {
253 flag = 1 << fIndex;