HomeSort by relevance Sort by last modified time
    Searched defs:nblocks (Results 1 - 20 of 20) sorted by null

  /external/e2fsprogs/e2fsck/
extend.c 22 fprintf(stderr, _("%s: %s filename nblocks blocksize\n"),
31 int nblocks, blocksize; local
40 nblocks = strtoul(argv[2], 0, 0) - 1;
43 if (nblocks < 0) {
61 ret = lseek(fd, nblocks*blocksize, SEEK_SET);
71 ret = lseek(fd, nblocks*blocksize, SEEK_SET);
  /external/grpc-grpc/src/core/lib/gpr/
murmur_hash.cc 43 const size_t nblocks = len / bsize; local
46 for (size_t i = 0; i < nblocks; i++, keyptr += bsize) {
  /external/fec/
dotprod_av.c 61 int nblocks; local
70 nblocks = (dp->len+al-1)/8+1;
74 while(nblocks >= 4){
75 sums0 = vec_msums(ar[nblocks-1],d[nblocks-1],sums0);
76 sums1 = vec_msums(ar[nblocks-2],d[nblocks-2],sums1);
77 sums2 = vec_msums(ar[nblocks-3],d[nblocks-3],sums2);
78 sums3 = vec_msums(ar[nblocks-4],d[nblocks-4],sums3)
    [all...]
  /art/libartbase/base/
data_hash.h 58 const int nblocks = len / 4; local
62 for (i = 0; i < nblocks; i++) {
72 const uint8_t *tail = reinterpret_cast<const uint8_t*>(data + nblocks * 4);
  /bionic/libc/kernel/uapi/linux/
nvme_ioctl.h 26 __u16 nblocks; member in struct:nvme_user_io
  /external/jemalloc/include/jemalloc/internal/
hash.h 108 const int nblocks = len / 4; local
117 const uint32_t *blocks = (const uint32_t *) (data + nblocks*4);
120 for (i = -nblocks; i; i++) {
135 const uint8_t *tail = (const uint8_t *) (data + nblocks*4);
160 const int nblocks = len / 16; local
174 const uint32_t *blocks = (const uint32_t *) (data + nblocks*16);
177 for (i = -nblocks; i; i++) {
207 const uint8_t *tail = (const uint8_t *) (data + nblocks*16);
262 const int nblocks = len / 16; local
275 for (i = 0; i < nblocks; i++)
    [all...]
  /external/jemalloc_new/include/jemalloc/internal/
hash.h 75 const int nblocks = len / 4; local
84 const uint32_t *blocks = (const uint32_t *) (data + nblocks*4);
87 for (i = -nblocks; i; i++) {
102 const uint8_t *tail = (const uint8_t *) (data + nblocks*4);
126 const int nblocks = len / 16; local
140 const uint32_t *blocks = (const uint32_t *) (data + nblocks*16);
143 for (i = -nblocks; i; i++) {
173 const uint8_t *tail = (const uint8_t *) (data + nblocks*16);
227 const int nblocks = len / 16; local
240 for (i = 0; i < nblocks; i++)
    [all...]
  /external/kernel-headers/original/uapi/linux/
nvme_ioctl.h 25 __u16 nblocks; member in struct:nvme_user_io
  /external/pdfium/core/fpdfapi/parser/
cpdf_crypto_handler.cpp 86 int nblocks = src_size / 16; local
88 nblocks * 16);
90 memcpy(padding, src_buf + nblocks * 16, src_size % 16);
92 CRYPT_AESEncrypt(m_pAESContext.get(), dest_buf + nblocks * 16 + 16,
94 dest_size = 32 + nblocks * 16;
  /device/linaro/hikey/gralloc960/
mali_gralloc_bufferallocation.cpp 133 int nblocks; local
175 nblocks = w_aligned / AFBC_PIXELS_PER_BLOCK * h_aligned / AFBC_PIXELS_PER_BLOCK;
180 GRALLOC_ALIGN(nblocks * AFBC_HEADER_BUFFER_BYTES_PER_BLOCKENTRY, buffer_byte_alignment);
257 int nblocks = width / AFBC_PIXELS_PER_BLOCK * height / AFBC_PIXELS_PER_BLOCK; local
260 GRALLOC_ALIGN(nblocks * AFBC_HEADER_BUFFER_BYTES_PER_BLOCKENTRY, buffer_byte_alignment);
418 int nblocks = width / AFBC_PIXELS_PER_BLOCK * height / AFBC_PIXELS_PER_BLOCK; local
421 GRALLOC_ALIGN(nblocks * AFBC_HEADER_BUFFER_BYTES_PER_BLOCKENTRY, buffer_byte_alignment);
704 int nblocks = width / AFBC_PIXELS_PER_BLOCK * (*internalHeight) / AFBC_PIXELS_PER_BLOCK; local
706 GRALLOC_ALIGN(nblocks * AFBC_HEADER_BUFFER_BYTES_PER_BLOCKENTRY, buffer_byte_alignment);
787 int nblocks = width / AFBC_PIXELS_PER_BLOCK * height / AFBC_PIXELS_PER_BLOCK local
    [all...]
  /external/f2fs-tools/tools/sg_write_buffer/include/
sg_pt_nvme.h 48 uint16_t nblocks; member in struct:sg_nvme_user_io
  /external/mesa3d/src/gallium/drivers/i915/
i915_resource_texture.c 299 const unsigned nblocks = util_format_get_nblocksx(pt->format, width); local
306 tex->stride = align(nblocks * util_format_get_blocksize(pt->format) * 2, 4);
307 tex->total_nblocksy = nblocks * 4;
313 unsigned x = initial_offsets[face][0] * nblocks;
314 unsigned y = initial_offsets[face][1] * nblocks;
315 unsigned d = nblocks;
558 const unsigned nblocks = util_format_get_nblocksx(pt->format, width); local
575 tex->stride = nblocks * 2 * util_format_get_blocksize(pt->format);
583 tex->total_nblocksy = nblocks * 4 + 1;
  /external/freetype/src/sfnt/
sfdriver.c 303 const int nblocks = (int)len / 16; local
315 const FT_UInt32* blocks = (const FT_UInt32*)( data + nblocks * 16 );
320 for( i = -nblocks; i; i++ )
366 const FT_Byte* tail = (const FT_Byte*)( data + nblocks * 16 );
    [all...]
  /external/u-boot/fs/yaffs2/
yaffs_yaffs2.c 197 int nblocks; local
202 nblocks = dev->internal_end_block - dev->internal_start_block + 1;
205 !dev->read_only && (nblocks >= YAFFS_CHECKPOINT_MIN_BLOCKS);
    [all...]
  /external/f2fs-tools/fsck/
fsck.c 2102 int j, nblocks; local
    [all...]
  /external/python/cpython3/Modules/
arraymodule.c 1493 Py_ssize_t nblocks = (nbytes + BLOCKSIZE - 1) \/ BLOCKSIZE; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
compile.c 3951 int i, j, nblocks; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
compile.c 3927 int i, j, nblocks; local
    [all...]
  /external/python/cpython2/Python/
compile.c 3913 int i, j, nblocks; local
    [all...]
  /external/python/cpython3/Python/
compile.c 5006 int nblocks = 0, maxdepth = 0; local
5484 int i, j, nblocks; local
    [all...]

Completed in 1198 milliseconds