Home
last modified time | relevance | path

Searched refs:nblocks (Results 1 – 25 of 41) sorted by relevance

12

/external/fec/
Ddotprod_av.c61 int nblocks; in dotprod_av() local
70 nblocks = (dp->len+al-1)/8+1; in dotprod_av()
74 while(nblocks >= 4){ in dotprod_av()
75 sums0 = vec_msums(ar[nblocks-1],d[nblocks-1],sums0); in dotprod_av()
76 sums1 = vec_msums(ar[nblocks-2],d[nblocks-2],sums1); in dotprod_av()
77 sums2 = vec_msums(ar[nblocks-3],d[nblocks-3],sums2); in dotprod_av()
78 sums3 = vec_msums(ar[nblocks-4],d[nblocks-4],sums3); in dotprod_av()
79 nblocks -= 4; in dotprod_av()
84 while(nblocks-- > 0){ in dotprod_av()
85 sums0 = vec_msums(ar[nblocks],d[nblocks],sums0); in dotprod_av()
/external/e2fsprogs/e2fsck/
Dextend.c31 int nblocks, blocksize; in main() local
40 nblocks = strtoul(argv[2], 0, 0) - 1; in main()
43 if (nblocks < 0) { in main()
61 ret = lseek(fd, nblocks*blocksize, SEEK_SET); in main()
71 ret = lseek(fd, nblocks*blocksize, SEEK_SET); in main()
/external/jemalloc_new/include/jemalloc/internal/
Dhash.h75 const int nblocks = len / 4; in hash_x86_32() local
84 const uint32_t *blocks = (const uint32_t *) (data + nblocks*4); in hash_x86_32()
87 for (i = -nblocks; i; i++) { in hash_x86_32()
102 const uint8_t *tail = (const uint8_t *) (data + nblocks*4); in hash_x86_32()
126 const int nblocks = len / 16; in hash_x86_128() local
140 const uint32_t *blocks = (const uint32_t *) (data + nblocks*16); in hash_x86_128()
143 for (i = -nblocks; i; i++) { in hash_x86_128()
173 const uint8_t *tail = (const uint8_t *) (data + nblocks*16); in hash_x86_128()
227 const int nblocks = len / 16; in hash_x64_128() local
240 for (i = 0; i < nblocks; i++) { in hash_x64_128()
[all …]
/external/jemalloc/include/jemalloc/internal/
Dhash.h108 const int nblocks = len / 4; in hash_x86_32() local
117 const uint32_t *blocks = (const uint32_t *) (data + nblocks*4); in hash_x86_32()
120 for (i = -nblocks; i; i++) { in hash_x86_32()
135 const uint8_t *tail = (const uint8_t *) (data + nblocks*4); in hash_x86_32()
160 const int nblocks = len / 16; in hash_x86_128() local
174 const uint32_t *blocks = (const uint32_t *) (data + nblocks*16); in hash_x86_128()
177 for (i = -nblocks; i; i++) { in hash_x86_128()
207 const uint8_t *tail = (const uint8_t *) (data + nblocks*16); in hash_x86_128()
262 const int nblocks = len / 16; in hash_x64_128() local
275 for (i = 0; i < nblocks; i++) { in hash_x64_128()
[all …]
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/ext4/ext4_journal_start/
Dformat11 field:int nblocks; offset:16; size:4; signed:1;
13 …mt: "dev %d,%d nblocks %d caller %pF", ((unsigned int) ((REC->dev) >> 20)), ((unsigned int) ((REC-…
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/ext4/ext4_journal_start/
Dformat11 field:int nblocks; offset:24; size:4; signed:1;
13 …mt: "dev %d,%d nblocks %d caller %pF", ((unsigned int) ((REC->dev) >> 20)), ((unsigned int) ((REC-…
/external/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/ext4/ext4_journal_start/
Dformat11 field:int nblocks; offset:16; size:4; signed:1;
14 …mt: "dev %d,%d nblocks %d caller %pF", ((unsigned int) ((REC->dev) >> 20)), ((unsigned int) ((REC-…
/external/grpc-grpc/src/core/lib/gpr/
Dmurmur_hash.cc43 const size_t nblocks = len / bsize; in gpr_murmur_hash3() local
46 for (size_t i = 0; i < nblocks; i++, keyptr += bsize) { in gpr_murmur_hash3()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_crypto_handler.cpp86 int nblocks = src_size / 16; in CryptBlock() local
88 nblocks * 16); in CryptBlock()
90 memcpy(padding, src_buf + nblocks * 16, src_size % 16); in CryptBlock()
92 CRYPT_AESEncrypt(m_pAESContext.get(), dest_buf + nblocks * 16 + 16, in CryptBlock()
94 dest_size = 32 + nblocks * 16; in CryptBlock()
/external/mesa3d/src/gallium/drivers/i915/
Di915_resource_texture.c299 const unsigned nblocks = util_format_get_nblocksx(pt->format, width); in i9x5_texture_layout_cube() local
306 tex->stride = align(nblocks * util_format_get_blocksize(pt->format) * 2, 4); in i9x5_texture_layout_cube()
307 tex->total_nblocksy = nblocks * 4; in i9x5_texture_layout_cube()
313 unsigned x = initial_offsets[face][0] * nblocks; in i9x5_texture_layout_cube()
314 unsigned y = initial_offsets[face][1] * nblocks; in i9x5_texture_layout_cube()
315 unsigned d = nblocks; in i9x5_texture_layout_cube()
558 const unsigned nblocks = util_format_get_nblocksx(pt->format, width); in i945_texture_layout_cube() local
575 tex->stride = nblocks * 2 * util_format_get_blocksize(pt->format); in i945_texture_layout_cube()
583 tex->total_nblocksy = nblocks * 4 + 1; in i945_texture_layout_cube()
/external/kernel-headers/original/uapi/linux/
Dnvme_ioctl.h25 __u16 nblocks; member
Dnilfs2_api.h134 NILFS_SUINFO_UPDATE_FNS(NBLOCKS, nblocks)
/external/freetype/src/sfnt/
Dsfdriver.c303 const int nblocks = (int)len / 16; in murmur_hash_3_128() local
315 const FT_UInt32* blocks = (const FT_UInt32*)( data + nblocks * 16 ); in murmur_hash_3_128()
320 for( i = -nblocks; i; i++ ) in murmur_hash_3_128()
366 const FT_Byte* tail = (const FT_Byte*)( data + nblocks * 16 ); in murmur_hash_3_128()
/external/f2fs-tools/tools/sg_write_buffer/include/
Dsg_pt_nvme.h48 uint16_t nblocks; member
/external/u-boot/fs/yaffs2/
Dyaffs_yaffs2.c197 int nblocks; in yaffs2_checkpt_required() local
202 nblocks = dev->internal_end_block - dev->internal_start_block + 1; in yaffs2_checkpt_required()
205 !dev->read_only && (nblocks >= YAFFS_CHECKPOINT_MIN_BLOCKS); in yaffs2_checkpt_required()
/external/python/cpython3/Python/
Dcompile.c5006 int nblocks = 0, maxdepth = 0; in stackdepth() local
5010 nblocks++; in stackdepth()
5014 stack = (basicblock **)PyObject_Malloc(sizeof(basicblock *) * nblocks); in stackdepth()
5080 assemble_init(struct assembler *a, int nblocks, int firstlineno) in assemble_init() argument
5090 if ((size_t)nblocks > SIZE_MAX / sizeof(basicblock *)) { in assemble_init()
5095 sizeof(basicblock *) * nblocks); in assemble_init()
5484 int i, j, nblocks; in assemble() local
5498 nblocks = 0; in assemble()
5501 nblocks++; in assemble()
5512 if (!assemble_init(&a, nblocks, c->u->u_firstlineno)) in assemble()
[all …]
/external/python/cpython2/Python/
Dcompile.c3491 assemble_init(struct assembler *a, int nblocks, int firstlineno) in assemble_init() argument
3501 if (nblocks > PY_SIZE_MAX / sizeof(basicblock *)) { in assemble_init()
3506 sizeof(basicblock *) * nblocks); in assemble_init()
3913 int i, j, nblocks; in assemble() local
3927 nblocks = 0; in assemble()
3930 nblocks++; in assemble()
3941 if (!assemble_init(&a, nblocks, c->u->u_firstlineno)) in assemble()
/external/f2fs-tools/fsck/
Dfsck.c2102 int j, nblocks; in check_curseg_offset() local
2115 nblocks = sbi->blocks_per_seg; in check_curseg_offset()
2116 for (j = curseg->next_blkoff + 1; j < nblocks; j++) { in check_curseg_offset()
/external/perfetto/protos/perfetto/trace/ftrace/
Dext4.proto424 optional int32 nblocks = 5; field
/external/python/cpython3/Modules/
Darraymodule.c1493 Py_ssize_t nblocks = (nbytes + BLOCKSIZE - 1) / BLOCKSIZE; in array_array_tofile() local
1499 for (i = 0; i < nblocks; i++) { in array_array_tofile()
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto1062 optional int32 nblocks = 5; field
/external/e2fsprogs/po/
Duk.po178 msgid "%s: %s filename nblocks blocksize\n"
179 msgstr "%s: %s назва файлу розмір блоків nblocks\n"
Did.po176 msgid "%s: %s filename nblocks blocksize\n"
177 msgstr "%s: %s filename nblocks blocksize\n"
Dde.po177 msgid "%s: %s filename nblocks blocksize\n"
178 msgstr "%s: %s Dateiname nblocks Blockgröße\n"
De2fsprogs.pot173 msgid "%s: %s filename nblocks blocksize\n"

12