Searched refs:cb_size (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ntfs/
H A Dcompress.c138 * @cb_size: size of compression block @cb_start in bytes (IN)
153 * and @cb_size is the size of @cb_start in bytes (8-64kiB).
168 const u32 cb_size, const loff_t i_size,
175 u8 *cb_end = cb_start + cb_size; /* End of cb. */
201 ntfs_debug("Entering, cb_size = 0x%x.", cb_size);
457 u32 cb_size = ni->itype.compressed.block_size; local
458 u64 cb_size_mask = cb_size - 1UL;
468 VCN end_vcn = ((((s64)(index + 1UL) << PAGE_CACHE_SHIFT) + cb_size - 1)
486 ntfs_debug("Entering, page->index = 0x%lx, cb_size
165 ntfs_decompress(struct page *dest_pages[], int *dest_index, int *dest_ofs, const int dest_max_index, const int dest_max_ofs, const int xpage, char *xpage_done, u8 *const cb_start, const u32 cb_size, const loff_t i_size, const s64 initialized_size) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ntfs/
H A Dcompress.c138 * @cb_size: size of compression block @cb_start in bytes (IN)
153 * and @cb_size is the size of @cb_start in bytes (8-64kiB).
168 const u32 cb_size, const loff_t i_size,
175 u8 *cb_end = cb_start + cb_size; /* End of cb. */
201 ntfs_debug("Entering, cb_size = 0x%x.", cb_size);
457 u32 cb_size = ni->itype.compressed.block_size; local
458 u64 cb_size_mask = cb_size - 1UL;
468 VCN end_vcn = ((((s64)(index + 1UL) << PAGE_CACHE_SHIFT) + cb_size - 1)
486 ntfs_debug("Entering, page->index = 0x%lx, cb_size
165 ntfs_decompress(struct page *dest_pages[], int *dest_index, int *dest_ofs, const int dest_max_index, const int dest_max_ofs, const int xpage, char *xpage_done, u8 *const cb_start, const u32 cb_size, const loff_t i_size, const s64 initialized_size) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Descape124.c251 unsigned cb_depth, cb_size; local
255 cb_size = get_bits_long(&gb, 20);
256 cb_depth = av_log2(cb_size - 1) + 1;
262 cb_size = 1 << cb_depth;
267 cb_size = s->num_superblocks << cb_depth;
271 s->codebooks[i] = unpack_codebook(&gb, cb_depth, cb_size);
H A Daac.c1012 const int cb_size = ff_aac_spectral_sizes[cbt_m1]; local
1028 if (code >= cb_size) {
1053 if (code >= cb_size) {
1082 if (code >= cb_size) {
1108 if (code >= cb_size) {
1144 if (code >= cb_size) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Descape124.c251 unsigned cb_depth, cb_size; local
255 cb_size = get_bits_long(&gb, 20);
256 cb_depth = av_log2(cb_size - 1) + 1;
262 cb_size = 1 << cb_depth;
267 cb_size = s->num_superblocks << cb_depth;
271 s->codebooks[i] = unpack_codebook(&gb, cb_depth, cb_size);
H A Daac.c1012 const int cb_size = ff_aac_spectral_sizes[cbt_m1]; local
1028 if (code >= cb_size) {
1053 if (code >= cb_size) {
1082 if (code >= cb_size) {
1108 if (code >= cb_size) {
1144 if (code >= cb_size) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Descape124.c251 unsigned cb_depth, cb_size; local
255 cb_size = get_bits_long(&gb, 20);
256 cb_depth = av_log2(cb_size - 1) + 1;
262 cb_size = 1 << cb_depth;
267 cb_size = s->num_superblocks << cb_depth;
271 s->codebooks[i] = unpack_codebook(&gb, cb_depth, cb_size);
H A Daac.c1012 const int cb_size = ff_aac_spectral_sizes[cbt_m1]; local
1028 if (code >= cb_size) {
1053 if (code >= cb_size) {
1082 if (code >= cb_size) {
1108 if (code >= cb_size) {
1144 if (code >= cb_size) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ata/
H A Dsata_sil24.c1208 size_t cb_size = sizeof(*cb) * SIL24_MAX_CMDS; local
1215 cb = dmam_alloc_coherent(dev, cb_size, &cb_dma, GFP_KERNEL);
1218 memset(cb, 0, cb_size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ata/
H A Dsata_sil24.c1208 size_t cb_size = sizeof(*cb) * SIL24_MAX_CMDS; local
1215 cb = dmam_alloc_coherent(dev, cb_size, &cb_dma, GFP_KERNEL);
1218 memset(cb, 0, cb_size);

Completed in 146 milliseconds