Home
last modified time | relevance | path

Searched defs:nblocks (Results 1 – 23 of 23) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusb_mbuf.c40 usb_size_t block_size, uint16_t nblocks) in usb_alloc_mbufs()
/third_party/ffmpeg/libavutil/
Dmd5.c101 static void body(uint32_t ABCD[4], const uint8_t *src, int nblocks) in body()
183 int nblocks = len / 64; in av_md5_update() local
/third_party/f2fs-tools/mkfs/
Df2fs_format_utils.c124 int nblocks = 4096; /* 16MB size */ in is_wiped_device() local
/third_party/mbedtls/library/
Dpoly1305.c77 size_t nblocks, in poly1305_process()
289 size_t nblocks; in mbedtls_poly1305_update() local
/third_party/ffmpeg/libavformat/
Dape.c45 int nblocks; member
378 int nblocks; in ape_read_packet() local
/third_party/f2fs-tools/fsck/
Dnode.h30 unsigned int nblocks; in ADDRS_PER_PAGE() local
Dfsck.c2536 int j, nblocks; in check_curseg_offset() local
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_resource_texture.c329 const unsigned nblocks = util_format_get_nblocksx(pt->format, width); in i9x5_texture_layout_cube() local
646 const unsigned nblocks = util_format_get_nblocksx(pt->format, width); in i945_texture_layout_cube() local
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_pass.c606 uint32_t nblocks = in tu_render_pass_gmem_config() local
622 uint32_t nblocks = gmem_blocks * att->samples / cpp_total; in tu_render_pass_gmem_config() local
/third_party/f2fs-tools/tools/sg_write_buffer/include/
Dsg_pt_nvme.h48 uint16_t nblocks; member
/third_party/openssl/engines/
De_devcrypto.c250 size_t nblocks, ivlen; in cipher_do_cipher() local
326 size_t nblocks, len; in ctr_do_cipher() local
/third_party/node/deps/openssl/openssl/engines/
De_devcrypto.c250 size_t nblocks, ivlen; in cipher_do_cipher() local
326 size_t nblocks, len; in ctr_do_cipher() local
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfdriver.c302 const int nblocks = (int)len / 16; in murmur_hash_3_128() local
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_meta_copy.c1721 unsigned nblocks = region->size >> log2blksz; in panvk_meta_copy_buf2buf() local
1928 unsigned nblocks = size >> log2blksz; in panvk_meta_update_buf() local
/third_party/ffmpeg/libavcodec/
Dg2meet.c960 int nblocks = 0; in epic_jb_decode_tile() local
1058 int nblocks, cblocks, bstride; in kempf_decode_tile() local
Dmss3.c571 int nblocks = block_size >> 3; in decode_dct_block() local
Dadpcm.c894 int nblocks = buf_bits / block_size; in get_nb_samples() local
Ddca_lbr.c638 int i, j, code, nblocks, coding_method; in parse_ch() local
Dapedec.c1478 uint32_t nblocks, offset; in ape_decode_frame() local
/third_party/NuttX/include/nuttx/
Dscsi.h722 uint8_t nblocks[3]; /* 1-3: Number of blocks */ member
820 uint8_t nblocks[4]; /* 4-7: Number of blocks */ member
829 uint8_t nblocks[4]; /* 0-3: Number of blocks */ member
/third_party/mesa3d/src/intel/vulkan/
Danv_allocator.c996 uint32_t nblocks = chunk_size / divisor; in anv_state_pool_return_chunk() local
/third_party/python/Python/
Dcompile.c6489 int nblocks = 0, maxdepth = 0; in stackdepth() local
6559 assemble_init(struct assembler *a, int nblocks, int firstlineno) in assemble_init()
7072 int j, nblocks; in assemble() local
/third_party/python/Modules/
Darraymodule.c1540 Py_ssize_t nblocks = (nbytes + BLOCKSIZE - 1) / BLOCKSIZE; in array_array_tofile() local