Home
last modified time | relevance | path

Searched refs:isinline (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/freedreno/rnn/
Drnn.c291 int isinline = 0; in parseenum() local
303 isinline = getboolattrib(db, file, node->line, attr); in parseenum()
329 cur->isinline != isinline || cur->bare != bare) { in parseenum()
335 cur->isinline = isinline; in parseenum()
396 int isinline = 0; in parsebitset() local
408 isinline = getboolattrib(db, file, node->line, attr); in parsebitset()
434 cur->isinline != isinline || cur->bare != bare) { in parsebitset()
440 cur->isinline = isinline; in parsebitset()
1163 if (en->isinline) { in preptypeinfo()
1173 if (bs->isinline) { in preptypeinfo()
[all …]
Drnn.h93 int isinline; member
156 int isinline; member
Dheadergen2.c488 if (db->bitsets[i]->isinline) in main()
/third_party/pcre2/pcre2/src/
Dpcre2_compile.c9072 get_grouplength(uint32_t **pptrptr, BOOL isinline, int *errcodeptr, int *lcptr, in get_grouplength() argument
9089 if (isinline) *pptrptr = parsed_skip(*pptrptr, PSKIP_KET); in get_grouplength()