Home
last modified time | relevance | path

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

/third_party/flutter/skia/tools/calmbench/
Dcalmbench.py127 def compile_branch(args, branch): function
165 compile_branch(args, args.branch)
166 compile_branch(args, args.baseline)
/third_party/skia/tools/calmbench/
Dcalmbench.py129 def compile_branch(args, branch): function
167 compile_branch(args, args.branch)
168 compile_branch(args, args.baseline)
/third_party/glib/glib/pcre/
Dpcre_compile.c3435 compile_branch(int *optionsptr, pcre_uchar **codeptr, in compile_branch() function
7111 if (!compile_branch(&options, &code, &ptr, errorcodeptr, &branchfirstchar, in compile_regex()
/third_party/pcre2/pcre2/src/
Dpcre2_compile.c5302 compile_branch(uint32_t *optionsptr, PCRE2_UCHAR **codeptr, uint32_t **pptrptr, in compile_branch() function
8101 compile_branch(&options, &code, &pptr, errorcodeptr, &branchfirstcu, in compile_regex()