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

  /external/clang/test/SemaTemplate/
example-dynarray.cpp 145 dynarray<int> di2 = di; local
146 assert(di2.size() == 5);
147 assert(di.begin() != di2.begin());
148 for (dynarray<int>::iterator I = di2.begin(), IEnd = di2.end();
150 assert(*I == I - di2.begin());
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 122 DebugInfo *di0, *di1, *di2; local
128 di2 = NULL;
131 di2 = di1;
136 if (di0 != NULL && di1 != NULL && di2 != NULL) {
138 /* di0 points to di, di1 to its predecessor, and di2 to di1's
141 vg_assert(di2->next == di1);
144 di2->next = di0;
149 if (di0 != NULL && di1 != NULL && di2 == NULL) {
389 static Bool do_DebugInfos_overlap ( DebugInfo* di1, DebugInfo* di2 )
392 vg_assert(di2);
491 DebugInfo* di2 = NULL; local
1267 DebugInfo *di, *di2; local
    [all...]
  /dalvik/tests/068-classloader/src/
Main.java 418 * comes from FancyLoader, but the di2 returned from ifaceSuper
422 DoubledImplement2 di2 = ifaceSuper.getDoubledInstance2(); local
423 di2.one();
  /external/speex/libspeex/
smallft.c 693 float ci2,ci3,di2,di3,cr2,cr3,dr2,dr3,ti2,tr2; local
740 di2=ci2+cr3;
742 ch[t9-1]=wa1[i-2]*dr2-wa1[i-1]*di2;
743 ch[t9]=wa1[i-2]*di2+wa1[i-1]*dr2;

Completed in 197 milliseconds