Searched defs:nblocks (Results 1 - 14 of 14) 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/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/jemalloc/include/jemalloc/internal/
H A Dhash.h91 const int nblocks = len / 4; local
100 const uint32_t *blocks = (const uint32_t *) (data + nblocks*4);
103 for (i = -nblocks; i; i++) {
118 const uint8_t *tail = (const uint8_t *) (data + nblocks*4);
143 const int nblocks = len / 16; local
157 const uint32_t *blocks = (const uint32_t *) (data + nblocks*16);
160 for (i = -nblocks; i; i++) {
190 const uint8_t *tail = (const uint8_t *) (data + nblocks*16);
245 const int nblocks = len / 16; local
258 for (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/valgrind/main/drd/
H A Ddrd_malloc_wrappers.c348 SizeT nblocks = 0; local
360 nblocks++;
366 nbytes, 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.c1106 SizeT nblocks = 0; local
1117 nblocks++;
1126 nbytes, nblocks,
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_encrypt.cpp698 int nblocks = src_size / 16; local
699 CRYPT_AESEncrypt(m_pAESContext, dest_buf + 16, src_buf, nblocks * 16);
701 FXSYS_memcpy32(padding, src_buf + nblocks * 16, src_size % 16);
703 CRYPT_AESEncrypt(m_pAESContext, dest_buf + nblocks * 16 + 16, padding, 16);
704 dest_size = 32 + nblocks * 16;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
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;
/external/kernel-headers/original/uapi/linux/
H A Dnvme.h452 __u16 nblocks; member in struct:nvme_user_io
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe.h412 unsigned nblocks; member in struct:r600_context

Completed in 3970 milliseconds