HomeSort by relevance Sort by last modified time
    Searched refs:next_pat (Results 1 - 2 of 2) sorted by null

  /external/iw/
coalesce.c 95 char *next_pat = strchr(buf + 9, ','); local
97 if (next_pat) {
98 *next_pat = 0;
99 next_pat++;
131 if (!next_pat)
133 cur_pat = next_pat;
134 next_pat = strchr(cur_pat, ',');
135 if (next_pat) {
136 *next_pat = 0;
137 next_pat++
    [all...]
  /external/libvpx/libvpx/
vpxdec.c 408 char *next_pat = strchr(p, '%'); local
410 if (p == next_pat) {
439 if (!next_pat)
442 copy_len = next_pat - p;
    [all...]

Completed in 379 milliseconds