Searched refs:blocks (Results 1 - 22 of 22) sorted by relevance

/system/bt/embdrv/sbc/decoder/srce/
H A Ddecoder-oina.c44 OI_UINT8 blocks,
70 if (blocks > SBC_BLOCKS_16) {
86 context->common.frameInfo.blocks = blocks;
39 OI_CODEC_SBC_DecoderConfigureRaw(OI_CODEC_SBC_DECODER_CONTEXT *context, OI_BOOL enhanced, OI_UINT8 frequency, OI_UINT8 mode, OI_UINT8 subbands, OI_UINT8 blocks, OI_UINT8 alloc, OI_UINT8 maxBitpool) argument
H A Ddecoder-sbc.c369 OI_UINT8 blocks; local
385 subbands = mode = blocks = frameData[1];;
387 blocks = block_values[(blocks & (BIT5 | BIT4)) >> 4];
391 frameLen = blocks * frameData[2];
H A Ddecoder-private.c107 frame->blocks = (d1 & (BIT5 | BIT4)) >> 4;
108 frame->nrof_blocks = block_values[frame->blocks];
H A Dframing.c198 frame->nrof_blocks = block_values[frame->blocks];
/system/extras/ext4_utils/
H A 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);
H A Dextent.c82 u64 blocks; local
85 error("Failed to allocate %d blocks\n", block_len + 1);
164 blocks = (u64)block_len * info.block_size / 512;
169 inode->i_blocks_lo = blocks;
170 inode->osd2.linux2.l_i_blocks_high = blocks >> 32;
177 /* Allocates enough blocks to hold len bytes, with backing_len bytes in a data
203 /* Allocates enough blocks to hold len bytes, queues them to be written
220 /* Allocates enough blocks to hold len bytes and connects them to an inode */
H A Dallocate.c206 /* Marks a the first num_blocks blocks in a block group as used, and accounts
254 /* Reduces an existing allocation by len blocks by return the last blocks
255 to the free pool in their block group. Assumes that the blocks being
313 error("failed to reserve %u blocks in block group %u\n", bg->header_blocks, i);
352 error("failed to reserve %u blocks in block group %u\n", len, bg_num);
396 error("failed to allocate %d blocks in block group %d", allocate_len, found_bg);
407 error("failed to allocate %u blocks, out of space?", len);
439 /* Allocate len blocks. The blocks ma
592 reserve_oob_blocks(struct block_allocation *alloc, int blocks) argument
610 advance_list_ptr(struct region_list *list, int blocks) argument
632 advance_blocks(struct block_allocation *alloc, int blocks) argument
637 advance_oob_blocks(struct block_allocation *alloc, int blocks) argument
[all...]
H A Dindirect.c32 critical_error("indirect backing larger than %d blocks", EXT4_NDIR_BLOCKS);
63 error("failed to advance %d blocks", len);
131 error("failed to advance %d blocks", ind_block_len);
164 /* Given an allocation, attach as many blocks as possible to direct inode
165 blocks, and return the rest */
177 error("failed to advance %d blocks", len);
185 /* Given an allocation, attach as many blocks as possible to indirect blocks,
187 Assumes that the blocks necessary to hold the indirect blocks wer
434 u64 blocks; local
[all...]
H A Dcontents.c103 u32 blocks; local
111 blocks = DIV_ROUND_UP(dentry_size(entries, dentries), info.block_size);
112 len = blocks * info.block_size;
H A Dmake_ext4fs.c70 Allocating blocks in the same block group as the file inode
359 u32 blocks = DIV_ROUND_UP(info.len, info.block_size); local
360 u32 block_groups = DIV_ROUND_UP(blocks, info.blocks_per_group);
374 u32 blocks = DIV_ROUND_UP(info.len, info.block_size); local
375 u32 block_groups = DIV_ROUND_UP(blocks, info.blocks_per_group);
578 printf(" Journal blocks: %d\n", info.journal_blocks);
655 printf("Created filesystem with %d/%d inodes and %d/%d blocks\n",
/system/media/camera/docs/
H A DCaptureResultTest.mako20 * modify the comment blocks at the start or end.
H A DCameraMetadataEnums.mako23 * modify the comment blocks at the start or end.
H A DCameraMetadataKeys.mako24 * modify the comment blocks at the start or end.
32 # Dedent fixes markdown not to generate code blocks. Then do the rest.
/system/core/toolbox/upstream-netbsd/usr.bin/du/
H A Ddu.c157 * the blocks actually used by symbolic links. We rationalize this by
261 prstat(const char *fname, int64_t blocks) argument
264 (void)printf("%" PRId64 "\t%s\n", blocks, fname);
270 int64_t sz = blocks * 512;
278 howmany(blocks, (int64_t)blocksize),
/system/core/libsparse/
H A Dsparse_read.c101 int fd, int64_t offset, unsigned int blocks, unsigned int block,
106 unsigned int len = blocks * s->block_size;
112 if (chunk_size / s->block_size != blocks) {
139 int fd, unsigned int blocks, unsigned int block, uint32_t *crc32)
143 int64_t len = (int64_t)blocks * s->block_size;
180 int fd __unused, unsigned int blocks,
188 int64_t len = (int64_t)blocks * s->block_size;
100 process_raw_chunk(struct sparse_file *s, unsigned int chunk_size, int fd, int64_t offset, unsigned int blocks, unsigned int block, uint32_t *crc32) argument
138 process_fill_chunk(struct sparse_file *s, unsigned int chunk_size, int fd, unsigned int blocks, unsigned int block, uint32_t *crc32) argument
179 process_skip_chunk(struct sparse_file *s, unsigned int chunk_size, int fd __unused, unsigned int blocks, unsigned int block __unused, uint32_t *crc32) argument
H A Dsparse.c142 unsigned int blocks = backed_block_block(bb) - last_block; local
143 write_skip_chunk(out, (int64_t)blocks * s->block_size);
/system/extras/verity/
H A DVerityVerifier.java242 int blocks = Integer.parseInt(fields[5]);
245 if (imageSize != (long) blocks * blockSize) {
330 int blocks = hashBlocksLevel.get(level);
332 for (int i = 0; i < blocks; i++) {
349 dataOffset += blocks * hashBlockSize;
/system/bt/embdrv/sbc/decoder/include/
H A Doi_codec_sbc.h104 #define SBC_BLOCKS_4 0 /**< A block size of 4 blocks was used to encode the stream. One possible value for the @a blocks parameter of OI_CODEC_SBC_EncoderConfigure() */
105 #define SBC_BLOCKS_8 1 /**< A block size of 8 blocks was used to encode the stream is. One possible value for the @a blocks parameter of OI_CODEC_SBC_EncoderConfigure() */
106 #define SBC_BLOCKS_12 2 /**< A block size of 12 blocks was used to encode the stream. One possible value for the @a blocks parameter of OI_CODEC_SBC_EncoderConfigure() */
107 #define SBC_BLOCKS_16 3 /**< A block size of 16 blocks was used to encode the stream. One possible value for the @a blocks parameter of OI_CODEC_SBC_EncoderConfigure() */
132 OI_UINT8 blocks; member in struct:__anon703
282 * @param blocks On
[all...]
/system/keymaster/
H A Daes_operation.h83 bool ProcessAadBlocks(const uint8_t* data, size_t blocks, keymaster_error_t* error);
H A Daes_operation.cpp375 * the wrong thing when given partial AAD blocks, so we have to take care to process AAD in
427 bool AesEvpOperation::ProcessAadBlocks(const uint8_t* data, size_t blocks, argument
430 if (EVP_CipherUpdate(&ctx_, nullptr /* out */, &output_written, data, blocks * AES_BLOCK_SIZE))
/system/core/gpttool/
H A Dgpttool.c94 void init_mbr(u8 *mbr, u32 blocks) argument
111 memcpy(mbr + 0x1ca, &blocks, sizeof(u32));
298 fprintf(stderr,"blocks %lld\n", sz);
/system/core/sdcard/
H A Dsdcard.c399 attr->blocks = s->st_blocks;
1282 out.st.blocks = stat.f_blocks;

Completed in 423 milliseconds