Searched refs:last_ptr (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/sb/
H A Demu8000_pcm.c61 int last_ptr; member in struct:snd_emu8k_pcm
201 if (ptr < rec->last_ptr)
202 delta = ptr + rec->buf_size - rec->last_ptr;
204 delta = ptr - rec->last_ptr;
206 rec->last_ptr = ptr;
616 rec->last_ptr = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdb.c638 tdb_off last_ptr, i; local
641 last_ptr = FREELIST_TOP;
642 while (ofs_read(tdb, last_ptr, &i) != -1 && i != 0) {
645 return ofs_write(tdb, last_ptr, &next);
648 last_ptr = i;
873 tdb_off rec_ptr, last_ptr, newrec_ptr; local
885 last_ptr = FREELIST_TOP;
913 if (ofs_write(tdb, last_ptr, &rec->next) == -1)
941 last_ptr = rec_ptr;
1203 tdb_off last_ptr, local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dtdb.c606 tdb_off last_ptr, i; local
609 last_ptr = FREELIST_TOP;
610 while (ofs_read(tdb, last_ptr, &i) != -1 && i != 0) {
613 return ofs_write(tdb, last_ptr, &next);
616 last_ptr = i;
841 tdb_off rec_ptr, last_ptr, newrec_ptr; local
853 last_ptr = FREELIST_TOP;
881 if (ofs_write(tdb, last_ptr, &rec->next) == -1)
909 last_ptr = rec_ptr;
1168 tdb_off last_ptr, local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/tdb/
H A Dtdb.c613 tdb_off last_ptr, i; local
616 last_ptr = FREELIST_TOP;
617 while (ofs_read(tdb, last_ptr, &i) != -1 && i != 0) {
620 return ofs_write(tdb, last_ptr, &next);
623 last_ptr = i;
848 tdb_off rec_ptr, last_ptr, newrec_ptr; local
858 last_ptr = FREELIST_TOP;
886 if (ofs_write(tdb, last_ptr, &rec->next) == -1)
914 last_ptr = rec_ptr;
1183 tdb_off last_ptr, local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/tdb/
H A Dtdb.c613 tdb_off last_ptr, i; local
616 last_ptr = FREELIST_TOP;
617 while (ofs_read(tdb, last_ptr, &i) != -1 && i != 0) {
620 return ofs_write(tdb, last_ptr, &next);
623 last_ptr = i;
848 tdb_off rec_ptr, last_ptr, newrec_ptr; local
858 last_ptr = FREELIST_TOP;
886 if (ofs_write(tdb, last_ptr, &rec->next) == -1)
914 last_ptr = rec_ptr;
1183 tdb_off last_ptr, local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dutil_str.c85 static const char *last_ptr=NULL; variable
91 ptr = &last_ptr;
94 last_ptr = *ptr;
102 last_ptr = ptr;
107 Uses last_ptr from above - bit of a hack.
112 char *s=(char *)last_ptr;
135 s=(char *)last_ptr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dapedec.c158 const uint8_t *last_ptr; ///< position where last 4608-sample block ended member in struct:APEContext
832 s->ptr = s->last_ptr = s->data;
888 bytes_used = s->samples ? s->ptr - s->last_ptr : buf_size;
889 s->last_ptr = s->ptr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dbig_sur_ge.h208 xbuf_descriptor *last_ptr; member in struct:_xdma_channel_tag
H A Dbig_sur_ge.c103 dma->last_ptr = NULL;

Completed in 137 milliseconds