Searched refs:tmpptr (Results 1 - 7 of 7) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Ddxa.c194 uint8_t *outptr, *srcptr, *tmpptr; local
225 tmpptr = c->prev.data[0];
259 outptr[i] = srcptr[i] ^ tmpptr[i];
260 tmpptr += stride;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/unicode/charsets/
H A Dgeneric_mb.c49 unsigned char *tmpptr = (unsigned char *) *outbuf; local
55 if ( (char_func)( tmpptr, inval)) {
57 tmpptr++;
H A Dmac_hebrew.c89 unsigned char *tmpptr = (unsigned char *) *outbuf; local
104 *tmpptr = c;
109 *tmpptr = 0x81;
114 *tmpptr = 0xc0;
116 else if (char_ucs2_to_mac_hebrew ( tmpptr, inptr)) {
125 tmpptr++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/unicode/charsets/
H A Dgeneric_mb.c49 unsigned char *tmpptr = (unsigned char *) *outbuf; local
55 if ( (char_func)( tmpptr, inval)) {
57 tmpptr++;
H A Dmac_hebrew.c89 unsigned char *tmpptr = (unsigned char *) *outbuf; local
104 *tmpptr = c;
109 *tmpptr = 0x81;
114 *tmpptr = 0xc0;
116 else if (char_ucs2_to_mac_hebrew ( tmpptr, inptr)) {
125 tmpptr++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Drrunner.c96 void *tmpptr; local
168 tmpptr = pci_alloc_consistent(pdev, TX_TOTAL_SIZE, &ring_dma);
169 rrpriv->tx_ring = tmpptr;
172 if (!tmpptr) {
177 tmpptr = pci_alloc_consistent(pdev, RX_TOTAL_SIZE, &ring_dma);
178 rrpriv->rx_ring = tmpptr;
181 if (!tmpptr) {
186 tmpptr = pci_alloc_consistent(pdev, EVT_RING_SIZE, &ring_dma);
187 rrpriv->evt_ring = tmpptr;
190 if (!tmpptr) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dbcmstdlib.c138 const char *iptr, *tmpptr; local
208 tmpptr = va_arg(ap, const char *);
209 if (!tmpptr)
210 tmpptr = "(null)";
212 while (*tmpptr) {
214 *optr = *tmpptr;
216 ++tmpptr;
220 while (width && *tmpptr) {
222 *optr = *tmpptr;
224 ++tmpptr;
[all...]

Completed in 164 milliseconds