Searched refs:skip_bytes (Results 1 - 5 of 5) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dshorten.c328 int skip_bytes; local
333 skip_bytes = get_uint(s, NSKIPSIZE);
334 for (i=0; i<skip_bytes; i++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/tests/
H A Dtiny_psnr.c113 int skip_bytes = argc<6 ? 0 : atoi(argv[5]); local
132 fseek(f[0],skip_bytes,SEEK_CUR);
133 fseek(f[1],skip_bytes,SEEK_CUR);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Dencode.c1247 unsigned skip_bytes = bytes_per_wide_sample * (unsigned)encoder_session.skip; local
1248 if(skip_bytes > lookahead_length) {
1249 skip_bytes -= lookahead_length;
1251 if(!fskip_ahead(infile, skip_bytes)) {
1257 lookahead += skip_bytes;
1258 lookahead_length -= skip_bytes;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/devices/
H A Dbcm_nflash.c76 uint skip_bytes = 0, good_bytes = 0, page_size; local
123 skip_bytes += blocksize;
137 off = offset + skip_bytes;
145 skip_bytes += blocksize;
153 off = offset + skip_bytes;
199 uint skip_bytes = 0, good_bytes = 0; local
236 skip_bytes += blocksize;
269 off = (uint) from + skip_bytes;
274 skip_bytes += blocksize;
283 from + skip_bytes, (uin
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Ddevices.c444 * skip_bytes - the number of bytes to skip before writing anything
448 static ssize_t usb_device_dump(char __user **buffer, size_t *nbytes, loff_t *skip_bytes, loff_t *file_offset, argument
524 if (length > *skip_bytes) {
525 length -= *skip_bytes;
528 if (copy_to_user(*buffer, pages_start + *skip_bytes, length)) {
536 *skip_bytes = 0;
538 *skip_bytes -= length;
548 ret = usb_device_dump(buffer, nbytes, skip_bytes, file_offset, childdev,
563 loff_t skip_bytes = *ppos; local
579 ret = usb_device_dump(&buf, &nbytes, &skip_bytes, ppo
[all...]

Completed in 114 milliseconds