Lines Matching refs:matched
18 unsigned int *matched)
20 unsigned int i = *matched;
33 *matched = i;
38 *matched = i;
63 unsigned int matched = min(startprfx, endprfx);
72 /* string comparison without already matched prefix */
73 int ret = erofs_dirnamecmp(name, &dname, &matched);
79 startprfx = matched;
82 endprfx = matched;
108 unsigned int matched;
121 matched = min(startprfx, endprfx);
130 /* string comparison without already matched prefix */
131 diff = erofs_dirnamecmp(name, &dname, &matched);
136 endprfx = matched;
148 startprfx = matched;