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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dcompress.c72 * @cb_size: size of compression block @cb_start in bytes
78 * and @cb_size is the size of @cb_start in bytes (8-64kiB).
83 u8 *const cb_start, const u32 cb_size)
89 u8 *cb_end = cb_start + cb_size; /* End of cb. */
101 ntfs_log_trace("Entering, cb_size = 0x%x.\n", (unsigned)cb_size);
333 u32 cb_size; local
377 cb_size = na->compression_block_size;
378 cb_size_mask = cb_size - 1UL;
382 cb = ntfs_malloc(cb_size);
82 ntfs_decompress(u8 *dest, const u32 dest_size, u8 *const cb_start, const u32 cb_size) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Descape124.c242 unsigned cb_depth, cb_size; local
246 cb_size = get_bits_long(&gb, 20);
247 cb_depth = av_log2(cb_size - 1) + 1;
253 cb_size = 1 << cb_depth;
258 cb_size = s->num_superblocks << cb_depth;
262 s->codebooks[i] = unpack_codebook(&gb, cb_depth, cb_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Descape124.c247 unsigned cb_depth, cb_size; local
251 cb_size = get_bits_long(&gb, 20);
252 cb_depth = av_log2(cb_size - 1) + 1;
258 cb_size = 1 << cb_depth;
263 cb_size = s->num_superblocks << cb_depth;
267 s->codebooks[i] = unpack_codebook(&gb, cb_depth, cb_size);
H A Dhevc.c1071 int cb_size = 1 << log2_cb_size; local
1075 int x_end = FFMIN(x0 + cb_size, s->sps->width);
1076 int y_end = FFMIN(y0 + cb_size, s->sps->height);
1240 int cb_size = 1 << log2_cb_size; local
1248 int length = cb_size * cb_size * s->sps->pcm.bit_depth +
1249 (((cb_size >> s->sps->hshift[1]) * (cb_size >> s->sps->vshift[1])) +
1250 ((cb_size >> s->sps->hshift[2]) * (cb_size >>
1982 int cb_size = 1 << log2_cb_size; local
2138 const int cb_size = 1 << log2_cb_size; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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);

Completed in 228 milliseconds