Home
last modified time | relevance | path

Searched defs:bra (Results 1 – 8 of 8) sorted by relevance

/third_party/glib/glib/pcre/
Dpcre_jit_compile.c4223 pcre_uchar bra = OP_BRA; in compile_assert_trypath() local
4671 pcre_uchar bra = OP_BRA; in compile_bracket_trypath() local
6087 pcre_uchar bra = OP_BRA; in compile_assert_backtrackpath() local
6163 pcre_uchar bra = OP_BRA; in compile_bracket_backtrackpath() local
Dpcre_compile.c5363 pcre_uchar *bra = code - offset; in compile_branch() local
/third_party/gstreamer/gstplugins_good/gst/goom/
Difs.c536 unsigned char *bra = (unsigned char *) &back[pos]; in ifs_update() local
/third_party/pcre2/pcre2/src/
Dpcre2_jit_compile.c9705 PCRE2_UCHAR bra = OP_BRA; in compile_assert_matchingpath() local
10296 PCRE2_UCHAR bra = OP_BRA; in compile_bracket_matchingpath() local
12432 PCRE2_UCHAR bra = OP_BRA; in compile_assert_backtrackingpath() local
12507 PCRE2_UCHAR bra = OP_BRA; in compile_bracket_backtrackingpath() local
Dpcre2_compile.c7289 PCRE2_UCHAR *bra = code - linkoffset; in compile_branch() local
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/lib/
Dgk104.asm887 bra #end_exit label
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_peephole.cpp3408 FlowInstruction *bra = i->asFlow(); in tryPropagateBranch() local
/third_party/quickjs/
Dquickjs.c42277 int i, n, c, c2, bra; in js_regexp_get_source() local