Home
last modified time | relevance | path

Searched defs:longest_match (Results 1 – 16 of 16) sorted by relevance

/external/rust/crates/libz-sys/src/zlib/contrib/asm686/
Dmatch.S25 #define longest_match _longest_match macro
88 longest_match: label
/external/rust/crates/libz-sys/src/zlib-ng/
Ddeflate_slow.c22 match_func *longest_match; in deflate_slow() local
Dfunctable.h28 uint32_t (* longest_match) (deflate_state *const s, Pos cur_match); member
/external/rust/crates/libz-sys/src/zlib/contrib/gcc_gvmat64/
Dgvmat64.S55 # define longest_match _longest_match macro
62 longest_match: label
/external/rust/crates/libz-sys/src/zlib/contrib/amd64/
Damd64-match.S13 # define longest_match _longest_match macro
145 longest_match: label
/external/rust/crates/regex-automata/src/
Ddeterminize.rs49 longest_match: bool, field
91 pub fn longest_match(mut self, yes: bool) -> Determinizer<'a, S> { in longest_match() method
Ddense.rs1884 longest_match: bool, field
2224 pub fn longest_match(&mut self, yes: bool) -> &mut Builder { in longest_match() method
/external/libwebsockets/win32port/zlib/
Ddeflate.c1075 local uInt longest_match(s, cur_match) in longest_match() function
1224 local uInt longest_match(s, cur_match) in longest_match() function
/external/rust/crates/libz-sys/src/zlib/contrib/masmx86/
Dmatch686.asm194 longest_match proc near label
/external/rust/crates/libz-sys/src/zlib/contrib/masmx64/
Dgvmat64.asm60 longest_match PROC label
/external/tflite-support/third_party/zlib/
Ddeflate.c1281 local uInt longest_match(s, cur_match) in longest_match() function
1448 local uInt longest_match(s, cur_match) in longest_match() function
/external/python/cpython2/Modules/zlib/
Ddeflate.c1236 local uInt longest_match(s, cur_match) in longest_match() function
1385 local uInt longest_match(s, cur_match) in longest_match() function
/external/zlib/
Ddeflate.c1302 local uInt longest_match(s, cur_match) in longest_match() function
1471 local uInt longest_match(s, cur_match) in longest_match() function
/external/rust/crates/libz-sys/src/zlib/
Ddeflate.c1236 local uInt longest_match(s, cur_match) in longest_match() function
1385 local uInt longest_match(s, cur_match) in longest_match() function
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dre2.h647 bool longest_match() const { return longest_match_; } in longest_match() function
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_api.cc381 size_t longest_match = 0; in FindVirtualHostForDomain() local