/external/e2fsprogs/e2fsck/ |
extend.c | 21 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/ |
MurmurHash3.cpp | 98 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; i++ [all...] |
/external/jemalloc/include/jemalloc/internal/ |
hash.h | 91 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; i++) [all...] |
/external/chromium_org/third_party/smhasher/src/ |
MurmurHash3.cpp | 98 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; i++ [all...] |
/external/valgrind/main/drd/ |
drd_malloc_wrappers.c | 348 SizeT nblocks = 0; local 360 nblocks++; 366 nbytes, nblocks);
|
/external/opencv/cvaux/src/ |
cvbgfg_codebook.cpp | 96 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/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_resource_texture.c | 298 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/ |
i915_resource_texture.c | 298 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/ |
mc_malloc_wrappers.c | 1106 SizeT nblocks = 0; local [all...] |
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
fpdf_parser_encrypt.cpp | 698 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;
[all...] |
/bionic/libc/kernel/uapi/linux/ |
nvme.h | 512 __u16 nblocks; member in struct:nvme_user_io
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_pipe.h | 412 unsigned nblocks; member in struct:r600_context
|
/external/genext2fs/ |
genext2fs.c | 151 unsigned long nblocks; member in struct:stats [all...] |
/external/kernel-headers/original/uapi/linux/ |
nvme.h | 452 __u16 nblocks; member in struct:nvme_user_io
|
/external/mesa3d/src/gallium/drivers/r600/ |
r600_pipe.h | 412 unsigned nblocks; member in struct:r600_context
|
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/ |
nvme.h | 512 __u16 nblocks; member in struct:nvme_user_io
|
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/ |
nvme.h | 512 __u16 nblocks; member in struct:nvme_user_io
|
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/ |
nvme.h | 512 __u16 nblocks; member in struct:nvme_user_io
|