Searched refs:bptr (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Droqvideo.c43 unsigned char *bptr; local
49 bptr = ri->current_frame->data[0] + boffs;
50 bptr[0 ] = cell->y[0];
51 bptr[1 ] = cell->y[1];
52 bptr[stride ] = cell->y[2];
53 bptr[stride+1] = cell->y[3];
58 bptr = ri->current_frame->data[1] + boffs;
59 bptr[0 ] =
60 bptr[1 ] =
61 bptr[strid
73 unsigned char *bptr; local
[all...]
H A Dnellymoserdec.c79 float *aptr, *bptr, *pptr, val, pval; local
85 bptr = buf;
93 *bptr++ = val;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/sun3/prom/
H A Dprintf.c26 char ch, *bptr; local
38 bptr = ppbuf;
41 ap_write(1,bptr,strlen(bptr));
47 putpacket(bptr, 1);
50 while((ch = *(bptr++)) != 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Djmemmgr.c590 jvirt_barray_ptr bptr; local
606 for (bptr = mem->virt_barray_list; bptr != NULL; bptr = bptr->next) {
607 if (bptr->mem_buffer == NULL) { /* if not realized yet */
608 space_per_minheight += (long) bptr->maxaccess *
609 (long) bptr->blocksperrow * SIZEOF(JBLOCK);
610 maximum_space += (long) bptr->rows_in_array *
611 (long) bptr
948 jvirt_barray_ptr bptr; local
[all...]
H A Djquant2.c786 register INT32 * bptr; /* pointer into bestdist[] array */ local
797 bptr = bestdist;
799 *bptr++ = 0x7FFFFFFFL;
825 bptr = bestdist;
835 if (dist2 < *bptr) {
836 *bptr = dist2;
841 bptr++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/hotplug2/
H A Drules.c63 char *ptr, *start, *bptr, *buf; local
101 bptr = buf;
107 memcpy(bptr, start, ptr - start);
108 bptr +=ptr - start;
111 memcpy(bptr, replacement, replacement_len);
112 bptr+=replacement_len;
121 memcpy(bptr, start, ptr - start);
122 bptr +=ptr - start;
124 *bptr='\0';
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Duri.c2140 xmlChar *bptr, *uptr, *vptr; local
2216 bptr = (xmlChar *)bas->path;
2218 for (ix = 0; bptr[ix] != 0; ix++) {
2219 if (bptr[ix] == '/')
2230 if ((*bptr == '.') && (bptr[1] == '/'))
2231 bptr += 2;
2232 else if ((*bptr == '/') && (ref->path[pos] != '/'))
2233 bptr++;
2234 while ((bptr[po
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Duri.c2233 xmlChar *bptr, *uptr, *vptr; local
2310 bptr = (xmlChar *)bas->path;
2312 for (ix = 0; bptr[ix] != 0; ix++) {
2313 if (bptr[ix] == '/')
2324 if ((*bptr == '.') && (bptr[1] == '/'))
2325 bptr += 2;
2326 else if ((*bptr == '/') && (ref->path[pos] != '/'))
2327 bptr++;
2328 while ((bptr[po
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Duri.c2140 xmlChar *bptr, *uptr, *vptr; local
2216 bptr = (xmlChar *)bas->path;
2218 for (ix = 0; bptr[ix] != 0; ix++) {
2219 if (bptr[ix] == '/')
2230 if ((*bptr == '.') && (bptr[1] == '/'))
2231 bptr += 2;
2232 else if ((*bptr == '/') && (ref->path[pos] != '/'))
2233 bptr++;
2234 while ((bptr[po
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dperf.c683 uint64_t *bptr; local
711 bptr = &buffer[0];
717 tmp64 |= (~(*intrigue_bitmask++)) & *bptr;
718 *bptr++ = tmp64;
722 *bptr++ = *memaddr++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/storage/
H A Dalauda.c698 unsigned char *bptr, *cptr, *xptr; local
741 bptr = blockbuffer + (i * (pagesize + 64));
742 cptr = bptr + pagesize;
743 nand_compute_ecc(bptr, ecc);
749 nand_compute_ecc(bptr + (pagesize / 2), ecc);
762 bptr = blockbuffer + (i * (pagesize + 64));
763 cptr = bptr + pagesize;
764 memcpy(bptr, xptr, pagesize);
766 nand_compute_ecc(bptr, ecc);
768 nand_compute_ecc(bptr
[all...]
H A Dsddr09.c710 unsigned char *bptr, *cptr, *xptr; local
749 bptr = blockbuffer + i*pagelen;
750 cptr = bptr + info->pagesize;
751 nand_compute_ecc(bptr, ecc);
757 nand_compute_ecc(bptr+(info->pagesize / 2), ecc);
770 bptr = blockbuffer + i*pagelen;
771 cptr = bptr + info->pagesize;
772 memcpy(bptr, xptr, info->pagesize);
774 nand_compute_ecc(bptr, ecc);
776 nand_compute_ecc(bptr
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/include/corby/
H A Dbuffer.h75 sw_uint8 ** bptr,
87 sw_uint8 ** bptr,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-ctrl.c197 char *bptr,unsigned int bmax,
211 bptr,bmax,"%s",
226 *blen = scnprintf(bptr,bmax,"%s",
196 pvr2_ctrl_get_valname(struct pvr2_ctrl *cptr,int val, char *bptr,unsigned int bmax, unsigned int *blen) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/wavefront/
H A Dwavefront_synth.c783 unsigned char *bptr;
790 bptr = buf;
791 bptr = munge_int32 (header->number, buf, 2);
792 munge_buf ((unsigned char *)&header->hdr.p, bptr, WF_PATCH_BYTES);
781 unsigned char *bptr; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dswarm_cs4297a.c329 static void clear_advance(void *buf, unsigned bsize, unsigned bptr, argument
332 if (bptr + len > bsize) {
333 unsigned x = bsize - bptr;
334 memset(((char *) buf) + bptr, c, x);
335 bptr = 0;
340 (unsigned)c, (unsigned)((char *) buf) + bptr, len));
341 memset(((char *) buf) + bptr, c, len);
H A Des1371.c993 static inline void clear_advance(void *buf, unsigned bsize, unsigned bptr, unsigned len, unsigned char c) argument
995 if (bptr + len > bsize) {
996 unsigned x = bsize - bptr;
997 memset(((char *)buf) + bptr, c, x);
998 bptr = 0;
1001 memset(((char *)buf) + bptr, c, len);

Completed in 118 milliseconds