/external/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
|
/external/google-breakpad/src/client/mac/handler/ |
D | breakpad_nlist_64.cc | 294 struct load_command *lcp = load_commands; in __breakpad_fdnlist() local 298 if (lcp->cmdsize % sizeof(word_type) != 0 || in __breakpad_fdnlist() 299 lcp->cmdsize <= 0 || in __breakpad_fdnlist() 300 (char *)lcp + lcp->cmdsize > in __breakpad_fdnlist() 305 if (lcp->cmd == LC_SYMTAB) { in __breakpad_fdnlist() 306 if (lcp->cmdsize != in __breakpad_fdnlist() 311 stp = (struct symtab_command *)lcp; in __breakpad_fdnlist() 314 lcp = (struct load_command *) in __breakpad_fdnlist() 315 ((char *)lcp + lcp->cmdsize); in __breakpad_fdnlist()
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_combo_box.cpp | 324 CreateParams lcp = cp; in CreateListBox() local 325 lcp.dwFlags = in CreateListBox() 327 lcp.nBorderStyle = BorderStyle::SOLID; in CreateListBox() 328 lcp.dwBorderWidth = 1; in CreateListBox() 329 lcp.eCursorType = FXCT_ARROW; in CreateListBox() 330 lcp.rcRectWnd = CFX_FloatRect(); in CreateListBox() 332 lcp.fFontSize = in CreateListBox() 336 lcp.sBorderColor = PWL_DEFAULT_BLACKCOLOR; in CreateListBox() 339 lcp.sBackgroundColor = PWL_DEFAULT_WHITECOLOR; in CreateListBox() 341 auto pList = pdfium::MakeUnique<CPWL_CBListBox>(lcp, CloneAttachedData()); in CreateListBox()
|
/external/scapy/test/ |
D | pptp.uts | 25 ~ gre ip pptp ppp lcp 51 ~ gre ip pptp ppp hdlc lcp lcp_echo 83 ~ ppp lcp lcp_echo 105 ~ ppp lcp lcp_configure magic_number 122 ~ ppp lcp lcp_configure lcp_configure_ack 145 ~ ppp lcp lcp_configure lcp_configure_nak lcp_mru_option lcp_accm_option 170 ~ ppp lcp lcp_configure lcp_configure_reject 195 ~ ppp lcp lcp_configure 228 ~ ppp lcp lcp_configure 260 ~ ppp lcp lcp_code_reject [all …]
|
/external/ppp/pppd/ |
D | Makefile.linux | 14 PPPDSRCS = main.c magic.c fsm.c lcp.c ipcp.c upap.c chap-new.c md5.c ccp.c \ 19 ipxcp.h lcp.h magic.h md5.h patchlevel.h pathnames.h pppd.h \ 23 PPPDOBJS = main.o magic.o fsm.o lcp.o ipcp.o upap.o chap-new.o md5.o ccp.o \
|
D | utils.c | 819 unsigned char *lcp = p + PPP_HDRLEN; in dump_packet() local 820 int l = (lcp[2] << 8) + lcp[3]; in dump_packet() 822 if ((lcp[0] == ECHOREQ || lcp[0] == ECHOREP) in dump_packet()
|
D | Makefile.sol2 | 11 OBJS = main.o magic.o fsm.o lcp.o ipcp.o upap.o chap-new.o eap.o md5.o \
|
D | Android.bp | 47 "lcp.c",
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | extraLanguagesAndScripts.txt | 66 [lcp] Lawa, western Thai Online China, Thailand - ISO/DIS 639-3
|
D | language_script_raw.txt | 438 lcp Western Lawa primary Thai Thai
|
D | country_language_population_raw.txt | 231 China CN "1,384,688,986" 95% "23,210,000,000,000" Western Lawa lcp "79,900" 1246 Thailand TH "68,615,858" 94% "1,236,000,000,000" Western Lawa lcp "7,000" 25%
|
D | iso-639-3_Name_Index.tab | 3680 lcp Western Lawa Lawa, Western
|
D | iso-639-3.tab | 3516 lcp I L Western Lawa
|
D | language-subtag-registry | 19522 Subtag: lcp
|
/external/icu/icu4c/source/data/misc/ |
D | likelySubtags.txt | 699 lcp{"lcp_Thai_CN"}
|
D | langInfo.txt | 1559 "lcp","Thai","CN",
|
D | supplementalData.txt | 6024 "lcp~q", 14411 lcp{ 28079 lcp{ 32657 lcp{
|