Home | History | Annotate | Download | only in tools

Lines Matching refs:fIndex

104     for (size_t fIndex = 0; fIndex < kFilterFlagsCount; ++fIndex) {
106 if (all & (1 << fIndex)) {
110 if (drawFilters[tIndex] & (1 << fIndex)) {
121 result += gFilterFlags[fIndex];
256 for (size_t fIndex = 0; fIndex < kFilterFlagsCount; ++fIndex) {
257 if (flagLen == strlen(gFilterFlags[fIndex])
258 && !strncmp(colon + 1, gFilterFlags[fIndex], flagLen)) {
259 flag = 1 << fIndex;