Searched refs:u1 (Results 1 - 25 of 223) sorted by relevance

123456789

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/libiberty/
H A Dstrncasecmp.c73 register unsigned char u1, u2; local
76 u1 = (unsigned char) *s1++;
78 if (charmap[u1] != charmap[u2]) {
79 return charmap[u1] - charmap[u2];
81 if (u1 == '\0') {
H A Dstrncmp.c21 register unsigned char u1, u2; local
25 u1 = (unsigned char) *s1++;
27 if (u1 != u2)
28 return u1 - u2;
29 if (u1 == '\0')
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/libiberty/
H A Dstrncasecmp.c73 register unsigned char u1, u2; local
76 u1 = (unsigned char) *s1++;
78 if (charmap[u1] != charmap[u2]) {
79 return charmap[u1] - charmap[u2];
81 if (u1 == '\0') {
H A Dstrncmp.c21 register unsigned char u1, u2; local
25 u1 = (unsigned char) *s1++;
27 if (u1 != u2)
28 return u1 - u2;
29 if (u1 == '\0')
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/libiberty/
H A Dstrncasecmp.c73 register unsigned char u1, u2; local
76 u1 = (unsigned char) *s1++;
78 if (charmap[u1] != charmap[u2]) {
79 return charmap[u1] - charmap[u2];
81 if (u1 == '\0') {
H A Dstrncmp.c21 register unsigned char u1, u2; local
25 u1 = (unsigned char) *s1++;
27 if (u1 != u2)
28 return u1 - u2;
29 if (u1 == '\0')
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/erc32/
H A Dend.c7 unsigned int u1; local
12 c = (char *) &u1;
13 u1 = 0x0F;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/erc32/
H A Dend.c7 unsigned int u1; local
12 c = (char *) &u1;
13 u1 = 0x0F;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/erc32/
H A Dend.c7 unsigned int u1; local
12 c = (char *) &u1;
13 u1 = 0x0F;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/kernel/
H A Dcompat.c73 } u1; member in struct:param_struct
99 if (params->u1.s.page_size != PAGE_SIZE) {
108 if (params->u1.s.nr_pages != 0x02000 &&
109 params->u1.s.nr_pages != 0x04000 &&
110 params->u1.s.nr_pages != 0x08000 &&
111 params->u1.s.nr_pages != 0x10000) {
115 params->u1.s.nr_pages = 0x1000; /* 16MB */
116 params->u1.s.ramdisk_size = 0;
117 params->u1.s.flags = FLAG_READONLY;
118 params->u1
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/kernel/
H A Dcompat.c73 } u1; member in struct:param_struct
99 if (params->u1.s.page_size != PAGE_SIZE) {
108 if (params->u1.s.nr_pages != 0x02000 &&
109 params->u1.s.nr_pages != 0x04000 &&
110 params->u1.s.nr_pages != 0x08000 &&
111 params->u1.s.nr_pages != 0x10000) {
115 params->u1.s.nr_pages = 0x1000; /* 16MB */
116 params->u1.s.ramdisk_size = 0;
117 params->u1.s.flags = FLAG_READONLY;
118 params->u1
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/e2fsprogs/old_e2fsprogs/uuid/
H A Dcompare.c41 #define UUCMP(u1,u2) if (u1 != u2) return (u1 < u2) ? -1 : 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/e2fsprogs/old_e2fsprogs/uuid/
H A Dcompare.c41 #define UUCMP(u1,u2) if (u1 != u2) return (u1 < u2) ? -1 : 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/e2fsprogs/old_e2fsprogs/uuid/
H A Dcompare.c41 #define UUCMP(u1,u2) if (u1 != u2) return (u1 < u2) ? -1 : 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/testsuite/gdb.base/
H A Dbitfields2.c16 unsigned long long u1 : 15; member in struct:fields
78 flags.u1 = 1;
80 flags.u1 = 0;
101 flags.u1 = 0x7FFF;
105 flags.u1 = 0;
121 flags.u1 = 0x7FFF;
125 flags.u1 = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/gdb.base/
H A Dbitfields2.c16 unsigned long long u1 : 15; member in struct:fields
78 flags.u1 = 1;
80 flags.u1 = 0;
101 flags.u1 = 0x7FFF;
105 flags.u1 = 0;
121 flags.u1 = 0x7FFF;
125 flags.u1 = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/gdb.base/
H A Dbitfields2.c16 unsigned long long u1 : 15; member in struct:fields
78 flags.u1 = 1;
80 flags.u1 = 0;
101 flags.u1 = 0x7FFF;
105 flags.u1 = 0;
121 flags.u1 = 0x7FFF;
125 flags.u1 = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/des/
H A Ddes_locl.h215 unsigned int u1,u2,u3; \
216 LOAD_DATA(R,S,u,t,E0,E1,u1); \
218 u1=(int)u&0xfc; \
222 LL^= *(const DES_LONG *)(des_SP +u1); \
225 u1=(int)u&0xfc; \
227 LL^= *(const DES_LONG *)(des_SP+0x400+u1); \
230 u1=(int)t&0xfc; \
233 LL^= *(const DES_LONG *)(des_SP+0x100+u1); \
236 u1=(int)t&0xfc; \
238 LL^= *(const DES_LONG *)(des_SP+0x500+u1); \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/des/
H A Ddes_locl.h225 unsigned int u1,u2,u3; \
226 LOAD_DATA(R,S,u,t,E0,E1,u1); \
228 u1=(int)u&0xfc; \
232 LL^= *(const DES_LONG *)(des_SP +u1); \
235 u1=(int)u&0xfc; \
237 LL^= *(const DES_LONG *)(des_SP+0x400+u1); \
240 u1=(int)t&0xfc; \
243 LL^= *(const DES_LONG *)(des_SP+0x100+u1); \
246 u1=(int)t&0xfc; \
248 LL^= *(const DES_LONG *)(des_SP+0x500+u1); \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/des/
H A Ddes_locl.h215 unsigned int u1,u2,u3; \
216 LOAD_DATA(R,S,u,t,E0,E1,u1); \
218 u1=(int)u&0xfc; \
222 LL^= *(const DES_LONG *)(des_SP +u1); \
225 u1=(int)u&0xfc; \
227 LL^= *(const DES_LONG *)(des_SP+0x400+u1); \
230 u1=(int)t&0xfc; \
233 LL^= *(const DES_LONG *)(des_SP+0x100+u1); \
236 u1=(int)t&0xfc; \
238 LL^= *(const DES_LONG *)(des_SP+0x500+u1); \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/des/
H A Ddes_locl.h225 unsigned int u1,u2,u3; \
226 LOAD_DATA(R,S,u,t,E0,E1,u1); \
228 u1=(int)u&0xfc; \
232 LL^= *(const DES_LONG *)(des_SP +u1); \
235 u1=(int)u&0xfc; \
237 LL^= *(const DES_LONG *)(des_SP+0x400+u1); \
240 u1=(int)t&0xfc; \
243 LL^= *(const DES_LONG *)(des_SP+0x100+u1); \
246 u1=(int)t&0xfc; \
248 LL^= *(const DES_LONG *)(des_SP+0x500+u1); \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/des/
H A Ddes_locl.h215 unsigned int u1,u2,u3; \
216 LOAD_DATA(R,S,u,t,E0,E1,u1); \
218 u1=(int)u&0xfc; \
222 LL^= *(const DES_LONG *)(des_SP +u1); \
225 u1=(int)u&0xfc; \
227 LL^= *(const DES_LONG *)(des_SP+0x400+u1); \
230 u1=(int)t&0xfc; \
233 LL^= *(const DES_LONG *)(des_SP+0x100+u1); \
236 u1=(int)t&0xfc; \
238 LL^= *(const DES_LONG *)(des_SP+0x500+u1); \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/des/
H A Ddes_locl.h225 unsigned int u1,u2,u3; \
226 LOAD_DATA(R,S,u,t,E0,E1,u1); \
228 u1=(int)u&0xfc; \
232 LL^= *(const DES_LONG *)(des_SP +u1); \
235 u1=(int)u&0xfc; \
237 LL^= *(const DES_LONG *)(des_SP+0x400+u1); \
240 u1=(int)t&0xfc; \
243 LL^= *(const DES_LONG *)(des_SP+0x100+u1); \
246 u1=(int)t&0xfc; \
248 LL^= *(const DES_LONG *)(des_SP+0x500+u1); \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/qla4xxx/
H A Dql4_inline.h43 &ha->reg->u1.isp4022.intr_mask);
44 readl(&ha->reg->u1.isp4022.intr_mask);
57 &ha->reg->u1.isp4022.intr_mask);
58 readl(&ha->reg->u1.isp4022.intr_mask);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/qla4xxx/
H A Dql4_inline.h43 &ha->reg->u1.isp4022.intr_mask);
44 readl(&ha->reg->u1.isp4022.intr_mask);
57 &ha->reg->u1.isp4022.intr_mask);
58 readl(&ha->reg->u1.isp4022.intr_mask);

Completed in 277 milliseconds

123456789