/external/skia/tests/ |
DataRefTest.cpp | 21 size_t sizea, sizeb; local 23 const void* memb = b->at(i, &sizeb); 24 REPORTER_ASSERT(reporter, sizea == sizeb);
|
/external/eigen/Eigen/src/Core/products/ |
GeneralMatrixMatrix.h | 153 std::size_t sizeB = kc*cols; 157 ei_declare_aligned_stack_constructed_variable(RhsScalar, blockB, sizeB, blocking.blockB()); 286 SizeB = ActualCols * MaxDepth, 291 EIGEN_ALIGN16 RhsScalar m_staticB[SizeB];
|
SelfadjointMatrixMatrix.h | 254 std::size_t sizeB = sizeW + kc*cols; 256 ei_declare_aligned_stack_constructed_variable(Scalar, allocatedBlockB, sizeB, 0); 331 std::size_t sizeB = sizeW + kc*cols; 333 ei_declare_aligned_stack_constructed_variable(Scalar, allocatedBlockB, sizeB, 0);
|
TriangularMatrixMatrix.h | 114 std::size_t sizeB = kc*cols; 118 ei_declare_aligned_stack_constructed_variable(Scalar, blockB, sizeB, blocking.blockB()); 243 std::size_t sizeB = kc*cols; 247 ei_declare_aligned_stack_constructed_variable(Scalar, blockB, sizeB, blocking.blockB());
|
TriangularSolverMatrix.h | 61 std::size_t sizeB = kc*cols; 65 ei_declare_aligned_stack_constructed_variable(Scalar, blockB, sizeB, blocking.blockB()); 204 std::size_t sizeB = kc*size; 208 ei_declare_aligned_stack_constructed_variable(Scalar, blockB, sizeB, blocking.blockB());
|
GeneralMatrixMatrixTriangular.h | 74 std::size_t sizeB = sizeW + kc*size; 76 ei_declare_aligned_stack_constructed_variable(RhsScalar, allocatedBlockB, sizeB, 0);
|
/external/valgrind/main/memcheck/ |
mc_malloc_wrappers.c | 225 static Bool complain_about_silly_args(SizeT sizeB, Char* fn) 230 if ((SSizeT)sizeB < 0) { 233 (SSizeT)sizeB, fn ); 239 static Bool complain_about_silly_args2(SizeT n, SizeT sizeB) 241 if ((SSizeT)n < 0 || (SSizeT)sizeB < 0) { 245 (SSizeT)n, (SSizeT)sizeB);
|
mc_main.c | [all...] |
/external/opencv/cxcore/src/ |
cxmatrix.cpp | 596 void* B, int stepB, CvSize sizeB, 600 void* B, int stepB, CvSize sizeB ); 606 arrtype* B, int stepB, CvSize sizeB, double* _det ) \ 616 assert( sizeA.height == sizeB.height ); \ 617 m = sizeB.width; \ 708 arrtype* B, int stepB, CvSize sizeB ) \ 711 int m = sizeB.width, i; \ 714 sizeA.height == sizeB.height ); \ [all...] |
/external/llvm/lib/MC/ |
ELFObjectWriter.cpp | [all...] |
/external/chromium_org/base/third_party/valgrind/ |
valgrind.h | [all...] |
/external/chromium_org/third_party/re2/util/ |
valgrind.h | [all...] |
/external/chromium_org/v8/src/third_party/valgrind/ |
valgrind.h | [all...] |
/external/regex-re2/util/ |
valgrind.h | [all...] |
/external/v8/src/third_party/valgrind/ |
valgrind.h | [all...] |
/external/valgrind/main/include/ |
valgrind.h | [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/third_party/ |
valgrind.h | [all...] |
/external/chromium_org/third_party/jemalloc/chromium/ |
jemalloc.c | 164 # define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) [all...] |
/external/chromium_org/third_party/jemalloc/vendor/ |
jemalloc.c | 157 # define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) [all...] |