Searched defs:sizeB (Results 1 - 9 of 9) sorted by relevance

/external/llvm/lib/MC/
H A DStringTableBuilder.cpp17 size_t sizeB = b.size(); local
18 size_t len = std::min(sizeA, sizeB);
21 char cb = b[sizeB - i - 1];
25 return sizeA > sizeB;
/external/eigen/Eigen/src/Core/products/
H A DSelfadjointMatrixMatrix.h265 std::size_t sizeB = sizeW + kc*cols; local
267 ei_declare_aligned_stack_constructed_variable(Scalar, allocatedBlockB, sizeB, 0);
352 std::size_t sizeB = sizeW + kc*cols; local
354 ei_declare_aligned_stack_constructed_variable(Scalar, allocatedBlockB, sizeB, 0);
H A DTriangularMatrixMatrix.h127 std::size_t sizeB = kc*cols; local
131 ei_declare_aligned_stack_constructed_variable(Scalar, blockB, sizeB, blocking.blockB());
268 std::size_t sizeB = kc*cols; local
272 ei_declare_aligned_stack_constructed_variable(Scalar, blockB, sizeB, blocking.blockB());
H A DTriangularSolverMatrix.h68 std::size_t sizeB = kc*cols; local
72 ei_declare_aligned_stack_constructed_variable(Scalar, blockB, sizeB, blocking.blockB());
217 std::size_t sizeB = kc*size; local
221 ei_declare_aligned_stack_constructed_variable(Scalar, blockB, sizeB, blocking.blockB());
H A DGeneralMatrixMatrixTriangular.h77 std::size_t sizeB = sizeW + kc*size; local
79 ei_declare_aligned_stack_constructed_variable(RhsScalar, allocatedBlockB, sizeB, 0);
H A DGeneralMatrixMatrix.h154 std::size_t sizeB = kc*cols; local
158 ei_declare_aligned_stack_constructed_variable(RhsScalar, blockB, sizeB, blocking.blockB());
/external/valgrind/main/memcheck/
H A Dmc_malloc_wrappers.c339 static Bool complain_about_silly_args(SizeT sizeB, const HChar* fn) argument
344 if ((SSizeT)sizeB < 0) {
347 (SSizeT)sizeB, fn );
353 static Bool complain_about_silly_args2(SizeT n, SizeT sizeB) argument
355 if ((SSizeT)n < 0 || (SSizeT)sizeB < 0) {
359 (SSizeT)n, (SSizeT)sizeB);
H A Dmc_main.c2307 64 bit host: ocache: 100,663,296 sizeB 67,108,864 useful
2308 32 bit host: ocache: 92,274,688 sizeB 67,108,864 useful
5991 SizeT sizeB = arg[2]; local
5995 MC_(new_block) ( tid, p, sizeB, /*ignored*/0, is_zeroed,
5999 MC_(make_mem_noaccess) ( p + sizeB, rzB);
6730 " ocacheL1: %'12lu sizeB %'12u useful\n",
/external/valgrind/main/VEX/pub/
H A Dlibvex.h237 UInt sizeB; /* size of this cache in bytes */ member in struct:__anon32245
245 ({ (VexCache) { .kind = _kind, .level = _level, .sizeB = _size, \

Completed in 5149 milliseconds