Home
last modified time | relevance | path

Searched refs:hasDot (Results 1 – 2 of 2) sorted by relevance

/system/core/toolbox/upstream-netbsd/usr.bin/grep/
Dfastgrep.c86 int hasDot = 0; in fastcomp() local
132 hasDot = i; in fastcomp()
160 hasDot = fg->len - (firstHalfDot < 0 ? in fastcomp()
185 shiftPatternLen = fg->len - hasDot; in fastcomp()
190 for (i = hasDot + 1; i < fg->len; i++) { in fastcomp()
/system/core/libutils/
DThreads.cpp100 int hasDot = 0; in androidSetThreadName() local
103 if (*s == '.') hasDot = 1; in androidSetThreadName()
108 if (len < 15 || hasAt || !hasDot) { in androidSetThreadName()