Searched refs:w1 (Results 1 - 14 of 14) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ncpfs/
H A Dncpsign_kernel.c57 unsigned int w0,w1,w2,w3; local
67 w1=GET_LE32(r_data1+4);
71 w0=rol32(w0 + ((w1 & w2) | ((~w1) & w3)) + data2[i+0],3);
72 w3=rol32(w3 + ((w0 & w1) | ((~w0) & w2)) + data2[i+1],7);
73 w2=rol32(w2 + ((w3 & w0) | ((~w3) & w1)) + data2[i+2],11);
74 w1=rol32(w1 + ((w2 & w3) | ((~w2) & w0)) + data2[i+3],19);
77 w0=rol32(w0 + (((w2 | w3) & w1) | (w2 & w3)) + 0x5a827999 + data2[i+0],3);
78 w3=rol32(w3 + (((w1 | w
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/math-emu/
H A Dsfp-util.h27 #define umul_ppmm(w1, w0, u, v) \
68 : "=r" ((USItype)(w1)), \
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/lib/
H A Dmuldi3.c24 #define umul_ppmm(w1, w0, u, v) \
27 "=d" ((USItype)(w1)) \
/asus-wl-520gu-7.0.1.45/src/router/iproute2/lib/
H A Dutils.c316 __u32 w1, w2; local
319 w1 = a1[words];
324 if ((w1 ^ w2) & mask)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dipv6.h226 __u32 w1, __u32 w2,
229 addr->s6_addr32[0] = w1;
225 ipv6_addr_set(struct in6_addr *addr, __u32 w1, __u32 w2, __u32 w3, __u32 w4) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dipv6.h226 __u32 w1, __u32 w2,
229 addr->s6_addr32[0] = w1;
225 ipv6_addr_set(struct in6_addr *addr, __u32 w1, __u32 w2, __u32 w3, __u32 w4) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/xmon/
H A Dxmon.c904 unsigned *hg, w1, last_w2, last_va0; local
914 w1 = 0x80000000 | (seg << 7) | (v >> 10);
916 if (*hg == w1) {
922 w1 ^= 0x40;
925 if (*hg == w1) {
963 unsigned *hg, w1, last_w2, last_va0; local
973 w1 = 1 | (seg << 12) | ((v & 0xf800) >> 4);
975 if (hg[1] == w1) {
981 w1 ^= 2;
984 if (hg[1] == w1) {
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/video/
H A Dfbcon.h110 /* fontwidths w1-w2 inclusive are supported by dispsw */
111 #define FONTWIDTHRANGE(w1,w2) FONTWIDTH(8)
120 /* fontwidths w1-w2 inclusive are supported by dispsw */
121 #define FONTWIDTHRANGE(w1,w2) (FONTWIDTH(w2+1) - FONTWIDTH(w1))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/video/
H A Dfbcon.h110 /* fontwidths w1-w2 inclusive are supported by dispsw */
111 #define FONTWIDTHRANGE(w1,w2) FONTWIDTH(8)
120 /* fontwidths w1-w2 inclusive are supported by dispsw */
121 #define FONTWIDTHRANGE(w1,w2) (FONTWIDTH(w2+1) - FONTWIDTH(w1))
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/paride/
H A Dparide.h108 #define w1(byte) {out_p(1,byte);} macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dtcp_diag.c274 __u32 w1, w2; local
277 w1 = a1[words];
282 if ((w1 ^ w2) & mask)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/xmon/
H A Dxmon.c1296 unsigned *hg, w1, last_w2, last_va0; local
1306 w1 = 0x80000000 | (seg << 7) | (v >> 10);
1308 if (*hg == w1) {
1314 w1 ^= 0x40;
1317 if (*hg == w1) {
1355 unsigned *hg, w1, last_w2, last_va0; local
1365 w1 = 1 | (seg << 12) | ((v & 0xf800) >> 4);
1367 if (hg[1] == w1) {
1373 w1 ^= 2;
1376 if (hg[1] == w1) {
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Dia32.h349 unsigned long w1; member in struct:__anon7914
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Dia32.h349 unsigned long w1; member in struct:__anon3498

Completed in 123 milliseconds