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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dcompress.c137 * @cb_size: size of compression block @cb_start in bytes (IN)
152 * and @cb_size is the size of @cb_start in bytes (8-64kiB).
167 const u32 cb_size, const loff_t i_size,
174 u8 *cb_end = cb_start + cb_size; /* End of cb. */
200 ntfs_debug("Entering, cb_size = 0x%x.", cb_size);
456 u32 cb_size = ni->itype.compressed.block_size; local
457 u64 cb_size_mask = cb_size - 1UL;
467 VCN end_vcn = ((((s64)(index + 1UL) << PAGE_CACHE_SHIFT) + cb_size - 1)
485 ntfs_debug("Entering, page->index = 0x%lx, cb_size
164 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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Descape124.c249 unsigned cb_depth, cb_size; local
253 cb_size = get_bits_long(&gb, 20);
254 cb_depth = av_log2(cb_size - 1) + 1;
260 cb_size = 1 << cb_depth;
265 cb_size = s->num_superblocks << cb_depth;
269 s->codebooks[i] = unpack_codebook(&gb, cb_depth, cb_size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dsata_sil24.c931 size_t cb_size = sizeof(*cb) * SIL24_MAX_CMDS; local
941 cb = dmam_alloc_coherent(dev, cb_size, &cb_dma, GFP_KERNEL);
944 memset(cb, 0, cb_size);

Completed in 129 milliseconds