Searched refs:tmpptr (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/src/shared/
H A Dbcmstdlib.c143 unsigned char *tmpptr; local
213 tmpptr = (unsigned char *) va_arg(ap, unsigned char *);
214 if (!tmpptr) tmpptr = (unsigned char *) "(null)";
216 while (*tmpptr) {
218 *optr = *tmpptr;
220 ++tmpptr;
224 while (width && *tmpptr) {
226 *optr = *tmpptr;
228 ++tmpptr;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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...]

Completed in 106 milliseconds