Searched refs:chunk_size (Results 1 - 25 of 200) sorted by relevance

12345678

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/sljit/
H A DsljitExecAllocator.c171 sljit_uw chunk_size; local
181 chunk_size = free_block->size;
182 if (chunk_size > size + 64) {
184 chunk_size -= size;
185 free_block->size = chunk_size;
186 header = AS_BLOCK_HEADER(free_block, chunk_size);
187 header->prev_size = chunk_size;
193 size = chunk_size;
203 chunk_size = (size + sizeof(struct block_header) + CHUNK_SIZE - 1) & CHUNK_MASK;
204 header = (struct block_header*)alloc_chunk(chunk_size);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Dtxd.c56 unsigned int id, chunk_size, marker; local
61 chunk_size = get_le32(pb);
73 if (chunk_size > 100)
76 url_fskip(s->pb, chunk_size);
85 ret = av_get_packet(s->pb, pkt, chunk_size);
H A Dwestwood.c173 unsigned int chunk_size; local
184 chunk_size = AV_RL16(&preamble[0]);
185 ret= av_get_packet(pb, pkt, chunk_size);
186 if (ret != chunk_size)
193 wsaud->audio_frame_counter += (chunk_size * 2) / wsaud->audio_channels;
221 unsigned int chunk_size; local
285 chunk_size = AV_RB32(&scratch[4]);
306 url_fseek(pb, chunk_size, SEEK_CUR);
320 unsigned int chunk_size; local
325 chunk_size
[all...]
H A Didroq.c105 unsigned int chunk_size; local
123 chunk_size = AV_RL32(&preamble[2]);
124 if(chunk_size > INT_MAX)
145 codebook_size = chunk_size;
150 chunk_size = AV_RL32(&preamble[2]) + RoQ_CHUNK_PREAMBLE_SIZE * 2 +
157 ret= av_get_packet(pb, pkt, chunk_size);
158 if (ret != chunk_size)
186 if (av_new_packet(pkt, chunk_size + RoQ_CHUNK_PREAMBLE_SIZE))
197 roq->audio_frame_count += (chunk_size / roq->audio_channels);
202 chunk_size);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/sljit/
H A DsljitExecAllocator.c171 sljit_uw chunk_size; local
181 chunk_size = free_block->size;
182 if (chunk_size > size + 64) {
184 chunk_size -= size;
185 free_block->size = chunk_size;
186 header = AS_BLOCK_HEADER(free_block, chunk_size);
187 header->prev_size = chunk_size;
193 size = chunk_size;
203 chunk_size = (size + sizeof(struct block_header) + CHUNK_SIZE - 1) & CHUNK_MASK;
204 header = (struct block_header*)alloc_chunk(chunk_size);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Dtxd.c56 unsigned int id, chunk_size, marker; local
61 chunk_size = get_le32(pb);
73 if (chunk_size > 100)
76 url_fskip(s->pb, chunk_size);
85 ret = av_get_packet(s->pb, pkt, chunk_size);
H A Dwestwood.c173 unsigned int chunk_size; local
184 chunk_size = AV_RL16(&preamble[0]);
185 ret= av_get_packet(pb, pkt, chunk_size);
186 if (ret != chunk_size)
193 wsaud->audio_frame_counter += (chunk_size * 2) / wsaud->audio_channels;
221 unsigned int chunk_size; local
285 chunk_size = AV_RB32(&scratch[4]);
306 url_fseek(pb, chunk_size, SEEK_CUR);
320 unsigned int chunk_size; local
325 chunk_size
[all...]
H A Didroq.c105 unsigned int chunk_size; local
123 chunk_size = AV_RL32(&preamble[2]);
124 if(chunk_size > INT_MAX)
145 codebook_size = chunk_size;
150 chunk_size = AV_RL32(&preamble[2]) + RoQ_CHUNK_PREAMBLE_SIZE * 2 +
157 ret= av_get_packet(pb, pkt, chunk_size);
158 if (ret != chunk_size)
186 if (av_new_packet(pkt, chunk_size + RoQ_CHUNK_PREAMBLE_SIZE))
197 roq->audio_frame_count += (chunk_size / roq->audio_channels);
202 chunk_size);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/sljit/
H A DsljitExecAllocator.c171 sljit_uw chunk_size; local
181 chunk_size = free_block->size;
182 if (chunk_size > size + 64) {
184 chunk_size -= size;
185 free_block->size = chunk_size;
186 header = AS_BLOCK_HEADER(free_block, chunk_size);
187 header->prev_size = chunk_size;
193 size = chunk_size;
203 chunk_size = (size + sizeof(struct block_header) + CHUNK_SIZE - 1) & CHUNK_MASK;
204 header = (struct block_header*)alloc_chunk(chunk_size);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Dtxd.c56 unsigned int id, chunk_size, marker; local
61 chunk_size = get_le32(pb);
73 if (chunk_size > 100)
76 url_fskip(s->pb, chunk_size);
85 ret = av_get_packet(s->pb, pkt, chunk_size);
H A Dwestwood.c173 unsigned int chunk_size; local
184 chunk_size = AV_RL16(&preamble[0]);
185 ret= av_get_packet(pb, pkt, chunk_size);
186 if (ret != chunk_size)
193 wsaud->audio_frame_counter += (chunk_size * 2) / wsaud->audio_channels;
221 unsigned int chunk_size; local
285 chunk_size = AV_RB32(&scratch[4]);
306 url_fseek(pb, chunk_size, SEEK_CUR);
320 unsigned int chunk_size; local
325 chunk_size
[all...]
H A Didroq.c105 unsigned int chunk_size; local
123 chunk_size = AV_RL32(&preamble[2]);
124 if(chunk_size > INT_MAX)
145 codebook_size = chunk_size;
150 chunk_size = AV_RL32(&preamble[2]) + RoQ_CHUNK_PREAMBLE_SIZE * 2 +
157 ret= av_get_packet(pb, pkt, chunk_size);
158 if (ret != chunk_size)
186 if (av_new_packet(pkt, chunk_size + RoQ_CHUNK_PREAMBLE_SIZE))
197 roq->audio_frame_count += (chunk_size / roq->audio_channels);
202 chunk_size);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/media/
H A Dlirc_dev.h27 unsigned int chunk_size; member in struct:lirc_buffer
49 unsigned int chunk_size,
56 buf->chunk_size = chunk_size;
58 ret = kfifo_alloc(&buf->fifo, size * chunk_size, GFP_KERNEL);
89 return lirc_buffer_len(buf) == buf->size * buf->chunk_size;
99 return buf->size - (lirc_buffer_len(buf) / buf->chunk_size);
107 if (lirc_buffer_len(buf) >= buf->chunk_size)
108 ret = kfifo_out_locked(&buf->fifo, dest, buf->chunk_size,
119 ret = kfifo_in_locked(&buf->fifo, orig, buf->chunk_size,
48 lirc_buffer_init(struct lirc_buffer *buf, unsigned int chunk_size, unsigned int size) argument
133 unsigned int chunk_size; member in struct:lirc_driver
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/media/
H A Dlirc_dev.h27 unsigned int chunk_size; member in struct:lirc_buffer
49 unsigned int chunk_size,
56 buf->chunk_size = chunk_size;
58 ret = kfifo_alloc(&buf->fifo, size * chunk_size, GFP_KERNEL);
89 return lirc_buffer_len(buf) == buf->size * buf->chunk_size;
99 return buf->size - (lirc_buffer_len(buf) / buf->chunk_size);
107 if (lirc_buffer_len(buf) >= buf->chunk_size)
108 ret = kfifo_out_locked(&buf->fifo, dest, buf->chunk_size,
119 ret = kfifo_in_locked(&buf->fifo, orig, buf->chunk_size,
48 lirc_buffer_init(struct lirc_buffer *buf, unsigned int chunk_size, unsigned int size) argument
133 unsigned int chunk_size; member in struct:lirc_driver
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/md/
H A Ddm-exception-store.c155 store->chunk_size = store->chunk_mask = store->chunk_shift = 0;
165 unsigned chunk_size,
168 /* Check chunk_size is a power of 2 */
169 if (!is_power_of_2(chunk_size)) {
175 if (chunk_size %
177 chunk_size %
183 if (chunk_size > INT_MAX >> SECTOR_SHIFT) {
188 store->chunk_size = chunk_size;
189 store->chunk_mask = chunk_size
164 dm_exception_store_set_chunk_size(struct dm_exception_store *store, unsigned chunk_size, char **error) argument
[all...]
H A Ddm-snap-persistent.c76 uint32_t chunk_size; member in struct:disk_header
167 len = ps->store->chunk_size << SECTOR_SHIFT;
170 * Allocate the chunk_size block of memory that will hold
235 .sector = ps->store->chunk_size * chunk,
236 .count = ps->store->chunk_size,
292 memset(ps->area, 0, ps->store->chunk_size << SECTOR_SHIFT);
304 unsigned chunk_size; local
312 if (!ps->store->chunk_size) {
313 ps->store->chunk_size = max(DM_CHUNK_SIZE_DEFAULT_SECTORS,
316 ps->store->chunk_mask = ps->store->chunk_size
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/md/
H A Ddm-exception-store.c155 store->chunk_size = store->chunk_mask = store->chunk_shift = 0;
165 unsigned chunk_size,
168 /* Check chunk_size is a power of 2 */
169 if (!is_power_of_2(chunk_size)) {
175 if (chunk_size %
177 chunk_size %
183 if (chunk_size > INT_MAX >> SECTOR_SHIFT) {
188 store->chunk_size = chunk_size;
189 store->chunk_mask = chunk_size
164 dm_exception_store_set_chunk_size(struct dm_exception_store *store, unsigned chunk_size, char **error) argument
[all...]
H A Ddm-snap-persistent.c76 uint32_t chunk_size; member in struct:disk_header
167 len = ps->store->chunk_size << SECTOR_SHIFT;
170 * Allocate the chunk_size block of memory that will hold
235 .sector = ps->store->chunk_size * chunk,
236 .count = ps->store->chunk_size,
292 memset(ps->area, 0, ps->store->chunk_size << SECTOR_SHIFT);
304 unsigned chunk_size; local
312 if (!ps->store->chunk_size) {
313 ps->store->chunk_size = max(DM_CHUNK_SIZE_DEFAULT_SECTORS,
316 ps->store->chunk_mask = ps->store->chunk_size
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/xz/src/liblzma/common/
H A Dfilter_encoder.c37 lzma_vli (*chunk_size)(const void *options); member in struct:__anon859
62 .chunk_size = NULL, // FIXME
73 .chunk_size = NULL, // FIXME
84 .chunk_size = NULL,
94 .chunk_size = NULL,
104 .chunk_size = NULL,
114 .chunk_size = NULL,
124 .chunk_size = NULL,
134 .chunk_size = NULL,
144 .chunk_size
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/testsuite/gdb.base/
H A Dbigcore.c230 size_t chunk_size; local
236 for (chunk_size = max_chunk_size;
237 chunk_size >= sizeof (struct list);
238 chunk_size >>= 1)
242 print_byte_count (chunk_size);
244 while (bytes_allocated + (1 + count) * chunk_size
247 struct list *chunk = malloc (chunk_size);
250 chunk->size = chunk_size;
261 bytes_allocated += chunk_size * count;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/gdb.base/
H A Dbigcore.c230 size_t chunk_size; local
236 for (chunk_size = max_chunk_size;
237 chunk_size >= sizeof (struct list);
238 chunk_size >>= 1)
242 print_byte_count (chunk_size);
244 while (bytes_allocated + (1 + count) * chunk_size
247 struct list *chunk = malloc (chunk_size);
250 chunk->size = chunk_size;
261 bytes_allocated += chunk_size * count;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/gdb.base/
H A Dbigcore.c230 size_t chunk_size; local
236 for (chunk_size = max_chunk_size;
237 chunk_size >= sizeof (struct list);
238 chunk_size >>= 1)
242 print_byte_count (chunk_size);
244 while (bytes_allocated + (1 + count) * chunk_size
247 struct list *chunk = malloc (chunk_size);
250 chunk->size = chunk_size;
261 bytes_allocated += chunk_size * count;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dvqavideo.c296 unsigned int chunk_size; local
324 chunk_size = AV_RB32(&s->buf[index + 4]);
366 byte_skip = chunk_size & 0x01;
367 index += (CHUNK_PREAMBLE_SIZE + chunk_size + byte_skip);
388 chunk_size = AV_RB32(&s->buf[cpl0_chunk + 4]);
390 if (chunk_size / 3 > 256) {
392 chunk_size / 3);
396 for (i = 0; i < chunk_size / 3; i++) {
416 chunk_size = AV_RB32(&s->buf[cbfz_chunk + 4]);
418 decode_format80(&s->buf[cbfz_chunk], chunk_size,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dvqavideo.c296 unsigned int chunk_size; local
324 chunk_size = AV_RB32(&s->buf[index + 4]);
366 byte_skip = chunk_size & 0x01;
367 index += (CHUNK_PREAMBLE_SIZE + chunk_size + byte_skip);
388 chunk_size = AV_RB32(&s->buf[cpl0_chunk + 4]);
390 if (chunk_size / 3 > 256) {
392 chunk_size / 3);
396 for (i = 0; i < chunk_size / 3; i++) {
416 chunk_size = AV_RB32(&s->buf[cbfz_chunk + 4]);
418 decode_format80(&s->buf[cbfz_chunk], chunk_size,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dvqavideo.c296 unsigned int chunk_size; local
324 chunk_size = AV_RB32(&s->buf[index + 4]);
366 byte_skip = chunk_size & 0x01;
367 index += (CHUNK_PREAMBLE_SIZE + chunk_size + byte_skip);
388 chunk_size = AV_RB32(&s->buf[cpl0_chunk + 4]);
390 if (chunk_size / 3 > 256) {
392 chunk_size / 3);
396 for (i = 0; i < chunk_size / 3; i++) {
416 chunk_size = AV_RB32(&s->buf[cbfz_chunk + 4]);
418 decode_format80(&s->buf[cbfz_chunk], chunk_size,
[all...]

Completed in 235 milliseconds

12345678