Home
last modified time | relevance | path

Searched refs:nBlocks (Results 1 – 8 of 8) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
Dreadpdb.c975 unsigned blocksize, nBlocks; in pdb_ds_read() local
987 nBlocks = (size + blocksize - 1) / blocksize; in pdb_ds_read()
988 buffer = ML_(dinfo_zalloc)("di.readpe.pdr.1", nBlocks * blocksize); in pdb_ds_read()
989 for (i = 0; i < nBlocks; i++) in pdb_ds_read()
1001 unsigned blocksize, nBlocks; in pdb_jg_read() local
1008 nBlocks = (size + blocksize-1) / blocksize; in pdb_jg_read()
1009 buffer = ML_(dinfo_zalloc)("di.readpe.pjr.1", nBlocks * blocksize); in pdb_jg_read()
1010 for ( i = 0; i < nBlocks; i++ ) in pdb_jg_read()
/external/skia/src/utils/
DSkTextureCompressor_R11EAC.cpp648 const int nBlocks = (width * height / 16); // 4x4 pixel blocks. in CreateR11EACBlitter() local
650 for (int i = 0; i < nBlocks; ++i) { in CreateR11EACBlitter()
DSkTextureCompressor_ASTC.cpp2069 const int nBlocks = (width * height / 144); in CreateASTCBlitter() local
2071 for (int i = 0; i < nBlocks; ++i) { in CreateASTCBlitter()
/external/valgrind/coregrind/
Dm_mallocfree.c1370 ULong nBlocks; member
1458 anCCs[k].nBlocks = 0; in cc_analyse_alloc_arena()
1464 anCCs[k].nBlocks++; in cc_analyse_alloc_arena()
1476 anCCs[n_ccs].nBlocks = a->stats__perm_blocks; in cc_analyse_alloc_arena()
1485 anCCs[k].nBytes, anCCs[k].nBlocks, anCCs[k].cc ); in cc_analyse_alloc_arena()
/external/valgrind/memcheck/
Dmc_include.h473 /*OUT*/UWord* nBlocks );
Dmc_main.c5431 /*OUT*/UWord* nBlocks ) in MC_()
5434 *nBlocks = cgb_used; in MC_()
/external/valgrind/exp-sgcheck/
Dsg_main.c1526 Word i, nBlocks = VG_(sizeXA)( thisInstrBlocks ); in classify_address() local
1527 if (nBlocks == 0) stats__t_i_b_empty++; in classify_address()
1528 for (i = 0; i < nBlocks; i++) { in classify_address()
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_parser.cpp452 FX_INT32 nBlocks = count / 1024 + 1; in LoadLinearizedCrossRefV4() local
453 for (FX_INT32 block = 0; block < nBlocks; block ++) { in LoadLinearizedCrossRefV4()
454 FX_INT32 block_size = block == nBlocks - 1 ? count % 1024 : 1024; in LoadLinearizedCrossRefV4()
543 FX_INT32 nBlocks = count / 1024 + 1; in LoadCrossRefV4() local
545 for (FX_INT32 block = 0; block < nBlocks; block ++) { in LoadCrossRefV4()
546 FX_INT32 block_size = block == nBlocks - 1 ? count % 1024 : 1024; in LoadCrossRefV4()