Searched refs:cp_end (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/OrderingMethods/
H A DEigen_Colamd.h500 IndexType *cp_end ; /* a pointer to the end of a column */ local
545 cp_end = &A [p [col+1]] ;
547 while (cp < cp_end)
613 cp_end = &A [p [col+1]] ;
614 while (cp < cp_end)
631 cp_end = &A [p [col+1]] ;
632 while (cp < cp_end)
720 IndexType *cp_end ; /* a pointer to the end of a column */ local
775 cp_end = cp + Col [c].length ;
776 while (cp < cp_end)
965 IndexType *cp_end ; /* pointer to the end of a column */ local
[all...]
/external/clang/lib/Frontend/
H A DTextDiagnostic.cpp126 unsigned char const *cp_end = begin+getNumBytesForUTF8(SourceLine[*i]);
128 ConversionResult res = ConvertUTF8toUTF32(&begin, cp_end, &cptr, cptr+1,
149 return std::make_pair(SmallString<16>(original_begin, cp_end), true);

Completed in 378 milliseconds