/external/regex-re2/re2/ |
bitstate.cc | 31 class BitState { 33 explicit BitState(Prog* prog); 34 ~BitState(); 37 // Can only call Search once per BitState. 71 BitState::BitState(Prog* prog) 87 BitState::~BitState() { 96 bool BitState::ShouldVisit(int id, const char* p) { 105 bool BitState::GrowStack() [all...] |
re2.cc | 676 // information anyway and we're going to use OnePass or BitState 678 // OnePass or BitState will be fast enough. 695 << " skipping DFA for BitState."; 751 << " using BitState."; [all...] |
/prebuilts/go/darwin-x86/src/regexp/ |
backtrack.go | 33 // bitState holds state for the backtracker. 34 type bitState struct { 43 var notBacktrack *bitState = nil 54 // newBitState returns a new bitState for the given prog, 57 func newBitState(prog *syntax.Prog) *bitState { 61 return &bitState{ 75 func (b *bitState) reset(end int, ncap int) { 106 func (b *bitState) shouldVisit(pc uint32, pos int) bool { 117 func (b *bitState) push(pc uint32, pos int, arg int) { 132 func (m *machine) tryBacktrack(b *bitState, i input, pc uint32, pos int) bool [all...] |
exec.go | 41 maxBitStateLen int // max length of string to search with bitstate 42 b *bitState // state for backtracker, allocated lazily
|
/prebuilts/go/linux-x86/src/regexp/ |
backtrack.go | 33 // bitState holds state for the backtracker. 34 type bitState struct { 43 var notBacktrack *bitState = nil 54 // newBitState returns a new bitState for the given prog, 57 func newBitState(prog *syntax.Prog) *bitState { 61 return &bitState{ 75 func (b *bitState) reset(end int, ncap int) { 106 func (b *bitState) shouldVisit(pc uint32, pos int) bool { 117 func (b *bitState) push(pc uint32, pos int, arg int) { 132 func (m *machine) tryBacktrack(b *bitState, i input, pc uint32, pos int) bool [all...] |
exec.go | 41 maxBitStateLen int // max length of string to search with bitstate 42 b *bitState // state for backtracker, allocated lazily
|
/external/libjpeg-turbo/ |
jdphuff.c | 65 bitread_perm_state bitstate; /* Bit buffer at start of MCU */ member in struct:__anon23376 188 entropy->bitstate.bits_left = 0; 189 entropy->bitstate.get_buffer = 0; /* unnecessary, but keeps Purify quiet */ 241 cinfo->marker->discarded_bytes += entropy->bitstate.bits_left / 8; 242 entropy->bitstate.bits_left = 0; 317 BITREAD_LOAD_STATE(cinfo,entropy->bitstate); 346 BITREAD_SAVE_STATE(cinfo,entropy->bitstate); 396 BITREAD_LOAD_STATE(cinfo,entropy->bitstate); 427 BITREAD_SAVE_STATE(cinfo,entropy->bitstate); 468 BITREAD_LOAD_STATE(cinfo,entropy->bitstate); [all...] |
jdhuff.c | 63 bitread_perm_state bitstate; /* Bit buffer at start of MCU */ member in struct:__anon23365 138 entropy->bitstate.bits_left = 0; 139 entropy->bitstate.get_buffer = 0; /* unnecessary, but keeps Purify quiet */ 528 cinfo->marker->discarded_bytes += entropy->bitstate.bits_left / 8; 529 entropy->bitstate.bits_left = 0; 564 BITREAD_LOAD_STATE(cinfo,entropy->bitstate); 645 BITREAD_SAVE_STATE(cinfo,entropy->bitstate); 662 BITREAD_LOAD_STATE(cinfo,entropy->bitstate); 732 BITREAD_SAVE_STATE(cinfo,entropy->bitstate);
|
/external/pdfium/third_party/libjpeg/ |
fpdfapi_jdphuff.c | 62 bitread_perm_state bitstate; /* Bit buffer at start of MCU */ member in struct:__anon28577 184 entropy->bitstate.bits_left = 0; 185 entropy->bitstate.get_buffer = 0; /* unnecessary, but keeps Purify quiet */ 235 cinfo->marker->discarded_bytes += entropy->bitstate.bits_left / 8; 236 entropy->bitstate.bits_left = 0; 311 BITREAD_LOAD_STATE(cinfo,entropy->bitstate); 340 BITREAD_SAVE_STATE(cinfo,entropy->bitstate); 390 BITREAD_LOAD_STATE(cinfo,entropy->bitstate); 421 BITREAD_SAVE_STATE(cinfo,entropy->bitstate); 462 BITREAD_LOAD_STATE(cinfo,entropy->bitstate); [all...] |
fpdfapi_jdhuff.c | 57 bitread_perm_state bitstate; /* Bit buffer at start of MCU */ member in struct:__anon28569 131 entropy->bitstate.bits_left = 0; 132 entropy->bitstate.get_buffer = 0; /* unnecessary, but keeps Purify quiet */ 474 cinfo->marker->discarded_bytes += entropy->bitstate.bits_left / 8; 475 entropy->bitstate.bits_left = 0; 536 BITREAD_LOAD_STATE(cinfo,entropy->bitstate); 618 BITREAD_SAVE_STATE(cinfo,entropy->bitstate);
|
/external/regex-re2/ |
Android.mk | 18 re2/bitstate.cc \
|
ucs2.diff | 22 ==== re2/bitstate.cc#2 - re2/bitstate.cc#3 ==== 23 re2/bitstate.cc#2:314,321 - re2/bitstate.cc#3:314,319
|
Makefile | 93 obj/re2/bitstate.o\
|
/prebuilts/go/darwin-x86/pkg/darwin_amd64/ |
regexp.a | 40 MatchEmptyWidthB
esc:0x1|Sbefore·3 |Safter·4 MatchRuneB *|Sr·3 MatchRunePosB *|S2 B * opB * D Start NumCap Prefix@p·3* prefix·1 complete·2 StartCond@p·2*
EmptyOp @F*
skipNop@>esc:0x22 pc·4 B ®exp.go?
onepass
&onepass.go?onePassProg ?
&
exec.go?onePassInst &T> |