HomeSort by relevance Sort by last modified time
    Searched refs:lcp (Results 1 - 15 of 15) sorted by null

  /external/brotli/research/
deorummolae.cc 84 std::vector<int>* lcp, std::vector<int>* invese_sa) {
86 lcp->resize(size);
88 lcp->at(size - 1) = 0;
98 lcp->at(invese_sa->at(i)) = k;
103 /* Isle is a range in SA with LCP not less than some value.
104 When we raise the LCP requirement, the isle sunks and smaller isles appear
107 int lcp; member in struct:__anon14426
137 std::vector<int>* sa, std::vector<int>* lcp, std::vector<int>* invese_sa,
142 while (lcp->at(i) >= length) {
150 if (index == 0 || lcp->at(index - 1) < length) break
191 std::vector<int> lcp; local
    [all...]
find_opt_references.cc 54 void BuildLCP(input_type* storage, sarray_type* sarray, lcp_type* lcp,
60 lcp[size - 1] = 0;
70 lcp[pos[i]] = k;
75 inline void PrintReference(sarray_type* sarray, lcp_type* lcp, size_t size,
91 inline void GoLeft(sarray_type* sarray, lcp_type* lcp, int idx, int left_ix,
96 if (lcp[left_ix] < left_lcp) break;
103 inline void GoRight(sarray_type* sarray, lcp_type* lcp, int idx, size_t size,
108 if (lcp[right_ix] < right_lcp) break;
115 inline void StoreReference(sarray_type* sarray, lcp_type* lcp, size_t size,
120 GoLeft(sarray, lcp, idx, left_ix, left_lcp, &entries[idx])
224 lcp_type* lcp = new lcp_type[input_size]; local
    [all...]
  /external/google-breakpad/src/client/mac/handler/
breakpad_nlist_64.cc 294 struct load_command *lcp = load_commands; local
298 if (lcp->cmdsize % sizeof(word_type) != 0 ||
299 lcp->cmdsize <= 0 ||
300 (char *)lcp + lcp->cmdsize >
305 if (lcp->cmd == LC_SYMTAB) {
306 if (lcp->cmdsize !=
311 stp = (struct symtab_command *)lcp;
314 lcp = (struct load_command *)
315 ((char *)lcp + lcp->cmdsize)
    [all...]
  /external/pdfium/fpdfsdk/pwl/
cpwl_combo_box.cpp 302 CreateParams lcp = cp; local
303 lcp.pParentWnd = this;
304 lcp.dwFlags =
306 lcp.nBorderStyle = BorderStyle::SOLID;
307 lcp.dwBorderWidth = 1;
308 lcp.eCursorType = FXCT_ARROW;
309 lcp.rcRectWnd = CFX_FloatRect();
311 lcp.fFontSize =
315 lcp.sBorderColor = PWL_DEFAULT_BLACKCOLOR;
318 lcp.sBackgroundColor = PWL_DEFAULT_WHITECOLOR
    [all...]
  /external/ppp/pppd/
Android.mk 17 lcp.c \
Makefile.sol2 11 OBJS = main.o magic.o fsm.o lcp.o ipcp.o upap.o chap-new.o eap.o md5.o \
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 \
utils.c 60 #include "lcp.h"
813 * don't print LCP echo request/reply packets if debug <= 1
819 unsigned char *lcp = p + PPP_HDRLEN; local
820 int l = (lcp[2] << 8) + lcp[3];
822 if ((lcp[0] == ECHOREQ || lcp[0] == ECHOREP)
  /external/valgrind/memcheck/
mc_leakcheck.c     [all...]
mc_main.c 6582 LeakCheckParams lcp; local
6987 LeakCheckParams lcp; local
8052 LeakCheckParams lcp; local
    [all...]
mc_include.h 468 void MC_(detect_memory_leaks) ( ThreadId tid, LeakCheckParams * lcp);
474 // maintains the lcp.deltamode given in the last call to detect_memory_leaks
  /external/scapy/test/
pptp.uts 24 = Test IP/GRE v1 decoding with PPP LCP
25 ~ gre ip pptp ppp lcp
50 = Test IP/GRE v1 encoding/decoding with PPP LCP Echo
51 ~ gre ip pptp ppp hdlc lcp lcp_echo
81 + PPP LCP Tests
82 = Test LCP Echo Request / Reply
83 ~ ppp lcp lcp_echo
104 = Test LCP Configure Request
105 ~ ppp lcp lcp_configure magic_number
121 = Test LCP Configure Ac
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 837 leaf_const_pointer lcp = static_cast<leaf_const_pointer>(m_p_nd); local
838 return m_p_traits->begin(m_p_traits->extract_key(lcp->value()));
849 leaf_const_pointer lcp = static_cast<leaf_const_pointer>(m_p_nd); local
850 return m_p_traits->end(m_p_traits->extract_key(lcp->value()));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 837 leaf_const_pointer lcp = static_cast<leaf_const_pointer>(m_p_nd); local
838 return m_p_traits->begin(m_p_traits->extract_key(lcp->value()));
849 leaf_const_pointer lcp = static_cast<leaf_const_pointer>(m_p_nd); local
850 return m_p_traits->end(m_p_traits->extract_key(lcp->value()));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mprapi.h 434 PPP_LCP_INFO lcp; member in struct:_PPP_INFO_2
658 PPP_LCP_INFO lcp; member in struct:_PPP_INFO_3
    [all...]

Completed in 414 milliseconds