Home
last modified time | relevance | path

Searched refs:longest_match (Results 1 – 25 of 38) sorted by relevance

12

/external/libtextclassifier/native/utils/container/
Ddouble-array-trie.cc63 Match* longest_match) const { in LongestPrefixMatch()
64 *longest_match = Match(); in LongestPrefixMatch()
66 input, [longest_match](const Match match) { *longest_match = match; }); in LongestPrefixMatch()
Dsorted-strings-table.cc108 Match* longest_match) const { in LongestPrefixMatch()
109 *longest_match = Match(); in LongestPrefixMatch()
111 input, [longest_match](const Match match) { *longest_match = match; }); in LongestPrefixMatch()
Dstring-set.h43 Match* longest_match) const = 0;
Dsorted-strings-table.h53 Match* longest_match) const override;
Ddouble-array-trie.h53 Match* longest_match) const override;
/external/rust/crates/libz-sys/src/zlib/contrib/masmx86/
Dmatch686.asm1 ; match686.asm -- Asm portion of the optimized longest_match for 32 bits x86
4 ; for MASM. This is as assembly version of longest_match
15 ; this file contain two implementation of longest_match
17 ; this longest_match was written by Brian raiter (1998), optimized for Pentium Pro
20 ; for using an assembly version of longest_match, you need define ASMV in project
37 ;uInt longest_match(s, cur_match)
99 public longest_match
162 ;;; match686.asm -- Pentium-Pro-optimized version of longest_match()
190 ;;; uInt longest_match(deflate_state *deflatestate, IPos curmatch)
194 longest_match proc near label
Dreadme.txt5 longest_match() and inflate_fast().
/external/llvm-project/llvm/test/CodeGen/X86/
Dfold-add.ll7 @llvm.used = appending global [1 x i8*] [i8* bitcast (i32 (i32)* @longest_match to i8*)] ; <[1 x i…
9 define fastcc i32 @longest_match(i32 %cur_match) nounwind {
10 ; CHECK-LABEL: longest_match:
/external/llvm/test/CodeGen/X86/
Dfold-add.ll7 @llvm.used = appending global [1 x i8*] [i8* bitcast (i32 (i32)* @longest_match to i8*)] ; <[1 x i…
9 define fastcc i32 @longest_match(i32 %cur_match) nounwind {
10 ; CHECK-LABEL: longest_match:
/external/rust/crates/regex-automata/src/
Ddeterminize.rs49 longest_match: bool, field
75 longest_match: false, in new()
91 pub fn longest_match(mut self, yes: bool) -> Determinizer<'a, S> { in longest_match() method
92 self.longest_match = yes; in longest_match()
264 if !self.longest_match { in new_state()
Ddense.rs1884 longest_match: bool, field
1903 longest_match: false, in new()
1949 if self.longest_match && !self.anchored { in build_from_nfa()
1956 .longest_match(self.longest_match) in build_from_nfa()
1959 Determinizer::new(nfa).longest_match(self.longest_match).build() in build_from_nfa()
2224 pub fn longest_match(&mut self, yes: bool) -> &mut Builder { in longest_match() method
2232 self.longest_match = yes; in longest_match()
/external/rust/crates/libz-sys/src/zlib-ng/
Dfunctable.c395 functable.longest_match = &longest_match_c; in longest_match_stub()
399 functable.longest_match = &longest_match_unaligned_64; in longest_match_stub()
401 functable.longest_match = &longest_match_unaligned_32; in longest_match_stub()
403 functable.longest_match = &longest_match_unaligned_16; in longest_match_stub()
407 functable.longest_match = &longest_match_unaligned_sse4; in longest_match_stub()
411 functable.longest_match = &longest_match_unaligned_avx2; in longest_match_stub()
415 return functable.longest_match(s, cur_match); in longest_match_stub()
Dfunctable.h18 uint32_t (* longest_match) (deflate_state *const s, Pos cur_match); member
Ddeflate_fast.c52 match_len = functable.longest_match(s, hash_head); in deflate_fast()
Ddeflate_medium.c216 current_match.match_length = (uint16_t)functable.longest_match(s, hash_head); in deflate_medium()
249 next_match.match_length = (uint16_t)functable.longest_match(s, hash_head); in deflate_medium()
Ddeflate_slow.c56 match_len = functable.longest_match(s, hash_head); in deflate_slow()
/external/rust/crates/libz-sys/src/zlib/contrib/masmx64/
Dreadme.txt4 longest_match() and inflate_fast(), for 64 bits x86 (both AMD64 and Intel EM64t),
8 assembly optimized version from Jean-loup Gailly original longest_match function
Dgvmat64.asm5 ; gvmat64.asm -- Asm portion of the optimized longest_match for 32 bits x86_64
10 ; File written by Gilles Vollant, by converting to assembly the longest_match
56 ;uInt longest_match(s, cur_match)
60 longest_match PROC label
/external/rust/crates/libz-sys/src/zlib/contrib/
DREADME.contrib30 assembler to replace longest_match() and inflate_fast()
50 replace longest_match() and inflate_fast(), also masm x86
54 x86 asm code to replace longest_match() and inflate_fast(),
/external/rust/crates/libz-sys/src/zlib/contrib/asm686/
Dmatch.S25 #define longest_match _longest_match macro
81 .globl match_init, longest_match
88 longest_match: label
/external/rust/crates/libz-sys/src/zlib/contrib/gcc_gvmat64/
Dgvmat64.S55 # define longest_match _longest_match macro
60 .globl match_init, longest_match
62 longest_match: label
/external/rust/crates/libz-sys/src/zlib/contrib/amd64/
Damd64-match.S13 # define longest_match _longest_match macro
56 .globl match_init, longest_match
145 longest_match: label
/external/libyuv/files/tools/msan/
Dblacklist.txt13 fun:longest_match
/external/angle/third_party/zlib/patches/
D0007-zero-init-deflate-window.patch8 This happens in both regular deflate's longest_match and deflate_rle.
/external/zlib/patches/
D0007-zero-init-deflate-window.patch8 This happens in both regular deflate's longest_match and deflate_rle.

12