Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DStringTableBuilder.cpp19 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/
Dcg_arch.c378 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/
DTriangularSolverMatrix.h68 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());
DSelfadjointMatrixMatrix.h265 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);
DTriangularMatrixMatrix.h127 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());
DGeneralMatrixMatrixTriangular.h77 std::size_t sizeB = sizeW + kc*size;
79 ei_declare_aligned_stack_constructed_variable(RhsScalar, allocatedBlockB, sizeB, 0);
DGeneralMatrixMatrix.h154 std::size_t sizeB = kc*cols;
158 ei_declare_aligned_stack_constructed_variable(RhsScalar, blockB, sizeB, blocking.blockB());
/external/valgrind/VEX/pub/
Dlibvex.h253 UInt sizeB; /* size of this cache in bytes */ member
261 ({ (VexCache) { .kind = _kind, .level = _level, .sizeB = _size, \
/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/valgrind/coregrind/
Dm_cache.c527 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/
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/memcheck/
Dmc_main.c6009 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/
Dvalgrind.h6975 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \ argument
6977 addr, sizeB, rzB, is_zeroed, 0)