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

  /external/eigen/Eigen/src/OrderingMethods/
Amd.h 121 Index* Cp = C.outerIndexPtr();
124 len[k] = Cp[k+1] - Cp[k];
141 Cp[n] = -1; /* n is a root of assembly tree */
152 Cp[i] = -1; /* i is a root of assembly tree */
160 Cp[i] = amd_flip (n);
186 if((p = Cp[j]) >= 0) /* j is a live node or element */
188 Cp[j] = Ci[p]; /* save first entry of object */
196 Ci[q] = Cp[j]; /* restore first entry of object */
197 Cp[j] = q++; /* new pointer to object j *
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyUtil.h 89 SimpleArray(T *Dat, size_t Cp, size_t Sz = 0)
90 : Data(Dat), Size(Sz), Capacity(Cp) {}
91 SimpleArray(MemRegionRef A, size_t Cp)
92 : Data(Cp == 0 ? nullptr : A.allocateT<T>(Cp)), Size(0), Capacity(Cp) {}