Searched refs:cnt (Results 26 - 50 of 354) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-parisc/
H A Dide.h95 #define D_CHAR(cnt) (T_CHAR | (cnt))
96 #define D_SHORT(cnt) (T_SHORT | (cnt))
97 #define D_INT(cnt) (T_INT | (cnt))
98 #define D_TEXT(cnt) (T_TEXT | (cnt))
122 int i, j, cnt; local
126 cnt
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-parisc/
H A Dide.h95 #define D_CHAR(cnt) (T_CHAR | (cnt))
96 #define D_SHORT(cnt) (T_SHORT | (cnt))
97 #define D_INT(cnt) (T_INT | (cnt))
98 #define D_TEXT(cnt) (T_TEXT | (cnt))
122 int i, j, cnt; local
126 cnt
[all...]
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/hosttools/
H A Dmkpcidb.c100 int cnt = 0; local
105 cnt = 0;
113 cnt++;
123 cnt++;
126 cnt,cnt*sizeof(struct pci_knowndev2),curstringptr);
130 for (idx = 0; idx < cnt; idx++) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/amiga/
H A Dpcmcia.c41 int cnt, pos, len; local
52 for (cnt = 0; cnt < len; cnt++) {
53 *dest++ = gayle_attribute[pos+(cnt<<1)];
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/intl/
H A Dl10nflist.c184 int cnt;
334 for (cnt = dirlist_count > 1 ? mask : mask - 1; cnt >= 0; --cnt)
335 if ((cnt & ~mask) == 0
336 && ((cnt & CEN_SPECIFIC) == 0 || (cnt & XPG_SPECIFIC) == 0)
337 && ((cnt & XPG_CODESET) == 0 || (cnt & XPG_NORM_CODESET) == 0))
348 cnt, languag
183 int cnt; local
374 size_t cnt; local
[all...]
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/x86emu/
H A Dprim_ops.c841 register unsigned int res, cnt, mask, cf; local
859 then shifted up cnt bits, and the high part is or'd
870 if ((cnt = s % 9) != 0) {
873 cf = (d >> (8 - cnt)) & 0x1;
879 res = (d << cnt) & 0xff;
887 mask = (1 << (cnt - 1)) - 1;
888 res |= (d >> (9 - cnt)) & mask;
893 res |= 1 << (cnt - 1);
897 /* OVERFLOW is set *IFF* cnt==1, then it is the
901 CONDITIONAL_SET_FLAG(cnt
914 register unsigned int res, cnt, mask, cf; local
938 register u32 res, cnt, mask, cf; local
962 u32 res, cnt; local
1046 u32 res, cnt; local
1078 u32 res, cnt; local
1111 register unsigned int res, cnt, mask; local
1160 register unsigned int res, cnt, mask; local
1185 register u32 res, cnt, mask; local
1210 register unsigned int res, cnt, mask; local
1256 register unsigned int res, cnt, mask; local
1279 register u32 res, cnt, mask; local
1302 unsigned int cnt, res, cf; local
1346 unsigned int cnt, res, cf; local
1386 unsigned int cnt, res, cf; local
1423 unsigned int cnt, res, cf; local
1460 unsigned int cnt, res, cf; local
1497 unsigned int cnt, res, cf; local
1533 unsigned int cnt, res, cf, mask, sf; local
1573 unsigned int cnt, res, cf, mask, sf; local
1613 u32 cnt, res, cf, mask, sf; local
1653 unsigned int cnt, res, cf; local
1690 unsigned int cnt, res, cf; local
1727 unsigned int cnt, res, cf; local
1764 unsigned int cnt, res, cf; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/lib/
H A Dmemcpy.S46 # define cnt r16
85 shr.u cnt=in2,3 // number of 8-byte words to copy
89 adds cnt=-1,cnt // br.ctop is repeat/until
95 mov ar.lc=cnt
137 adds cnt=-1,in2 // br.ctop is repeat/until
141 mov ar.lc=cnt
221 mov cnt=r0
226 (p3) adds cnt=1,cnt
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pci/
H A Dcompat.c23 int cnt = 0; local
26 if (index == cnt++) {
40 int cnt = 0; local
43 if (index == cnt++) {
H A Dproc.c51 unsigned int cnt, size; local
72 cnt = nbytes;
74 if (!access_ok(VERIFY_WRITE, buf, cnt))
77 if ((pos & 1) && cnt) {
83 cnt--;
86 if ((pos & 3) && cnt > 2) {
92 cnt -= 2;
95 while (cnt >= 4) {
101 cnt -= 4;
104 if (cnt >
133 int cnt; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/kernel/
H A Dtime.c85 static unsigned cnt = 0, period = 0, dist = 0; local
87 if (cnt == 0 || cnt == dist)
89 else if (cnt == 7 || cnt == dist+7)
92 if (++cnt > period) {
93 cnt = 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/sgi-ip22/
H A Dip22-system.c56 ULONG cnt; local
66 ArcRead(0, &c, 1, &cnt);
79 ULONG cnt; local
98 ArcRead(0, &c, 1, &cnt);
110 ArcRead(0, &c, 1, &cnt);
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/include/
H A Dlib_string.h49 char *lib_strncpy(char *dest,const char *src,size_t cnt);
50 size_t lib_xstrncpy(char *dest,const char *src,size_t cnt);
53 int lib_strncmp(const char *dest, const char *src, size_t cnt);
58 int lib_memcmp(const void *dest,const void *src,size_t cnt);
59 void *lib_memcpy(void *dest,const void *src,size_t cnt);
60 void *lib_memset(void *dest,int c,size_t cnt);
68 char *lib_strnchr(const char *dest,int c,size_t cnt);
98 #define strnchr(d,ch,cnt) lib_strnchr(d,ch,cnt)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Dide.h238 #define D_CHAR(cnt) (T_CHAR | (cnt))
239 #define D_SHORT(cnt) (T_SHORT | (cnt))
240 #define D_INT(cnt) (T_INT | (cnt))
241 #define D_TEXT(cnt) (T_TEXT | (cnt))
276 int i, j, cnt; local
288 cnt
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dide.h203 #define D_CHAR(cnt) (T_CHAR | (cnt))
204 #define D_SHORT(cnt) (T_SHORT | (cnt))
205 #define D_INT(cnt) (T_INT | (cnt))
206 #define D_TEXT(cnt) (T_TEXT | (cnt))
230 int i, j, cnt; local
234 cnt
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dide.h203 #define D_CHAR(cnt) (T_CHAR | (cnt))
204 #define D_SHORT(cnt) (T_SHORT | (cnt))
205 #define D_INT(cnt) (T_INT | (cnt))
206 #define D_TEXT(cnt) (T_TEXT | (cnt))
230 int i, j, cnt; local
234 cnt
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Dide.h238 #define D_CHAR(cnt) (T_CHAR | (cnt))
239 #define D_SHORT(cnt) (T_SHORT | (cnt))
240 #define D_INT(cnt) (T_INT | (cnt))
241 #define D_TEXT(cnt) (T_TEXT | (cnt))
276 int i, j, cnt; local
288 cnt
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dide.h203 #define D_CHAR(cnt) (T_CHAR | (cnt))
204 #define D_SHORT(cnt) (T_SHORT | (cnt))
205 #define D_INT(cnt) (T_INT | (cnt))
206 #define D_TEXT(cnt) (T_TEXT | (cnt))
230 int i, j, cnt; local
234 cnt
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dide.h203 #define D_CHAR(cnt) (T_CHAR | (cnt))
204 #define D_SHORT(cnt) (T_SHORT | (cnt))
205 #define D_INT(cnt) (T_INT | (cnt))
206 #define D_TEXT(cnt) (T_TEXT | (cnt))
230 int i, j, cnt; local
234 cnt
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dide.h203 #define D_CHAR(cnt) (T_CHAR | (cnt))
204 #define D_SHORT(cnt) (T_SHORT | (cnt))
205 #define D_INT(cnt) (T_INT | (cnt))
206 #define D_TEXT(cnt) (T_TEXT | (cnt))
230 int i, j, cnt; local
234 cnt
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dide.h203 #define D_CHAR(cnt) (T_CHAR | (cnt))
204 #define D_SHORT(cnt) (T_SHORT | (cnt))
205 #define D_INT(cnt) (T_INT | (cnt))
206 #define D_TEXT(cnt) (T_TEXT | (cnt))
230 int i, j, cnt; local
234 cnt
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/math-emu/
H A Dmulti_arith.h23 extern inline void fp_denormalize(struct fp_ext *reg, unsigned int cnt) argument
25 reg->exp += cnt;
27 switch (cnt) {
29 reg->lowmant = reg->mant.m32[1] << (8 - cnt);
30 reg->mant.m32[1] = (reg->mant.m32[1] >> cnt) |
31 (reg->mant.m32[0] << (32 - cnt));
32 reg->mant.m32[0] = reg->mant.m32[0] >> cnt;
35 reg->lowmant = reg->mant.m32[1] >> (cnt - 8);
36 if (reg->mant.m32[1] << (40 - cnt))
38 reg->mant.m32[1] = (reg->mant.m32[1] >> cnt) |
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dlmb.c44 for (i=r2; i < rgn->cnt-1 ;i++) {
50 rgn->cnt--;
67 _lmb->memory.cnt = 1;
73 _lmb->reserved.cnt = 1;
90 for (i=0; i < _lmb->memory.cnt ;i++) {
110 for (i=0; i < _lmb->memory.cnt ;i++) {
180 for (i=0; i < rgn->cnt ;i++) {
203 if ((i < rgn->cnt-1) && lmb_regions_adjacent(rgn, i, i+1) ) {
210 } else if ( rgn->cnt >= MAX_LMB_REGIONS ) {
215 for (i=rgn->cnt
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dapne.c374 int cnt; local
397 for(cnt = 0; cnt < (sizeof(struct e8390_pkt_hdr)>>1); cnt++)
401 for(cnt = 0; cnt < sizeof(struct e8390_pkt_hdr); cnt++)
424 int cnt; local
443 for (cnt = 0; cnt < (coun
466 int cnt; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/zorro/
H A Dproc.c85 int len, cnt; local
87 for (slot = cnt = 0; slot < zorro_num_autocon && count > cnt; slot++) {
97 cnt = at - pos;
99 cnt += len;
103 return (count > cnt) ? cnt : count;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/skfp/
H A Dhwt.c67 u_short cnt ; local
75 cnt = (u_short)time ;
80 if (!cnt)
81 cnt++ ;
88 OUT_82c54_TIMER(1,cnt & 0xff) ; /* LSB */
89 OUT_82c54_TIMER(1,(cnt>>8) & 0xff) ; /* MSB */
98 outpd(ADDR(B2_TI_INI), (u_long) cnt * 200) ; /* Load timer value. */

Completed in 210 milliseconds

1234567891011>>