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

  /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/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/jemalloc/include/jemalloc/internal/
hash.h 92 const int nblocks = len / 4; local
101 const uint32_t *blocks = (const uint32_t *) (data + nblocks*4);
104 for (i = -nblocks; i; i++) {
119 const uint8_t *tail = (const uint8_t *) (data + nblocks*4);
144 const int nblocks = len / 16; local
158 const uint32_t *blocks = (const uint32_t *) (data + nblocks*16);
161 for (i = -nblocks; i; i++) {
191 const uint8_t *tail = (const uint8_t *) (data + nblocks*16);
246 const int nblocks = len / 16; local
259 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;
  /external/valgrind/drd/
drd_malloc_wrappers.c 347 SizeT nblocks = 0; local
359 nblocks++;
365 nbytes, nblocks);
  /external/e2fsprogs/lib/ext2fs/
kernel-jbd.h 682 extern handle_t *journal_start(journal_t *, int nblocks);
683 extern handle_t *journal_try_start(journal_t *, int nblocks);
684 extern int journal_restart (handle_t *, int nblocks);
685 extern int journal_extend (handle_t *, int nblocks);
766 extern void log_wait_for_space(journal_t *, int 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++) {
  /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/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_encrypt.cpp 700 int nblocks = src_size / 16; local
701 CRYPT_AESEncrypt(m_pAESContext, dest_buf + 16, src_buf, nblocks * 16);
703 FXSYS_memcpy32(padding, src_buf + nblocks * 16, src_size % 16);
705 CRYPT_AESEncrypt(m_pAESContext, dest_buf + nblocks * 16 + 16, padding, 16);
706 dest_size = 32 + nblocks * 16;
    [all...]
  /art/compiler/driver/
compiler_driver.h 709 const int nblocks = len / 4; local
713 for (i = 0; i < nblocks; i++) {
723 const uint8_t *tail = reinterpret_cast<const uint8_t*>(data + nblocks * 4);
    [all...]
  /external/valgrind/memcheck/
mc_malloc_wrappers.c 1084 SizeT nblocks = 0; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_hw_context.c 222 ctx->nblocks++;
572 ctx->blocks = calloc(ctx->nblocks, sizeof(void*));
590 assert(c < ctx->nblocks);
    [all...]
r600_pipe.h 412 unsigned nblocks; member in struct:r600_context
  /bionic/libc/kernel/uapi/linux/
nvme.h 554 __u16 nblocks; member in struct:nvme_user_io
  /development/ndk/platforms/android-21/include/linux/
nvme.h 512 __u16 nblocks; member in struct:nvme_user_io
  /external/kernel-headers/original/uapi/linux/
nvme.h 481 __u16 nblocks; member in struct:nvme_user_io
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
nvme.h 512 __u16 nblocks; member in struct:nvme_user_io
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
nvme.h 512 __u16 nblocks; member in struct:nvme_user_io
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
nvme.h 512 __u16 nblocks; member in struct:nvme_user_io
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
nvme.h 512 __u16 nblocks; member in struct:nvme_user_io
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
nvme.h 512 __u16 nblocks; member in struct:nvme_user_io
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
nvme.h 512 __u16 nblocks; member in struct:nvme_user_io
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 1529 milliseconds