Home
last modified time | relevance | path

Searched defs:blocks (Results 1 – 14 of 14) sorted by relevance

/system/bt/embdrv/sbc/decoder/srce/
Ddecoder-oina.c44 OI_UINT8 blocks, in OI_CODEC_SBC_DecoderConfigureRaw()
Ddecoder-sbc.c369 OI_UINT8 blocks; in OI_CODEC_SBC_FrameCount() local
/system/core/libsparse/
Dsparse_read.c101 int fd, int64_t offset, unsigned int blocks, unsigned int block, in process_raw_chunk()
139 int fd, unsigned int blocks, unsigned int block, uint32_t *crc32) in process_fill_chunk()
180 int fd __unused, unsigned int blocks, in process_skip_chunk()
Dsparse.c142 unsigned int blocks = backed_block_block(bb) - last_block; in write_all_blocks() local
/system/extras/verity/
DVerityVerifier.java242 int blocks = Integer.parseInt(fields[5]); in readHashTree() local
330 int blocks = hashBlocksLevel.get(level); in verifyHashTree() local
/system/extras/ext4_utils/
Dallocate.c592 int reserve_oob_blocks(struct block_allocation *alloc, int blocks) in reserve_oob_blocks()
610 static int advance_list_ptr(struct region_list *list, int blocks) in advance_list_ptr()
632 int advance_blocks(struct block_allocation *alloc, int blocks) in advance_blocks()
637 int advance_oob_blocks(struct block_allocation *alloc, int blocks) in advance_oob_blocks()
Dmake_ext4fs.c359 u32 blocks = DIV_ROUND_UP(info.len, info.block_size); in compute_inodes_per_group() local
374 u32 blocks = DIV_ROUND_UP(info.len, info.block_size); in compute_bg_desc_reserve_blocks() local
Dextent.c82 u64 blocks; in do_inode_allocate_extents() local
Dindirect.c434 u64 blocks; in inode_attach_resize() local
Dcontents.c103 u32 blocks; in make_directory() local
/system/core/toolbox/upstream-netbsd/usr.bin/du/
Ddu.c261 prstat(const char *fname, int64_t blocks) in prstat()
/system/core/gpttool/
Dgpttool.c94 void init_mbr(u8 *mbr, u32 blocks) in init_mbr()
/system/bt/embdrv/sbc/decoder/include/
Doi_codec_sbc.h132 OI_UINT8 blocks; member
/system/keymaster/
Daes_operation.cpp427 bool AesEvpOperation::ProcessAadBlocks(const uint8_t* data, size_t blocks, in ProcessAadBlocks()