Home
last modified time | relevance | path

Searched refs:blocks (Results 1 – 23 of 23) sorted by relevance

/system/bt/embdrv/sbc/decoder/srce/
Ddecoder-oina.c44 OI_UINT8 blocks, in OI_CODEC_SBC_DecoderConfigureRaw() argument
70 if (blocks > SBC_BLOCKS_16) { in OI_CODEC_SBC_DecoderConfigureRaw()
86 context->common.frameInfo.blocks = blocks; in OI_CODEC_SBC_DecoderConfigureRaw()
Ddecoder-sbc.c369 OI_UINT8 blocks; in OI_CODEC_SBC_FrameCount() local
385 subbands = mode = blocks = frameData[1];; in OI_CODEC_SBC_FrameCount()
387 blocks = block_values[(blocks & (BIT5 | BIT4)) >> 4]; in OI_CODEC_SBC_FrameCount()
391 frameLen = blocks * frameData[2]; in OI_CODEC_SBC_FrameCount()
Ddecoder-private.c107 frame->blocks = (d1 & (BIT5 | BIT4)) >> 4; in OI_SBC_ReadHeader()
108 frame->nrof_blocks = block_values[frame->blocks]; in OI_SBC_ReadHeader()
Dframing.c198 frame->nrof_blocks = block_values[frame->blocks]; in OI_SBC_ExpandFrameFields()
/system/extras/ext4_utils/
Dallocate.h63 int reserve_oob_blocks(struct block_allocation *alloc, int blocks);
64 int advance_blocks(struct block_allocation *alloc, int blocks);
65 int advance_oob_blocks(struct block_allocation *alloc, int blocks);
Dallocate.c592 int reserve_oob_blocks(struct block_allocation *alloc, int blocks) in reserve_oob_blocks() argument
594 struct region *oob = split_allocation(alloc, blocks); in reserve_oob_blocks()
610 static int advance_list_ptr(struct region_list *list, int blocks) in advance_list_ptr() argument
614 while (reg != NULL && blocks > 0) { in advance_list_ptr()
615 if (reg->len > list->partial_iter + blocks) { in advance_list_ptr()
616 list->partial_iter += blocks; in advance_list_ptr()
620 blocks -= (reg->len - list->partial_iter); in advance_list_ptr()
625 if (blocks > 0) in advance_list_ptr()
632 int advance_blocks(struct block_allocation *alloc, int blocks) in advance_blocks() argument
634 return advance_list_ptr(&alloc->list, blocks); in advance_blocks()
[all …]
Dextent.c82 u64 blocks; in do_inode_allocate_extents() local
164 blocks = (u64)block_len * info.block_size / 512; in do_inode_allocate_extents()
169 inode->i_blocks_lo = blocks; in do_inode_allocate_extents()
170 inode->osd2.linux2.l_i_blocks_high = blocks >> 32; in do_inode_allocate_extents()
Dindirect.c434 u64 blocks; in inode_attach_resize() local
474 blocks = ((u64)block_len + 1) * info.block_size / 512; in inode_attach_resize()
479 inode->i_blocks_lo = blocks; in inode_attach_resize()
480 inode->osd2.linux2.l_i_blocks_high = blocks >> 32; in inode_attach_resize()
Dcontents.c103 u32 blocks; in make_directory() local
111 blocks = DIV_ROUND_UP(dentry_size(entries, dentries), info.block_size); in make_directory()
112 len = blocks * info.block_size; in make_directory()
Dmake_ext4fs.c359 u32 blocks = DIV_ROUND_UP(info.len, info.block_size); in compute_inodes_per_group() local
360 u32 block_groups = DIV_ROUND_UP(blocks, info.blocks_per_group); in compute_inodes_per_group()
374 u32 blocks = DIV_ROUND_UP(info.len, info.block_size); in compute_bg_desc_reserve_blocks() local
375 u32 block_groups = DIV_ROUND_UP(blocks, info.blocks_per_group); in compute_bg_desc_reserve_blocks()
/system/core/libsparse/
Dsparse_read.c101 int fd, int64_t offset, unsigned int blocks, unsigned int block, in process_raw_chunk() argument
106 unsigned int len = blocks * s->block_size; in process_raw_chunk()
112 if (chunk_size / s->block_size != blocks) { in process_raw_chunk()
139 int fd, unsigned int blocks, unsigned int block, uint32_t *crc32) in process_fill_chunk() argument
143 int64_t len = (int64_t)blocks * s->block_size; in process_fill_chunk()
180 int fd __unused, unsigned int blocks, in process_skip_chunk() argument
188 int64_t len = (int64_t)blocks * s->block_size; in process_skip_chunk()
Dsparse.c142 unsigned int blocks = backed_block_block(bb) - last_block; in write_all_blocks() local
143 write_skip_chunk(out, (int64_t)blocks * s->block_size); in write_all_blocks()
/system/core/toolbox/upstream-netbsd/usr.bin/du/
Ddu.c261 prstat(const char *fname, int64_t blocks) in prstat() argument
264 (void)printf("%" PRId64 "\t%s\n", blocks, fname); in prstat()
270 int64_t sz = blocks * 512; in prstat()
278 howmany(blocks, (int64_t)blocksize), in prstat()
/system/extras/verity/
DVerityVerifier.java242 int blocks = Integer.parseInt(fields[5]); in readHashTree() local
245 if (imageSize != (long) blocks * blockSize) { in readHashTree()
330 int blocks = hashBlocksLevel.get(level); in verifyHashTree() local
332 for (int i = 0; i < blocks; i++) { in verifyHashTree()
349 dataOffset += blocks * hashBlockSize; in verifyHashTree()
/system/bt/embdrv/sbc/decoder/include/
Doi_codec_sbc.h132 OI_UINT8 blocks; member
294 OI_UINT8 blocks,
/system/core/gpttool/
Dgpttool.c94 void init_mbr(u8 *mbr, u32 blocks) in init_mbr() argument
111 memcpy(mbr + 0x1ca, &blocks, sizeof(u32)); in init_mbr()
/system/media/camera/docs/
DCameraMetadataKeys.mako24 * modify the comment blocks at the start or end.
32 # Dedent fixes markdown not to generate code blocks. Then do the rest.
DCaptureResultTest.mako20 * modify the comment blocks at the start or end.
DCameraMetadataEnums.mako23 * modify the comment blocks at the start or end.
/system/keymaster/
Daes_operation.h83 bool ProcessAadBlocks(const uint8_t* data, size_t blocks, keymaster_error_t* error);
Daes_operation.cpp427 bool AesEvpOperation::ProcessAadBlocks(const uint8_t* data, size_t blocks, in ProcessAadBlocks() argument
430 if (EVP_CipherUpdate(&ctx_, nullptr /* out */, &output_written, data, blocks * AES_BLOCK_SIZE)) in ProcessAadBlocks()
/system/bt/doc/
Dstyle_guide.md271 * use one blank line to separate logical code blocks, function definitions,
302 Use a single blank line to separate logical code blocks, function definitions,
/system/core/sdcard/
Dsdcard.c399 attr->blocks = s->st_blocks; in attr_from_stat()
1294 out.st.blocks = stat.f_blocks; in handle_statfs()