Searched refs:last_offset (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/tools/
H A Dqt-faststart.c82 uint64_t last_offset; local
169 last_offset = ftello(infile);
253 last_offset -= start_offset;
280 /* copy the remainder of the infile, from offset 0 -> last_offset - 1 */
282 while (last_offset) {
283 if (last_offset > COPY_BUFFER_SIZE)
286 bytes_to_copy = last_offset;
297 last_offset -= bytes_to_copy;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A Doperations_shorthand_seektable.c101 FLAC__uint64 audio_offset, last_offset; member in struct:__anon866
127 cd->seektable_template->points[i].stream_offset = cd->last_offset - cd->audio_offset;
142 if(!FLAC__stream_decoder_get_decode_position(decoder, &cd->last_offset))
202 client_data.last_offset = client_data.audio_offset;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A D3level.h218 uint32_t level1_offset, level2_offset, level3_offset, last_offset; local
269 last_offset =
274 t->result_size = (last_offset + 3) & ~3ul;
308 if (last_offset < t->result_size)
309 memset (t->result + last_offset, 0, t->result_size - last_offset);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dbootmem.c268 bdata->last_offset && bdata->last_pos+1 == start) {
269 offset = ALIGN(bdata->last_offset, align);
275 bdata->last_offset = offset + size;
286 bdata->last_offset = remaining_size;
288 bdata->last_offset &= ~PAGE_MASK;
291 bdata->last_offset = size & ~PAGE_MASK;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dbootmem.h34 unsigned long last_offset; member in struct:bootmem_data
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dmetadata_iterators.c907 off_t first_offset, last_offset; member in struct:FLAC__Metadata_Chain
1249 chain->last_offset = (off_t)pos;
1340 chain->last_offset = 0; /*@@@ wrong; will need to be set correctly to implement metadata writing for Ogg FLAC */
1370 /*FLAC__ASSERT(fflush(), ftello() == chain->last_offset);*/
1434 /*FLAC__ASSERT(fflush(), ftello() == chain->last_offset);*/
1437 if(0 != fseeko(f, chain->last_offset, SEEK_SET)) {
1483 /*FLAC__ASSERT(fflush(), ftello() == chain->last_offset);*/
1486 if(0 != seek_cb(handle, chain->last_offset, SEEK_SET)) {
1686 chain->last_offset = chain->first_offset;
1688 chain->last_offset
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dinode.c2352 unsigned last_offset; local
2354 last_offset = inode->i_size & (PAGE_CACHE_SIZE - 1);
2356 if (page->index >= end_index + 1 || !last_offset) {
2360 zero_user_page(page, last_offset, PAGE_CACHE_SIZE - last_offset, KM_USER0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_inode.c1999 int offset, last_offset = 0; local
2106 &last_ibp, &last_offset);
2147 offset = last_offset + offsetof(xfs_dinode_t, di_next_unlinked);

Completed in 95 milliseconds