Searched refs:w1 (Results 26 - 50 of 97) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/camellia/
H A Dcamellia.c108 #define CAMELLIA_ROLDQ(ll, lr, rl, rr, w0, w1, bits) \
118 #define CAMELLIA_ROLDQo32(ll, lr, rl, rr, w0, w1, bits) \
122 w1 = lr; \
126 rr = (w0 << (bits - 32)) + (w1 >> (64 - bits)); \
482 u32 il, ir, t0, t1, w0, w1; local
502 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 15);
508 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 30);
514 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 15);
518 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 17);
524 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 1
786 u32 il, ir, t0, t1, w0, w1; /* temporary variables */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dcamellia.c87 #define CAMELLIA_ROLDQ(ll, lr, rl, rr, w0, w1, bits) \
96 #define CAMELLIA_ROLDQo32(ll, lr, rl, rr, w0, w1, bits) \
99 w1 = lr; \
103 rr = (w0 << (bits - 32)) + (w1 >> (64 - bits)); \
450 u32 il, ir, t0, t1, w0, w1; local
467 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 15);
470 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 30);
473 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 15);
475 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 17);
478 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 1
662 u32 il, ir, t0, t1, w0, w1; /* temporary variables */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dcamellia.c87 #define CAMELLIA_ROLDQ(ll, lr, rl, rr, w0, w1, bits) \
96 #define CAMELLIA_ROLDQo32(ll, lr, rl, rr, w0, w1, bits) \
99 w1 = lr; \
103 rr = (w0 << (bits - 32)) + (w1 >> (64 - bits)); \
450 u32 il, ir, t0, t1, w0, w1; local
467 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 15);
470 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 30);
473 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 15);
475 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 17);
478 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 1
662 u32 il, ir, t0, t1, w0, w1; /* temporary variables */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dscan-wma.c854 unsigned int w1, w2; local
868 w1=src[1] << 8 | src[0];
870 if((w1 & 0xFC00) == 0xD800) { /* could be surrogate pair */
884 w1 = w1 & 0x03FF;
885 w1 = w1 << 10;
886 w1 = w1 | (w2 & 0x03FF);
889 w1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Drv34dsp.h35 int w1, int w2, int stride);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Drv34dsp.h36 int w1, int w2, ptrdiff_t stride);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/debug/kdb/
H A Dkdb_support.c406 __u8 w1; local
414 diag = kdb_getphys(&w1, addr, sizeof(w1));
416 *word = w1;
456 __u8 w1; local
463 diag = kdb_getarea(w1, addr);
465 *word = w1;
505 __u8 w1; local
511 w1 = word;
512 diag = kdb_putarea(addr, w1);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/scripts/
H A Dmakefile.dec40 CFLAGS=-std -w1 -I$(ZLIBINC) -O # -g -DPNG_DEBUG=1
157 $(CC) -w1 -I$(DI) -I$(ZLIBINC) \
166 $(CC) -w1 -I$(ZLIBINC) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/B/dos32/
H A Dhighc.bat14 %CC% %CF% -w1 -c src\*.c
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Drv40dsp_init.c59 int w1, int w2, ptrdiff_t stride); \
61 int w1, int w2, ptrdiff_t stride); \
63 int w1, int w2, ptrdiff_t stride); \
65 int w1, int w2, ptrdiff_t stride);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/x86/
H A Drematrix.asm26 w1 : times 16 dw 1 label
120 mova m0, [w1]
133 punpcklwd m0, [w1]
134 punpckhwd m1, [w1]
135 punpcklwd m2, [w1]
136 punpckhwd m3, [w1]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/gnu/gettext/
H A DDumpResource.java218 Writer w1 = new OutputStreamWriter(System.out,"UTF8");
219 Writer w2 = new BufferedWriter(w1);
224 w1.close();
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/libiproute/
H A Dutils.c266 uint32_t w1, w2; local
269 w1 = a1[words];
274 if ((w1 ^ w2) & mask)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dmdct.c352 DATA_TYPE *w1 = x = w0+(n>>1); local
364 w1 -= 4;
370 w1[2] = r0 - r2;
372 w1[3] = r3 - r1;
386 w1[0] = r0 - r2;
388 w1[1] = r3 - r1;
394 }while(w0<w1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/arm/
H A Dsimple_idct_neon.S39 #define w1 d0[0] define
51 vmull.s16 q9, d4, w1 /* q9 = W1 * col[1] */
62 vmlsl.s16 q5, d8, w1 /* q5 -= W1 * col[3] */
102 vmlsl.s16 q10, d5, w1 /* q10 -= W1 * col[5] */
114 vmlsl.s16 q6, d9, w1
186 vmlsl.s16 q10, d5, w1 /* q10 -= W1 * col[5] */
213 vmlsl.s16 q6, d9, w1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dsimple_idct_neon.S39 #define w1 d0[0] define
51 vmull.s16 q9, d4, w1 /* q9 = W1 * col[1] */
62 vmlsl.s16 q5, d8, w1 /* q5 -= W1 * col[3] */
102 vmlsl.s16 q10, d5, w1 /* q10 -= W1 * col[5] */
114 vmlsl.s16 q6, d9, w1
186 vmlsl.s16 q10, d5, w1 /* q10 -= W1 * col[5] */
213 vmlsl.s16 q6, d9, w1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/radvd/
H A Dprocess.c440 uint32_t w1, w2; local
443 w1 = *((uint32_t *)a1 + pdw);
448 if ((w1 ^ w2) & mask)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/radvd/
H A Dprocess.c440 uint32_t w1, w2; local
443 w1 = *((uint32_t *)a1 + pdw);
448 if ((w1 ^ w2) & mask)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dcanvas.cpp361 double w1, h1, w2, h2; local
365 contains->GetBoundingBoxMax(&w1, &h1);
368 left1 = (double)(xp1 - (w1 / 2.0));
370 right1 = (double)(xp1 + (w1 / 2.0));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/w1/masters/
H A Dw1-gpio.c2 * w1-gpio - GPIO w1 bus master driver
15 #include <linux/w1-gpio.h>
17 #include "../w1.h"
59 err = gpio_request(pdata->pin, "w1");
137 .name = "w1-gpio",
158 MODULE_DESCRIPTION("GPIO w1 bus master driver");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/scripts/
H A Dmakefile.dec60 CFLAGS=-std -w1 -I$(ZLIBINC) -O # -g -DPNG_DEBUG=1
178 $(CC) -w1 -I$(DI) -I$(ZLIBINC) \
187 $(CC) -w1 -I$(ZLIBINC) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dsplitter.cpp691 int x2, y2, w1, h1, w2, h2; local
694 w1 = size1;
695 w2 = w - 2*border - sash - w1;
710 w1 = w2;
720 GetWindow1()->SetSize(border, border, w1, h1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_plug.c239 int w, w1, u, e; local
318 for (w1 = w; w1 <= 32; w1++) {
319 f = check_linear_format(format_mask, w1, u, e);
323 for (w1 = w - 1; w1 > 0; w1--) {
324 f = check_linear_format(format_mask, w1, u, e);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/lib/
H A Dmemcopy.S14 .macro src_b r, w0, w1
16 src \r, \w0, \w1
18 src \r, \w1, \w0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/gizmos/
H A Dsplittree.cpp679 int w1 = w-1; local
682 w1 ++;
685 x1 = 2; w1 -= 3;
687 dc.DrawRectangle(x1, m_sashPosition, w1, GetSashSize());

Completed in 143 milliseconds

1234