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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Droqvideodec.c42 int vqid, bpos, xpos, ypos, xp, yp, x, y, mx, my; local
74 bpos = xpos = ypos = 0;
75 while(bpos < chunk_size) {
79 vqflg = buf[bpos++]; vqflg |= (buf[bpos++] << 8);
90 mx = 8 - (buf[bpos] >> 4) - ((signed char) (chunk_arg >> 8));
91 my = 8 - (buf[bpos++] & 0xf) - ((signed char) chunk_arg);
95 qcell = ri->cb4x4 + buf[bpos++];
108 vqflg = buf[bpos++];
109 vqflg |= (buf[bpos
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/gus/
H A Dgus_pcm.c54 unsigned int bpos; member in struct:gus_pcm_private
136 curr = begin + (pcmp->bpos * pcmp->block_size) / runtime->channels;
207 pcmp->bpos++;
208 pcmp->bpos %= pcmp->blocks;
209 if (pcmp->bpos + 1 >= pcmp->blocks) { /* last block? */
214 end = pcmp->memory + (((pcmp->bpos + 1) * pcmp->block_size) / runtime->channels);
333 unsigned int bpos, len; local
335 bpos = samples_to_bytes(runtime, pos) + (voice * (pcmp->dma_size / 2));
337 snd_assert(bpos <= pcmp->dma_size, return -EIO);
338 snd_assert(bpos
362 unsigned int bpos, len; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/client/
H A Dclitar.c941 int fnum = -1, pos = 0, dsize = 0, bpos = 0; local
959 dsize = MIN(tbufsiz - (buffer_p - tarbuf) - bpos, 65520); /* Calculate the size to write */
961 DEBUG(5, ("writing %i bytes, bpos = %i ...\n", dsize, bpos));
963 if (cli_write(cli, fnum, 0, buffer_p + bpos, pos, dsize) != dsize) {
978 if ((bpos) && ((bpos + dsize) >= TBLOCK)) {
979 dsize -= (TBLOCK - bpos); /* Get rid of the end of the first block */
980 bpos = 0;
1006 bpos
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Daops.c712 unsigned long *bpos, *bend; local
716 bpos = (unsigned long *)(kaddr + bh_offset(bh));
717 bend = (unsigned long *)((u8*)bpos + blocksize);
719 if (unlikely(*bpos))
721 } while (likely(++bpos < bend));
723 if (bpos == bend) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dindex.c891 u32 bpos = pos / 8; local
905 if (na->data_size < bpos + 1) {
913 if (ntfs_attr_pread(na, bpos, 1, &byte) != 1) {
923 if (ntfs_attr_pwrite(na, bpos, 1, &byte) != 1) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dhead.S816 bpos got_prop ! Got the property

Completed in 109 milliseconds