Home
last modified time | relevance | path

Searched refs:sizeB (Results 1 – 12 of 12) sorted by relevance

/external/eigen/Eigen/src/Core/products/
DTriangularSolverMatrix.h61 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());
DTriangularMatrixMatrix.h114 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());
DSelfadjointMatrixMatrix.h254 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);
DGeneralMatrixMatrixTriangular.h74 std::size_t sizeB = sizeW + kc*size;
76 ei_declare_aligned_stack_constructed_variable(RhsScalar, allocatedBlockB, sizeB, 0);
DGeneralMatrixMatrix.h153 std::size_t sizeB = kc*cols;
157 ei_declare_aligned_stack_constructed_variable(RhsScalar, blockB, sizeB, blocking.blockB());
/external/valgrind/main/memcheck/
Dmc_malloc_wrappers.c225 static Bool complain_about_silly_args(SizeT sizeB, Char* fn) in complain_about_silly_args() argument
230 if ((SSizeT)sizeB < 0) { in complain_about_silly_args()
233 (SSizeT)sizeB, fn ); in complain_about_silly_args()
239 static Bool complain_about_silly_args2(SizeT n, SizeT sizeB) in complain_about_silly_args2() argument
241 if ((SSizeT)n < 0 || (SSizeT)sizeB < 0) { in complain_about_silly_args2()
245 (SSizeT)n, (SSizeT)sizeB); in complain_about_silly_args2()
Dmc_main.c5551 SizeT sizeB = arg[2]; in mc_handle_client_request() local
5555 MC_(new_block) ( tid, p, sizeB, /*ignored*/0, is_zeroed, in mc_handle_client_request()
5559 MC_(make_mem_noaccess) ( p + sizeB, rzB); in mc_handle_client_request()
/external/opencv/cxcore/src/
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/
DELFObjectWriter.cpp1109 const unsigned sizeB = NameB.size(); in compareBySuffix() local
1110 const unsigned len = std::min(sizeA, sizeB); in compareBySuffix()
1113 char cb = NameB[sizeB - i - 1]; in compareBySuffix()
1118 return sizeB - sizeA; in compareBySuffix()
/external/v8/src/third_party/valgrind/
Dvalgrind.h3919 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \ argument
3922 addr, sizeB, rzB, is_zeroed, 0)
/external/regex-re2/util/
Dvalgrind.h4390 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \ argument
4394 addr, sizeB, rzB, is_zeroed, 0); \
/external/valgrind/main/include/
Dvalgrind.h4721 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \ argument
4723 addr, sizeB, rzB, is_zeroed, 0)