HomeSort by relevance Sort by last modified time
    Searched full:seqs (Results 1 - 18 of 18) sorted by null

  /external/llvm/utils/TableGen/
SequenceToOffsetTable.h 53 SeqMap Seqs;
70 typename SeqMap::iterator I = Seqs.lower_bound(Seq);
74 if (I != Seqs.end() && isSuffix(Seq, I->first))
77 I = Seqs.insert(I, std::make_pair(Seq, 0u));
80 if (I != Seqs.begin() && isSuffix((--I)->first, Seq))
81 Seqs.erase(I);
84 bool empty() const { return Seqs.empty(); }
89 // Lay out the table in Seqs iteration order.
90 for (typename SeqMap::iterator I = Seqs.begin(), E = Seqs.end(); I != E
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
multiway_mergesort.h 144 seqs(sd->num_threads);
146 seqs[s] = std::make_pair(sd->temporary[s],
154 multiseq_partition(seqs.begin(), seqs.end(),
161 sd->pieces[iam][seq].end = offsets[seq] - seqs[seq].first;
365 seq_vector_type seqs(sd->num_threads);
369 seqs[s] =
379 (seqs.begin(), seqs.end(),
merge.h 246 seqs[2] = { std::make_pair(begin1, end1), local
251 seqs, seqs + 2, target,
multiway_merge.h     [all...]
  /external/libppp/src/
lcp.h 59 unsigned his_shortseq : 1; /* Peer would like only 12bit seqs (MP) */
72 unsigned want_shortseq : 1; /* I'd like only 12bit seqs (MP) */
124 #define TY_SHORTSEQ 18 /* Want short seqs (12bit) please (see mp.h) */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mhlib.py 336 seqs = self.getsequences()
338 return max(seqs['cur'])
378 seqs = self.getsequences()
379 if not head in seqs:
383 msgs = seqs[head]
415 seqs = self.getsequences()
416 if not seq in seqs:
420 return seqs[seq]
979 seqs = f.getsequences()
980 seqs['foo'] = IntSet('1-10 12-20', ' ').tolist(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mhlib.py 336 seqs = self.getsequences()
338 return max(seqs['cur'])
378 seqs = self.getsequences()
379 if not head in seqs:
383 msgs = seqs[head]
415 seqs = self.getsequences()
416 if not seq in seqs:
420 return seqs[seq]
979 seqs = f.getsequences()
980 seqs['foo'] = IntSet('1-10 12-20', ' ').tolist(
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mhlib.py 237 seqs = readFile(os.path.join(_mhpath, 'wide', '.mh_sequences'))
238 seqs = sortLines(seqs)
239 eq(seqs, ["cur: 5",
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mhlib.py 237 seqs = readFile(os.path.join(_mhpath, 'wide', '.mh_sequences'))
238 seqs = sortLines(seqs)
239 eq(seqs, ["cur: 5",
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/
sunspider-regexp-dna.html     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
regexp-dna.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
regexp-dna.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
regexp-dna.js     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
multiway_merge.h     [all...]
  /external/mksh/src/
expr.c 786 /* < 0xC2: non-minimalistic mapping error in 2-byte seqs */
808 /* Check for non-minimalistic mapping error in 3-byte seqs */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
MultiCall.py 146 # self.handlerids is the list of seqs and ids of binded handler functions.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
MultiCall.py 146 # self.handlerids is the list of seqs and ids of binded handler functions.
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 932 milliseconds