Searched refs:nblocks (Results 1 - 16 of 16) sorted by relevance

/external/e2fsprogs/e2fsck/
H A Dextend.c21 fprintf(stderr, _("%s: %s filename nblocks blocksize\n"),
30 int nblocks, blocksize; local
39 nblocks = strtoul(argv[2], 0, 0) - 1;
42 if (nblocks < 0) {
60 ret = lseek(fd, nblocks*blocksize, SEEK_SET);
70 ret = lseek(fd, nblocks*blocksize, SEEK_SET);
/external/chromium_org/third_party/angle_dx11/src/third_party/murmurhash/
H A DMurmurHash3.cpp98 const int nblocks = len / 4; local
108 const uint32_t * blocks = (const uint32_t *)(data + nblocks*4);
110 for(int i = -nblocks; i; i++)
126 const uint8_t * tail = (const uint8_t*)(data + nblocks*4);
154 const int nblocks = len / 16; local
169 const uint32_t * blocks = (const uint32_t *)(data + nblocks*16);
171 for(int i = -nblocks; i; i++)
198 const uint8_t * tail = (const uint8_t*)(data + nblocks*16);
259 const int nblocks = len / 16; local
272 for(int i = 0; i < nblocks;
[all...]
/external/chromium_org/third_party/smhasher/src/
H A DMurmurHash3.cpp98 const int nblocks = len / 4; local
108 const uint32_t * blocks = (const uint32_t *)(data + nblocks*4);
110 for(int i = -nblocks; i; i++)
126 const uint8_t * tail = (const uint8_t*)(data + nblocks*4);
154 const int nblocks = len / 16; local
169 const uint32_t * blocks = (const uint32_t *)(data + nblocks*16);
171 for(int i = -nblocks; i; i++)
198 const uint8_t * tail = (const uint8_t*)(data + nblocks*16);
259 const int nblocks = len / 16; local
272 for(int i = 0; i < nblocks;
[all...]
/external/opencv/cvaux/src/
H A Dcvbgfg_codebook.cpp96 int nblocks; local
134 nblocks = (int)((model->storage->block_size - sizeof(CvMemBlock))/sizeof(*freeList));
135 nblocks = MIN( nblocks, 1024 );
136 CV_ASSERT( nblocks > 0 );
198 nblocks*sizeof(*freeList));
199 for( i = 0; i < nblocks-1; i++ )
201 freeList[nblocks-1].next = 0;
/external/kernel-headers/original/linux/
H A Djbd.h896 extern handle_t *journal_start(journal_t *, int nblocks);
897 extern int journal_restart (handle_t *, int nblocks);
898 extern int journal_extend (handle_t *, int nblocks);
1063 int nblocks = journal->j_max_transaction_buffers; local
1065 nblocks += journal->j_committing_transaction->
1067 return nblocks;
H A Dsched.h721 int nblocks; member in struct:group_info
/external/valgrind/main/drd/
H A Ddrd_malloc_wrappers.c348 SizeT nblocks = 0; local
360 nblocks++;
366 nbytes, nblocks);
/external/e2fsprogs/lib/ext2fs/
H A Dkernel-jbd.h681 extern handle_t *journal_start(journal_t *, int nblocks);
682 extern handle_t *journal_try_start(journal_t *, int nblocks);
683 extern int journal_restart (handle_t *, int nblocks);
684 extern int journal_extend (handle_t *, int nblocks);
765 extern void log_wait_for_space(journal_t *, int nblocks);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_resource_texture.c298 const unsigned nblocks = util_format_get_nblocksx(pt->format, pt->width0); local
305 tex->stride = align(nblocks * util_format_get_blocksize(pt->format) * 2, 4);
306 tex->total_nblocksy = nblocks * 4;
312 unsigned x = initial_offsets[face][0] * nblocks;
313 unsigned y = initial_offsets[face][1] * nblocks;
314 unsigned d = nblocks;
556 const unsigned nblocks = util_format_get_nblocksx(pt->format, pt->width0); local
574 tex->stride = nblocks * 2 * util_format_get_blocksize(pt->format);
582 tex->total_nblocksy = nblocks * 4 + 1;
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_resource_texture.c298 const unsigned nblocks = util_format_get_nblocksx(pt->format, pt->width0); local
305 tex->stride = align(nblocks * util_format_get_blocksize(pt->format) * 2, 4);
306 tex->total_nblocksy = nblocks * 4;
312 unsigned x = initial_offsets[face][0] * nblocks;
313 unsigned y = initial_offsets[face][1] * nblocks;
314 unsigned d = nblocks;
556 const unsigned nblocks = util_format_get_nblocksx(pt->format, pt->width0); local
574 tex->stride = nblocks * 2 * util_format_get_blocksize(pt->format);
582 tex->total_nblocksy = nblocks * 4 + 1;
/external/valgrind/main/memcheck/
H A Dmc_malloc_wrappers.c1007 SizeT nblocks = 0; local
1018 nblocks++;
1027 nbytes, nblocks,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_hw_context.c222 ctx->nblocks++;
572 ctx->blocks = calloc(ctx->nblocks, sizeof(void*));
590 assert(c < ctx->nblocks);
H A Dr600_pipe.h412 unsigned nblocks; member in struct:r600_context
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_hw_context.c222 ctx->nblocks++;
572 ctx->blocks = calloc(ctx->nblocks, sizeof(void*));
590 assert(c < ctx->nblocks);
H A Dr600_pipe.h412 unsigned nblocks; member in struct:r600_context
/external/genext2fs/
H A Dgenext2fs.c151 unsigned long nblocks; member in struct:stats
1701 stats->nblocks += (st.st_size + BLOCKSIZE - 1) / BLOCKSIZE;
2668 stats.nblocks = 0;

Completed in 291 milliseconds