Home
last modified time | relevance | path

Searched refs:patstr (Results 1 – 3 of 3) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2grep.c345 typedef struct patstr { struct
346 struct patstr *next; argument
350 } patstr; typedef
352 static patstr *patterns = NULL;
353 static patstr *patterns_last = NULL;
354 static patstr *include_patterns = NULL;
355 static patstr *include_patterns_last = NULL;
356 static patstr *exclude_patterns = NULL;
357 static patstr *exclude_patterns_last = NULL;
358 static patstr *include_dir_patterns = NULL;
[all …]
/third_party/mesa3d/src/compiler/isaspec/
Disa.py75 patstr = xml.text.strip()
77 …assert (len(patstr) == (1 + high - low)), "Invalid {} length in {}: {}..{}".format(xml.tag, name, …
84 for n in range(0, len(patstr)):
87 if patstr[n] == '1':
89 elif patstr[n] == 'x':
91 elif patstr[n] != '0':
92 assert 0, "Invalid {} character in {}: {}".format(xml.tag, name, patstr[n])
94 …dbg("{}: {}.{} => {:016x} / {:016x} / {:016x}".format(xml.tag, name, patstr, match << low, dontcar…
/third_party/icu/docs/userguide/collation/
Dstring-search.md179 char *patstr = "fox";
188 u_uastrcpy(pattern, patstr);