Searched refs:bytemap (Results 1 – 7 of 7) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/ |
D | compile_test.cc | 146 std::string* bytemap) { in DumpByteMap() argument 153 *bytemap = prog->DumpByteMap(); in DumpByteMap() 160 EXPECT_EQ(*bytemap, prog->DumpByteMap()); in DumpByteMap() 170 std::string bytemap; in TEST() local 172 DumpByteMap(".", Regexp::PerlX|Regexp::Latin1, &bytemap); in TEST() 176 bytemap); in TEST() 180 std::string bytemap; in TEST() local 183 DumpByteMap("[0-9A-Fa-f]+", Regexp::PerlX|Regexp::Latin1, &bytemap); in TEST() 191 bytemap); in TEST() 194 DumpByteMap("\\b", Regexp::LikePerl|Regexp::Latin1, &bytemap); in TEST() [all …]
|
/external/llvm-project/llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/ |
D | BUILD.gn | 15 "bytemap.h",
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | dfa.cc | 320 return prog_->bytemap()[c]; in ByteMap() 1339 const uint8_t* bytemap = prog_->bytemap(); in InlinedSearchLoop() local 1405 State* ns = s->next_[bytemap[c]].load(std::memory_order_acquire); in InlinedSearchLoop() 1935 int b = prog_->bytemap()[c]; in BuildAllStates() 1936 while (c < 256-1 && prog_->bytemap()[c+1] == b) in BuildAllStates()
|
D | onepass.cc | 251 uint8_t* bytemap = bytemap_; in SearchOnePass() local 260 int c = bytemap[*p & 0xFF]; in SearchOnePass()
|
D | prog.cc | 348 void Build(uint8_t* bytemap, int* bytemap_range); 409 void ByteMapBuilder::Build(uint8_t* bytemap, int* bytemap_range) { in Build() argument 418 bytemap[c] = b; in Build()
|
D | prog.h | 217 const uint8_t* bytemap() { return bytemap_; } in bytemap() function
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | CMakeLists.txt | 55 bytemap.h
|