HomeSort by relevance Sort by last modified time
    Searched refs:nblocks (Results 1 - 25 of 60) sorted by null

1 2 3

  /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...]
  /external/fio/crc/
murmur3.c 22 static uint32_t murmur3_tail(const uint8_t *data, const int nblocks,
26 const uint8_t *tail = (const uint8_t *)(data + nblocks * 4);
48 const int nblocks = len / 4; local
52 const uint32_t *blocks = (const uint32_t *)(data + nblocks * 4);
55 for (i = -nblocks; i; i++) {
67 return murmur3_tail(data, nblocks, len, c1, c2, h1);
  /external/syslinux/core/fs/ufs/
bmap.c 40 unsigned int count, size_t *nblocks)
49 if (nblocks) {
74 *nblocks = cnt;
75 ufs_debug("[scan] nblocks: %u\n", cnt);
92 int levels, size_t *nblocks)
102 if (nblocks)
103 *nblocks = addr_count << (levels * shft_per_blk);
113 addr_count - index, nblocks);
120 uint64_t ufs_bmap (struct inode *inode, block_t block, size_t *nblocks)
144 UFS_DIRECT_BLOCKS - block, nblocks);
179 size_t nblocks = 0; local
    [all...]
  /external/syslinux/core/fs/ext2/
bmap.c 46 bmap_extent(struct inode *inode, uint32_t block, size_t *nblocks)
76 if (nblocks)
77 *nblocks = ext[i].ee_len - block;
87 scan_set_nblocks(const uint32_t *map, unsigned int count, size_t *nblocks)
91 if (nblocks) {
106 *nblocks = cnt;
118 int levels, size_t *nblocks)
127 if (nblocks)
128 *nblocks = addr_count << (levels * addr_shift);
136 return scan_set_nblocks(blk + index, addr_count - index, nblocks);
216 size_t nblocks = 0; local
    [all...]
  /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/valgrind/include/
pub_tool_xtmemory.h 38 SizeT nblocks; member in struct:_XT_Allocs
72 blocks, till xta->nblocks is 0.
  /external/syslinux/gpxe/src/hci/mucurses/
slk.c 239 unsigned short nmaj, nmin, nblocks, available_width; local
255 nblocks = 8; nmaj = 2; nmin = 5;
259 nblocks = 8; nmaj = 1; nmin = 6;
265 nblocks = 12; nmaj = 2; nmin = 9;
269 nblocks = 0; nmaj = 0; nmin = 0;
275 slks->max_label_len = available_width / nblocks;
277 ( available_width % nblocks ) / nmaj;
279 slks->num_labels = nblocks;
  /external/valgrind/coregrind/
m_xtmemory.c 50 xto->nblocks += xta->nblocks;
58 xfrom->nblocks -= xta->nblocks;
66 if (xta->nbytes > 0 || xta->nblocks > 0) {
68 xta->nbytes, xta->nblocks);
220 case 1: return (ULong) xta->nblocks;
314 while ( xta.nblocks > 0 ) {
  /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/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;
  /toolchain/binutils/binutils-2.25/gprof/
basic_blocks.c 123 unsigned int nblocks, b;
127 if (gmon_io_read_32 (ifp, &nblocks))
134 nblocks = bfd_get_32 (core_bfd, (bfd_byte *) & nblocks);
138 for (b = 0; b < nblocks; ++b)
211 unsigned int nblocks = 0;
220 nblocks += i;
225 || gmon_io_write_32 (ofp, nblocks))
122 unsigned int nblocks, b; local
210 unsigned int nblocks = 0; local
  /bionic/libc/kernel/uapi/linux/
nvme_ioctl.h 26 __u16 nblocks; member in struct:nvme_user_io
  /external/kernel-headers/original/uapi/linux/
nvme_ioctl.h 24 __u16 nblocks; member in struct:nvme_user_io
nilfs2_api.h 133 NILFS_SUINFO_UPDATE_FNS(NBLOCKS, nblocks)
  /external/pdfium/core/fpdfapi/parser/
cpdf_crypto_handler.cpp 53 int nblocks = src_size / 16; local
54 CRYPT_AESEncrypt(m_pAESContext, dest_buf + 16, src_buf, nblocks * 16);
56 FXSYS_memcpy(padding, src_buf + nblocks * 16, src_size % 16);
59 CRYPT_AESEncrypt(m_pAESContext, dest_buf + nblocks * 16 + 16, padding,
61 dest_size = 32 + nblocks * 16;
  /art/compiler/driver/
compiled_method_storage.cc 96 const int nblocks = len / 4; local
100 for (i = 0; i < nblocks; i++) {
110 const uint8_t *tail = reinterpret_cast<const uint8_t*>(data + nblocks * 4);
  /external/valgrind/drd/
drd_malloc_wrappers.c 347 SizeT nblocks = 0; local
359 nblocks++;
365 nbytes, nblocks);
  /external/fio/t/
dedupe.c 280 unsigned int nblocks, i; local
288 nblocks = read_blocks(thread->fd, buf, offset, min(thread->size, (uint64_t)chunk_size));
289 if (!nblocks)
292 items = malloc(sizeof(*items) * nblocks);
294 for (i = 0; i < nblocks; i++) {
  /device/linaro/hikey/gralloc960/
alloc_device.cpp 211 int nblocks; local
240 nblocks = w_aligned / AFBC_PIXELS_PER_BLOCK * h_aligned / AFBC_PIXELS_PER_BLOCK;
245 GRALLOC_ALIGN( nblocks * AFBC_HEADER_BUFFER_BYTES_PER_BLOCKENTRY, buffer_byte_alignment );
322 int nblocks = width / AFBC_PIXELS_PER_BLOCK * height / AFBC_PIXELS_PER_BLOCK; local
326 GRALLOC_ALIGN( nblocks * AFBC_HEADER_BUFFER_BYTES_PER_BLOCKENTRY, buffer_byte_alignment );
481 int nblocks = width / AFBC_PIXELS_PER_BLOCK * height / AFBC_PIXELS_PER_BLOCK; local
484 + GRALLOC_ALIGN(nblocks * AFBC_HEADER_BUFFER_BYTES_PER_BLOCKENTRY, buffer_byte_alignment);
761 int nblocks = width / AFBC_PIXELS_PER_BLOCK * (*internalHeight) / AFBC_PIXELS_PER_BLOCK; local
763 + GRALLOC_ALIGN(nblocks * AFBC_HEADER_BUFFER_BYTES_PER_BLOCKENTRY, buffer_byte_alignment);
843 int nblocks = width / AFBC_PIXELS_PER_BLOCK * height / AFBC_PIXELS_PER_BLOCK local
    [all...]
  /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/valgrind/memcheck/
mc_malloc_wrappers.c 1171 SizeT nblocks = 0; local
    [all...]
  /development/ndk/platforms/android-21/include/linux/
nvme.h 512 __u16 nblocks; member in struct:nvme_user_io
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/
nvme.h 512 __u16 nblocks; member in struct:nvme_user_io
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/
nvme.h 512 __u16 nblocks; member in struct:nvme_user_io
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/
nvme.h 512 __u16 nblocks; member in struct:nvme_user_io

Completed in 1766 milliseconds

1 2 3