/external/eigen/Eigen/src/Core/products/ |
D | 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());
|
D | 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());
|
D | 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);
|
D | GeneralMatrixMatrixTriangular.h | 74 std::size_t sizeB = sizeW + kc*size; 76 ei_declare_aligned_stack_constructed_variable(RhsScalar, allocatedBlockB, sizeB, 0);
|
D | GeneralMatrixMatrix.h | 153 std::size_t sizeB = kc*cols; 157 ei_declare_aligned_stack_constructed_variable(RhsScalar, blockB, sizeB, blocking.blockB());
|
/external/valgrind/main/memcheck/ |
D | mc_malloc_wrappers.c | 225 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()
|
D | mc_main.c | 5551 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/ |
D | 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 ); \
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 1109 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/ |
D | valgrind.h | 3919 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \ argument 3922 addr, sizeB, rzB, is_zeroed, 0)
|
/external/regex-re2/util/ |
D | valgrind.h | 4390 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \ argument 4394 addr, sizeB, rzB, is_zeroed, 0); \
|
/external/valgrind/main/include/ |
D | valgrind.h | 4721 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \ argument 4723 addr, sizeB, rzB, is_zeroed, 0)
|