/external/libtextclassifier/native/utils/container/ |
D | double-array-trie.cc | 63 Match* longest_match) const { in LongestPrefixMatch() 64 *longest_match = Match(); in LongestPrefixMatch() 66 input, [longest_match](const Match match) { *longest_match = match; }); in LongestPrefixMatch()
|
D | sorted-strings-table.cc | 108 Match* longest_match) const { in LongestPrefixMatch() 109 *longest_match = Match(); in LongestPrefixMatch() 111 input, [longest_match](const Match match) { *longest_match = match; }); in LongestPrefixMatch()
|
D | string-set.h | 43 Match* longest_match) const = 0;
|
D | sorted-strings-table.h | 53 Match* longest_match) const override;
|
D | double-array-trie.h | 53 Match* longest_match) const override;
|
/external/rust/crates/libz-sys/src/zlib/contrib/masmx86/ |
D | match686.asm | 1 ; 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
|
D | readme.txt | 5 longest_match() and inflate_fast().
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | fold-add.ll | 7 @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/ |
D | fold-add.ll | 7 @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/ |
D | determinize.rs | 49 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()
|
D | dense.rs | 1884 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/ |
D | functable.c | 395 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()
|
D | functable.h | 18 uint32_t (* longest_match) (deflate_state *const s, Pos cur_match); member
|
D | deflate_fast.c | 52 match_len = functable.longest_match(s, hash_head); in deflate_fast()
|
D | deflate_medium.c | 216 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()
|
D | deflate_slow.c | 56 match_len = functable.longest_match(s, hash_head); in deflate_slow()
|
/external/rust/crates/libz-sys/src/zlib/contrib/masmx64/ |
D | readme.txt | 4 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
|
D | gvmat64.asm | 5 ; 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/ |
D | README.contrib | 30 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/ |
D | match.S | 25 #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/ |
D | gvmat64.S | 55 # 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/ |
D | amd64-match.S | 13 # define longest_match _longest_match macro 56 .globl match_init, longest_match 145 longest_match: label
|
/external/libyuv/files/tools/msan/ |
D | blacklist.txt | 13 fun:longest_match
|
/external/angle/third_party/zlib/patches/ |
D | 0007-zero-init-deflate-window.patch | 8 This happens in both regular deflate's longest_match and deflate_rle.
|
/external/zlib/patches/ |
D | 0007-zero-init-deflate-window.patch | 8 This happens in both regular deflate's longest_match and deflate_rle.
|