Searched refs:sizeB (Results 1 - 18 of 18) sorted by relevance

/external/eigen/Eigen/src/Core/products/
H A DSelfadjointMatrixMatrix.h254 std::size_t sizeB = sizeW + kc*cols; local
256 ei_declare_aligned_stack_constructed_variable(Scalar, allocatedBlockB, sizeB, 0);
331 std::size_t sizeB = sizeW + kc*cols; local
333 ei_declare_aligned_stack_constructed_variable(Scalar, allocatedBlockB, sizeB, 0);
H A DTriangularMatrixMatrix.h114 std::size_t sizeB = kc*cols; local
118 ei_declare_aligned_stack_constructed_variable(Scalar, blockB, sizeB, blocking.blockB());
243 std::size_t sizeB = kc*cols; local
247 ei_declare_aligned_stack_constructed_variable(Scalar, blockB, sizeB, blocking.blockB());
H A DTriangularSolverMatrix.h61 std::size_t sizeB = kc*cols; local
65 ei_declare_aligned_stack_constructed_variable(Scalar, blockB, sizeB, blocking.blockB());
204 std::size_t sizeB = kc*size; local
208 ei_declare_aligned_stack_constructed_variable(Scalar, blockB, sizeB, blocking.blockB());
H A DGeneralMatrixMatrixTriangular.h74 std::size_t sizeB = sizeW + kc*size; local
76 ei_declare_aligned_stack_constructed_variable(RhsScalar, allocatedBlockB, sizeB, 0);
H A DGeneralMatrixMatrix.h153 std::size_t sizeB = kc*cols; local
157 ei_declare_aligned_stack_constructed_variable(RhsScalar, blockB, sizeB, blocking.blockB());
/external/valgrind/main/memcheck/
H A Dmc_malloc_wrappers.c225 static Bool complain_about_silly_args(SizeT sizeB, Char* fn) argument
230 if ((SSizeT)sizeB < 0) {
233 (SSizeT)sizeB, fn );
239 static Bool complain_about_silly_args2(SizeT n, SizeT sizeB) argument
241 if ((SSizeT)n < 0 || (SSizeT)sizeB < 0) {
245 (SSizeT)n, (SSizeT)sizeB);
H A Dmc_main.c2102 64 bit host: ocache: 100,663,296 sizeB 67,108,864 useful
2103 32 bit host: ocache: 92,274,688 sizeB 67,108,864 useful
5551 SizeT sizeB = arg[2]; local
5555 MC_(new_block) ( tid, p, sizeB, /*ignored*/0, is_zeroed,
5559 MC_(make_mem_noaccess) ( p + sizeB, rzB);
6250 " ocacheL1: %'12lu sizeB %'12u useful\n",
/external/opencv/cxcore/src/
H A Dcxmatrix.cpp596 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 ); \
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp1113 const unsigned sizeB = NameB.size(); local
1114 const unsigned len = std::min(sizeA, sizeB);
1117 char cb = NameB[sizeB - i - 1];
1122 return sizeB - sizeA;
/external/chromium_org/base/third_party/valgrind/
H A Dvalgrind.h4599 redzone), 'sizeB' is its size. 'rzB' is the redzone size if the allocator
4654 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \
4658 addr, sizeB, rzB, is_zeroed, 0); \
/external/chromium_org/third_party/re2/util/
H A Dvalgrind.h4336 redzone), 'sizeB' is its size. 'rzB' is the redzone size if the allocator
4391 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \
4395 addr, sizeB, rzB, is_zeroed, 0); \
/external/chromium_org/third_party/tcmalloc/vendor/src/third_party/
H A Dvalgrind.h3807 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \
3811 addr, sizeB, rzB, is_zeroed, 0); \
/external/chromium_org/v8/src/third_party/valgrind/
H A Dvalgrind.h3850 redzone), 'sizeB' is its size. 'rzB' is the redzone size if the allocator
3919 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \
3922 addr, sizeB, rzB, is_zeroed, 0)
/external/regex-re2/util/
H A Dvalgrind.h4335 redzone), 'sizeB' is its size. 'rzB' is the redzone size if the allocator
4390 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \
4394 addr, sizeB, rzB, is_zeroed, 0); \
/external/v8/src/third_party/valgrind/
H A Dvalgrind.h3850 redzone), 'sizeB' is its size. 'rzB' is the redzone size if the allocator
3919 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \
3922 addr, sizeB, rzB, is_zeroed, 0)
/external/valgrind/main/include/
H A Dvalgrind.h4652 redzone), 'sizeB' is its size. 'rzB' is the redzone size if the allocator
4721 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \
4723 addr, sizeB, rzB, is_zeroed, 0)
/external/chromium_org/third_party/jemalloc/chromium/
H A Djemalloc.c164 # define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed)
/external/chromium_org/third_party/jemalloc/vendor/
H A Djemalloc.c157 # define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed)

Completed in 1033 milliseconds