Lines Matching refs:matched
19 unsigned int *matched)
21 unsigned int i = *matched;
34 *matched = i;
39 *matched = i;
64 unsigned int matched = min(startprfx, endprfx);
73 /* string comparison without already matched prefix */
74 int ret = erofs_dirnamecmp(name, &dname, &matched);
80 startprfx = matched;
83 endprfx = matched;
113 unsigned int matched;
127 matched = min(startprfx, endprfx);
137 /* string comparison without already matched prefix */
138 diff = erofs_dirnamecmp(name, &dname, &matched);
146 startprfx = matched;
156 endprfx = matched;