/external/llvm/lib/MC/ |
D | StringTableBuilder.cpp | 19 size_t sizeB = b.size(); in compareBySuffix() local 20 size_t len = std::min(sizeA, sizeB); in compareBySuffix() 23 char cb = b[sizeB - i - 1]; in compareBySuffix() 27 return sizeA > sizeB; in compareBySuffix()
|
/external/valgrind/cachegrind/ |
D | cg_arch.c | 378 if (i1->sizeB == 12 * 1024 || i1->sizeB == 16 * 1024) { in configure_caches() 384 i1->sizeB / 1024); in configure_caches() 390 *I1c = (cache_t) { i1->sizeB, i1->assoc, i1->line_sizeB }; in configure_caches() 392 *D1c = (cache_t) { d1->sizeB, d1->assoc, d1->line_sizeB }; in configure_caches() 393 *LLc = (cache_t) { ll->sizeB, ll->assoc, ll->line_sizeB }; in configure_caches()
|
/external/eigen/Eigen/src/Core/products/ |
D | TriangularSolverMatrix.h | 68 std::size_t sizeB = kc*cols; 72 ei_declare_aligned_stack_constructed_variable(Scalar, blockB, sizeB, blocking.blockB()); 217 std::size_t sizeB = kc*size; 221 ei_declare_aligned_stack_constructed_variable(Scalar, blockB, sizeB, blocking.blockB());
|
D | SelfadjointMatrixMatrix.h | 265 std::size_t sizeB = sizeW + kc*cols; 267 ei_declare_aligned_stack_constructed_variable(Scalar, allocatedBlockB, sizeB, 0); 352 std::size_t sizeB = sizeW + kc*cols; 354 ei_declare_aligned_stack_constructed_variable(Scalar, allocatedBlockB, sizeB, 0);
|
D | TriangularMatrixMatrix.h | 127 std::size_t sizeB = kc*cols; 131 ei_declare_aligned_stack_constructed_variable(Scalar, blockB, sizeB, blocking.blockB()); 268 std::size_t sizeB = kc*cols; 272 ei_declare_aligned_stack_constructed_variable(Scalar, blockB, sizeB, blocking.blockB());
|
D | GeneralMatrixMatrixTriangular.h | 77 std::size_t sizeB = sizeW + kc*size; 79 ei_declare_aligned_stack_constructed_variable(RhsScalar, allocatedBlockB, sizeB, 0);
|
D | GeneralMatrixMatrix.h | 154 std::size_t sizeB = kc*cols; 158 ei_declare_aligned_stack_constructed_variable(RhsScalar, blockB, sizeB, blocking.blockB());
|
/external/valgrind/VEX/pub/ |
D | libvex.h | 253 UInt sizeB; /* size of this cache in bytes */ member 261 ({ (VexCache) { .kind = _kind, .level = _level, .sizeB = _size, \
|
/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/valgrind/coregrind/ |
D | m_cache.c | 527 ci->caches[i].sizeB *= 1024; in get_caches_from_CPUID() 692 VG_(debugLog)(1, "cache", " size = %u bytes\n", c->sizeB); in write_cache_info()
|
/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/memcheck/ |
D | mc_main.c | 6009 SizeT sizeB = arg[2]; in mc_handle_client_request() local 6013 MC_(new_block) ( tid, p, sizeB, /*ignored*/0, is_zeroed, in mc_handle_client_request() 6017 MC_(make_mem_noaccess) ( p + sizeB, rzB); in mc_handle_client_request()
|
/external/valgrind/include/ |
D | valgrind.h | 6975 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \ argument 6977 addr, sizeB, rzB, is_zeroed, 0)
|