/external/chromium_org/third_party/re2/re2/ |
prog.cc | 20 out1_ = out1; 65 return StringPrintf("alt -> %d | %d", out(), out1_); 68 return StringPrintf("altmatch -> %d | %d", out(), out1_); 198 ip->out1_ = j;
|
prog.h | 51 kInstAlt = 0, // choose between out_ and out1_ 52 kInstAltMatch, // Alt: out_ is [00-FF] and back, out1_ is match; or vice versa. 86 Inst() : out_opcode_(0), out1_(0) { } 101 int out1() { DCHECK(opcode() == kInstAlt || opcode() == kInstAltMatch); return out1_; } 143 uint32 out1_; // opcode == kInstAlt member in union:re2::Prog::Inst::__anon15860
|
compile.cc | 72 ip->out1_ = val; 97 ip->out1_ = l2.p; 347 // treats out_ as the first choice, out1_ as the second. 350 // then the operator is greedy. If out1_ is the repetition 361 inst_[id].out1_ = a.begin; [all...] |
/external/regex-re2/re2/ |
prog.cc | 20 out1_ = out1; 65 return StringPrintf("alt -> %d | %d", out(), out1_); 68 return StringPrintf("altmatch -> %d | %d", out(), out1_); 198 ip->out1_ = j;
|
prog.h | 51 kInstAlt = 0, // choose between out_ and out1_ 52 kInstAltMatch, // Alt: out_ is [00-FF] and back, out1_ is match; or vice versa. 86 Inst() : out_opcode_(0), out1_(0) { } 101 int out1() { DCHECK(opcode() == kInstAlt || opcode() == kInstAltMatch); return out1_; } 143 uint32 out1_; // opcode == kInstAlt member in union:re2::Prog::Inst::__anon27551
|
compile.cc | 72 ip->out1_ = val; 97 ip->out1_ = l2.p; 346 // treats out_ as the first choice, out1_ as the second. 349 // then the operator is greedy. If out1_ is the repetition 360 inst_[id].out1_ = a.begin; [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
assyntax.h | 559 * directly, but not in OUT1_W(DX), for instance, even if OUT1_ looks nicer [all...] |
/external/mesa3d/src/mesa/x86/ |
assyntax.h | 559 * directly, but not in OUT1_W(DX), for instance, even if OUT1_ looks nicer [all...] |