HomeSort by relevance Sort by last modified time
    Searched full:seqs (Results 1 - 9 of 9) 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) */
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
regexp-dna.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
regexp-dna.js     [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 */
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 267 milliseconds