/third_party/skia/third_party/externals/brotli/research/ |
D | find_opt_references.cc | 54 void BuildLCP(input_type* storage, sarray_type* sarray, lcp_type* lcp, in BuildLCP() argument 60 lcp[size - 1] = 0; in BuildLCP() 70 lcp[pos[i]] = k; in BuildLCP() 75 inline void PrintReference(sarray_type* sarray, lcp_type* lcp, size_t size, in PrintReference() argument 91 inline void GoLeft(sarray_type* sarray, lcp_type* lcp, int idx, int left_ix, in GoLeft() argument 96 if (lcp[left_ix] < left_lcp) break; in GoLeft() 103 inline void GoRight(sarray_type* sarray, lcp_type* lcp, int idx, size_t size, in GoRight() argument 108 if (lcp[right_ix] < right_lcp) break; in GoRight() 115 inline void StoreReference(sarray_type* sarray, lcp_type* lcp, size_t size, in StoreReference() argument 120 GoLeft(sarray, lcp, idx, left_ix, left_lcp, &entries[idx]); in StoreReference() [all …]
|
D | deorummolae.cc | 94 std::vector<TextIdx>* lcp, std::vector<TextIdx>* invese_sa) { in buildLcp() argument 96 lcp->resize(size); in buildLcp() 98 lcp->at(size - 1) = 0; in buildLcp() 109 lcp->at(invese_sa->at(i)) = k; in buildLcp() 118 TextIdx lcp; member 148 TextIdx length, std::vector<TextIdx>* sa, std::vector<TextIdx>* lcp, in cutMatch() argument 153 while (lcp->at(i) >= length) { in cutMatch() 161 if (index == 0 || lcp->at(index - 1) < length) break; in cutMatch() 216 std::vector<TextIdx> lcp; in DM_generate() local 236 buildLcp(&full_text, &sa, &lcp, &invese_sa); in DM_generate() [all …]
|
D | durchschlag.cc | 340 const TextIdx* lcp = index.lcp.data(); in durchschlag_prepare() local 363 if (lcp[current - 1] < sliceLen) { in durchschlag_prepare() 405 std::vector<TextIdx> lcp(total); in durchschlag_index() local 407 lcp[total - 1] = 0; in durchschlag_index() 418 lcp[current] = k; in durchschlag_index() 422 return {std::move(lcp), std::move(sa)}; in durchschlag_index()
|
D | durchschlag.h | 58 std::vector<DurchschlagTextIdx> lcp; member
|
/third_party/rust/crates/regex/src/literal/ |
D | imp.rs | 15 lcp: Memmem, field 61 lcp: Memmem::new(lits.longest_common_prefix()), in new() 132 pub fn lcp(&self) -> &Memmem { in lcp() method 133 &self.lcp in lcp()
|
/third_party/lwip/src/netif/ppp/ |
D | utils.c | 719 unsigned char *lcp = p + 2; in ppp_dump_packet() local 720 int l = (lcp[2] << 8) + lcp[3]; in ppp_dump_packet() 722 if ((lcp[0] == ECHOREQ || lcp[0] == ECHOREP) in ppp_dump_packet()
|
/third_party/lwip/src/ |
D | Filelists.mk | 111 $(LWIPDIR)/netif/ppp/lcp.c \
|
D | Filelists.cmake | 123 ${LWIP_DIR}/src/netif/ppp/lcp.c
|
/third_party/lwip/ |
D | lwip.gni | 125 "$LWIPDIR/netif/ppp/lcp.c",
|
D | CHANGELOG | 3037 * ppp_oe.c ppp_oe.h, auth.c chap.c fsm.c lcp.c ppp.c ppp.h,
|
/third_party/rust/crates/regex/src/ |
D | exec.rs | 1450 lcs_len >= 3 && lcs_len > self.dfa.prefixes.lcp().char_len() in should_suffix_scan()
|
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/ |
D | likelySubtags.txt | 689 lcp{"lcp_Thai_CN"}
|
D | supplementalData.txt | 5830 "lcp~q", 14092 lcp{ 26658 lcp{ 31235 lcp{
|
/third_party/icu/icu4c/source/data/misc/ |
D | likelySubtags.txt | 706 lcp{"lcp_Thai_CN"}
|
D | langInfo.txt | 958 "lcp","Thai","CN",
|
D | supplementalData.txt | 6048 "lcp~q", 14490 lcp{ 27433 lcp{ 32020 lcp{
|
/third_party/skia/third_party/externals/icu/source/data/misc/ |
D | likelySubtags.txt | 706 lcp{"lcp_Thai_CN"}
|
D | langInfo.txt | 959 "lcp","Thai","CN",
|
D | supplementalData.txt | 6048 "lcp~q", 14490 lcp{ 27433 lcp{ 32020 lcp{
|
/third_party/rust/crates/regex/bench/src/data/ |
D | 1MB.txt | 3149 lcp
|