Searched refs:wp (Results 26 - 50 of 91) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/
H A Dec.c115 mpi_limb_t *wp, *sp;
121 wp = w->d;
124 sp[0*2+0] = wp[0*2+0];
125 sp[0*2+1] = wp[0*2+1];
126 sp[1*2+0] = wp[1*2+0];
127 sp[1*2+1] = wp[1*2+1];
128 sp[2*2+0] = wp[2*2+0];
129 sp[2*2+1] = wp[2*2+1];
132 sp[0*2+0] = wp[3*2+0];
133 sp[0*2+1] = wp[
[all...]
H A Dmpi-div.c299 mpi_ptr_t wp; local
303 wp = w->d;
308 _gcry_mpih_rshift( wp, up + limb_cnt, wsize, count );
309 wsize -= !wp[wsize - 1];
312 MPN_COPY_INCR( wp, up + limb_cnt, wsize);
H A Dmpiutil.c302 mpi_ptr_t wp, up; local
309 wp = w->d;
311 MPN_COPY( wp, up, usize );
H A Dmpi-internal.h251 mpi_limb_t _gcry_mpih_lshift( mpi_ptr_t wp, mpi_ptr_t up, mpi_size_t usize,
253 mpi_limb_t _gcry_mpih_rshift( mpi_ptr_t wp, mpi_ptr_t up, mpi_size_t usize,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A Dec.c115 mpi_limb_t *wp, *sp;
121 wp = w->d;
124 sp[0*2+0] = wp[0*2+0];
125 sp[0*2+1] = wp[0*2+1];
126 sp[1*2+0] = wp[1*2+0];
127 sp[1*2+1] = wp[1*2+1];
128 sp[2*2+0] = wp[2*2+0];
129 sp[2*2+1] = wp[2*2+1];
132 sp[0*2+0] = wp[3*2+0];
133 sp[0*2+1] = wp[
[all...]
H A Dmpi-div.c299 mpi_ptr_t wp; local
303 wp = w->d;
308 _gcry_mpih_rshift( wp, up + limb_cnt, wsize, count );
309 wsize -= !wp[wsize - 1];
312 MPN_COPY_INCR( wp, up + limb_cnt, wsize);
H A Dmpiutil.c302 mpi_ptr_t wp, up; local
309 wp = w->d;
311 MPN_COPY( wp, up, usize );
H A Dmpi-internal.h251 mpi_limb_t _gcry_mpih_lshift( mpi_ptr_t wp, mpi_ptr_t up, mpi_size_t usize,
253 mpi_limb_t _gcry_mpih_rshift( mpi_ptr_t wp, mpi_ptr_t up, mpi_size_t usize,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dauth.c504 struct wordlist *wp; local
506 wp = (struct wordlist *) malloc(sizeof(struct wordlist) + l);
507 if (wp == NULL)
509 wp->word = (char *) (wp + 1);
510 wp->next = noauth_addrs;
511 BCOPY(addr, wp->word, l);
512 noauth_addrs = wp;
526 struct wordlist *wp; local
528 wp
2288 struct wordlist *wp = permitted_numbers; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/intl/
H A Dl10nflist.c405 char *wp;
422 wp = stpcpy (retval, "iso");
424 wp = retval;
428 *wp++ = tolower ((unsigned char) codeset[cnt]);
430 *wp++ = codeset[cnt];
432 *wp = '\0';
403 char *wp; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dnmi.h36 __u32 wp : 1; /* 20 psw mwp validity */ member in struct:mci
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dauth.c357 struct wordlist *wp; local
359 wp = (struct wordlist *) malloc(sizeof(struct wordlist) + l);
360 if (wp == NULL)
362 wp->word = (char *) (wp + 1);
363 wp->next = noauth_addrs;
364 BCOPY(addr, wp->word, l);
365 noauth_addrs = wp;
1864 wordlist_count(wp)
1865 struct wordlist *wp;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dmsh.c347 char **wp; member in union:__anon19967
393 static struct op *block(int type, struct op *t1, struct op *t2, char **wp);
531 static int forkexec(struct op *t, int *pin, int *pout, int act, char **wp);
555 static void rdexp(char **wp, void (*f) (struct var *), int key);
795 static void echo(char **wp) argument
800 for (i = 0; wp[i]; i++) {
803 prs(wp[i]);
2059 static struct op *block(int type, struct op *t1, struct op *t2, char **wp) argument
2069 t->words = wp;
2409 char **wp; local
2460 char **wp, **wp2; local
2686 forkexec(struct op *t, int *pin, int *pout, int act, char **wp) argument
3377 char *cp, **wp; local
3549 rdexp(char **wp, void (*f) (struct var *), int key) argument
3669 char **wp; local
4739 char *wp; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dgzip_inflate.c166 /* unsigned wp; current position in slide */
167 #define wp outcnt macro
168 #define flush_output(w) (wp=(w),flush_window())
537 w = wp; /* initialize window position */
618 wp = w; /* restore global window pointer */
641 w = wp; /* initialize window position */
674 wp = w; /* restore global window pointer */
972 wp = 0;
1000 flush_output(wp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unicase/
H A Du-ct-totitle.h69 const char *wp = wordbreaks; local
103 if (*wp)
442 wp += count;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_swab.c36 TIFFSwabShort(uint16* wp) argument
38 register u_char* cp = (u_char*) wp;
59 TIFFSwabArrayOfShort(uint16* wp, register u_long n) argument
66 cp = (u_char*) wp;
68 wp++;
H A Dtif_getimage.c1130 uint16 *wp = (uint16 *) pp; local
1136 *cp++ = BWmap[*wp >> 8][0];
1138 wp += samplesperpixel;
1284 uint16 *wp = (uint16 *)pp; local
1290 *cp++ = PACKW(wp[0], wp[1], wp[2]);
1291 wp += samplesperpixel;
1294 wp += fromskew;
1305 uint16 *wp local
1326 uint16 *wp = (uint16 *)pp; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/saa7164/
H A Dsaa7164-core.c90 int wp, i = 0, rp; local
93 wp = saa7164_readl(port->bufcounter);
94 if (wp > (port->hwcfg.buffercount - 1))
98 if (wp == 0)
101 rp = wp - 1;
112 dprintk(DBGLVL_IRQ, "%s() wp: %d processing: %d\n",
113 __func__, wp, rp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dgbloffs.c69 printf(out_format, "wp", (ulg)&G.wp - (ulg)&G);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Ddrawutils.c237 int plane, y, wp, hp; local
243 wp = FF_CEIL_RSHIFT(w, draw->hsub[plane]) * draw->pixelstep[plane];
246 memcpy(q, p, wp);
257 int plane, x, y, wp, hp; local
262 wp = FF_CEIL_RSHIFT(w, draw->hsub[plane]);
268 for (x = 0; x < wp; x++) {
272 wp *= draw->pixelstep[plane];
276 memcpy(p, p0, wp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dinflate.c168 /* unsigned wp; current position in slide */
169 #define wp outcnt macro
170 #define flush_output(w) (wp=(w),flush_window())
609 w = wp; /* initialize window position */
690 wp = w; /* restore global window pointer */
716 w = wp; /* initialize window position */
749 wp = w; /* restore global window pointer */
1092 wp = 0;
1120 flush_output(wp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dpktcdvd.c1734 write_param_page *wp; local
1743 init_cdrom_command(&cgc, buffer, sizeof(*wp), CGC_DATA_READ);
1768 wp = (write_param_page *) &buffer[sizeof(struct mode_page_header) + pd->mode_offset];
1770 wp->fp = pd->settings.fp;
1771 wp->track_mode = pd->settings.track_mode;
1772 wp->write_type = pd->settings.write_type;
1773 wp->data_block_type = pd->settings.block_mode;
1775 wp->multi_session = 0;
1778 wp->link_size = 7;
1779 wp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dnandsim.c192 #define NS_STATUS_OK(ns) (NAND_STATUS_READY | (NAND_STATUS_WP * ((ns)->lines.wp == 0)))
350 int wp; /* write Protect */ member in struct:nandsim::__anon12392
798 struct weak_page *wp; local
817 wp = kzalloc(sizeof(*wp), GFP_KERNEL);
818 if (!wp) {
822 wp->page_no = page_no;
823 wp->max_writes = max_writes;
824 list_add(&wp->list, &weak_pages);
831 struct weak_page *wp; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_rep/base/
H A Drep_net.c705 u_int8_t *wp; local
723 wp = (u_int8_t *)rec->data + nw;
726 nw = writesocket(fd, wp, bytes_left);
730 wp += nw;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_overlay.c287 int wp = FFALIGN(width, 1<<hsub) >> hsub; local
295 for (k = 0; k < wp; k++) {
298 if (hsub && vsub && j+1 < hp && k+1 < wp) {
302 alpha_h = hsub && k+1 < wp ?

Completed in 334 milliseconds

1234