Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Compress/
DBranchMisc.h30 CCoder(Func_Bra bra, int encode): _bufferPos(0), _encode(encode), BraFunc(bra) {} in CCoder()
/external/pcre/dist2/src/
Dpcre2_jit_compile.c8377 PCRE2_UCHAR bra = OP_BRA; in compile_assert_matchingpath() local
8931 PCRE2_UCHAR bra = OP_BRA; in compile_bracket_matchingpath() local
10922 PCRE2_UCHAR bra = OP_BRA; in compile_assert_backtrackingpath() local
10997 PCRE2_UCHAR bra = OP_BRA; in compile_bracket_backtrackingpath() local
Dpcre2_compile.c6837 PCRE2_UCHAR *bra = code - linkoffset; in compile_branch() local
/external/mesa3d/src/gallium/drivers/nouveau/codegen/lib/
Dgk104.asm688 bra #end_exit label
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_peephole.cpp3130 FlowInstruction *bra = i->asFlow(); in tryPropagateBranch() local