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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/gus/
H A Dgus_pcm.c53 unsigned int bpos; member in struct:gus_pcm_private
138 curr = begin + (pcmp->bpos * pcmp->block_size) / runtime->channels;
213 pcmp->bpos++;
214 pcmp->bpos %= pcmp->blocks;
215 if (pcmp->bpos + 1 >= pcmp->blocks) { /* last block? */
220 end = pcmp->memory + (((pcmp->bpos + 1) * pcmp->block_size) / runtime->channels);
343 unsigned int bpos, len; local
345 bpos = samples_to_bytes(runtime, pos) + (voice * (pcmp->dma_size / 2));
347 if (snd_BUG_ON(bpos > pcmp->dma_size))
349 if (snd_BUG_ON(bpos
374 unsigned int bpos, len; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A Dvesa.h60 u8 bpos; /* 36 */ member in struct:vesa_mode_info
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtscc2.c130 int prev_dc, dc, nc, ac, bpos, val; local
170 bpos = 1;
178 bpos += ac & 0xF;
179 if (bpos >= 16)
182 c->block[tscc2_zigzag[bpos++]] = val;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/client/
H A Dclitar.c964 int fnum = -1, pos = 0, dsize = 0, bpos = 0; local
982 dsize = MIN(tbufsiz - (buffer_p - tarbuf) - bpos, 65520); /* Calculate the size to write */
984 DEBUG(5, ("writing %i bytes, bpos = %i ...\n", dsize, bpos));
986 if (cli_write(cli, fnum, 0, buffer_p + bpos, pos, dsize) != dsize) {
1001 if ((bpos) && ((bpos + dsize) >= TBLOCK)) {
1002 dsize -= (TBLOCK - bpos); /* Get rid of the end of the first block */
1003 bpos = 0;
1029 bpos
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Draop.c258 * bpos bit position in the current byte (pointed by *p)
261 alac_write_bits(uint8_t **p, uint8_t val, int blen, int *bpos) argument
268 lb = 7 - *bpos + 1;
276 if (*bpos == 0)
285 *bpos = 0;
288 *bpos += blen;
299 *bpos = -rb;
308 int bpos; local
310 bpos = 0;
313 alac_write_bits(&buf, 1, 3, &bpos); /* channe
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Daops.c725 unsigned long *bpos, *bend; local
729 bpos = (unsigned long *)(kaddr + bh_offset(bh));
730 bend = (unsigned long *)((u8*)bpos + blocksize);
732 if (unlikely(*bpos))
734 } while (likely(++bpos < bend));
736 if (bpos == bend) {
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dhead_32.S796 bpos got_prop ! Got the property

Completed in 106 milliseconds