tag | line | file | source code |
ct | 941 | arch/i386/kernel/smp.c | int ct=0; |
ct | 1006 | arch/i386/kernel/smp.c | while(ct<1000) |
ct | 1011 | arch/i386/kernel/smp.c | ct++; |
ct | 1019 | arch/i386/kernel/smp.c | if(ct==1000) |
ct | 1136 | arch/i386/kernel/smp.c | static int ct=0; |
ct | 1137 | arch/i386/kernel/smp.c | if(ct==0) |
ct | 1140 | arch/i386/kernel/smp.c | ct=1; |
ct | 1115 | arch/m68k/amiga/amifb.c | static char * strtoke(char * s,const char * ct); |
ct | 5027 | arch/m68k/amiga/amifb.c | static char * strtoke(char * s,const char * ct) |
ct | 5039 | arch/m68k/amiga/amifb.c | send = strpbrk(sbegin, ct); |
ct | 2905 | arch/m68k/atari/atafb.c | static char * strtoke(char * s,const char * ct) |
ct | 2918 | arch/m68k/atari/atafb.c | send = strpbrk(sbegin, ct); |
ct | 3 | arch/m68k/lib/memcmp.c | int memcmp(const void * cs,const void * ct,size_t count) |
ct | 7 | arch/m68k/lib/memcmp.c | for( su1 = cs, su2 = ct; 0 < count; ++su1, ++su2, count--) |
ct | 737 | drivers/cdrom/cm206.c | uch ct; /* current track */ |
ct | 749 | drivers/cdrom/cm206.c | ct = normalize_track(q[1]); |
ct | 750 | drivers/cdrom/cm206.c | if (!cd->toc[ct].track) { |
ct | 753 | drivers/cdrom/cm206.c | cd->toc[ct].track=q[1]; /* lead out still 0xaa */ |
ct | 754 | drivers/cdrom/cm206.c | fsm(l, cd->toc[ct].fsm); |
ct | 755 | drivers/cdrom/cm206.c | cd->toc[ct].q0 = q[0]; /* contains adr and ctrl info */ |
ct | 761 | drivers/cdrom/cm206.c | if (ct==track) return l; |
ct | 765 | drivers/cdrom/cm206.c | if (ct < track) min = lba; else max = lba; |
ct | 768 | drivers/cdrom/cm206.c | if(ct < track) lba += skip; |
ct | 371 | drivers/char/consolemap.c | con_set_unimap(ushort ct, struct unipair *list) |
ct | 375 | drivers/char/consolemap.c | while( ct-- ) |
ct | 414 | drivers/char/consolemap.c | con_get_unimap(ushort ct, ushort *uct, struct unipair *list){ |
ct | 427 | drivers/char/consolemap.c | if ( *p2 < MAX_GLYPH && ect++ < ct ) |
ct | 438 | drivers/char/consolemap.c | return ((ect <= ct) ? 0 : -ENOMEM); |
ct | 75 | drivers/char/vt.c | extern int con_set_unimap(ushort ct, struct unipair *list); |
ct | 76 | drivers/char/vt.c | extern int con_get_unimap(ushort ct, ushort *uct, struct unipair *list); |
ct | 624 | drivers/char/vt.c | unsigned int ct; |
ct | 631 | drivers/char/vt.c | ct = get_user(&a->kb_cnt); |
ct | 632 | drivers/char/vt.c | if (ct >= MAX_DIACR) |
ct | 634 | drivers/char/vt.c | accent_table_size = ct; |
ct | 635 | drivers/char/vt.c | memcpy_fromfs(accent_table, a->kbdiacr, ct*sizeof(struct kbdiacr)); |
ct | 1088 | drivers/char/vt.c | u_short ct; |
ct | 1096 | drivers/char/vt.c | ct = get_user(&ud->entry_ct); |
ct | 1099 | drivers/char/vt.c | ct*sizeof(struct unipair)); |
ct | 1103 | drivers/char/vt.c | return con_set_unimap(ct, list); |
ct | 1108 | drivers/char/vt.c | u_short ct; |
ct | 1114 | drivers/char/vt.c | ct = get_user(&ud->entry_ct); |
ct | 1116 | drivers/char/vt.c | if (ct) |
ct | 1118 | drivers/char/vt.c | ct*sizeof(struct unipair)); |
ct | 1122 | drivers/char/vt.c | return con_get_unimap(ct, &(ud->entry_ct), list); |
ct | 150 | drivers/net/dummy.c | int ct= 1; |
ct | 152 | drivers/net/dummy.c | while(dev_get(dev_dummy.name)!=NULL && ct<100) |
ct | 154 | drivers/net/dummy.c | sprintf(dev_dummy.name,"dummy%d",ct); |
ct | 155 | drivers/net/dummy.c | ct++; |
ct | 157 | drivers/net/dummy.c | if(ct==100) |
ct | 414 | drivers/net/new_tunnel.c | int ct= 1; |
ct | 416 | drivers/net/new_tunnel.c | while(dev_get(dev_tunnel.name)!=NULL && ct<100) |
ct | 418 | drivers/net/new_tunnel.c | sprintf(dev_tunnel.name,"tunl%d",ct); |
ct | 419 | drivers/net/new_tunnel.c | ct++; |
ct | 113 | include/asm-i386/string-486.h | extern inline int strcmp(const char * cs,const char * ct) |
ct | 130 | include/asm-i386/string-486.h | :"=q" (__res), "=r" (cs), "=r" (ct) |
ct | 131 | include/asm-i386/string-486.h | :"1" (cs), "2" (ct) |
ct | 137 | include/asm-i386/string-486.h | extern inline int strncmp(const char * cs,const char * ct,size_t count) |
ct | 156 | include/asm-i386/string-486.h | :"=q" (__res), "=r" (cs), "=r" (ct), "=r" (count) |
ct | 157 | include/asm-i386/string-486.h | :"1" (cs), "2" (ct), "3" (count)); |
ct | 198 | include/asm-i386/string-486.h | extern inline size_t strspn(const char * cs, const char * ct) |
ct | 218 | include/asm-i386/string-486.h | :"=S" (__res):"a" (0),"c" (0xffffffff),"0" (cs),"g" (ct) |
ct | 224 | include/asm-i386/string-486.h | extern inline size_t strcspn(const char * cs, const char * ct) |
ct | 244 | include/asm-i386/string-486.h | :"=S" (__res):"a" (0),"c" (0xffffffff),"0" (cs),"g" (ct) |
ct | 250 | include/asm-i386/string-486.h | extern inline char * strpbrk(const char * cs,const char * ct) |
ct | 273 | include/asm-i386/string-486.h | :"=S" (__res):"a" (0),"c" (0xffffffff),"0" (cs),"g" (ct) |
ct | 279 | include/asm-i386/string-486.h | extern inline char * strstr(const char * cs,const char * ct) |
ct | 302 | include/asm-i386/string-486.h | :"=a" (__res):"0" (0),"c" (0xffffffff),"S" (cs),"g" (ct) |
ct | 348 | include/asm-i386/string-486.h | extern inline char * strtok(char * s,const char * ct) |
ct | 403 | include/asm-i386/string-486.h | :"0" (___strtok),"1" (s),"g" (ct) |
ct | 506 | include/asm-i386/string-486.h | extern inline int memcmp(const void * cs,const void * ct,size_t count) |
ct | 517 | include/asm-i386/string-486.h | :"=abd" (__res):"0" (0),"S" (cs),"D" (ct),"c" (count) |
ct | 103 | include/asm-i386/string.h | extern inline int strcmp(const char * cs,const char * ct) |
ct | 118 | include/asm-i386/string.h | :"=a" (__res):"S" (cs),"D" (ct):"si","di"); |
ct | 123 | include/asm-i386/string.h | extern inline int strncmp(const char * cs,const char * ct,size_t count) |
ct | 140 | include/asm-i386/string.h | :"=a" (__res):"S" (cs),"D" (ct),"c" (count):"si","di","cx"); |
ct | 181 | include/asm-i386/string.h | extern inline size_t strspn(const char * cs, const char * ct) |
ct | 201 | include/asm-i386/string.h | :"=S" (__res):"a" (0),"c" (0xffffffff),"0" (cs),"g" (ct) |
ct | 207 | include/asm-i386/string.h | extern inline size_t strcspn(const char * cs, const char * ct) |
ct | 227 | include/asm-i386/string.h | :"=S" (__res):"a" (0),"c" (0xffffffff),"0" (cs),"g" (ct) |
ct | 233 | include/asm-i386/string.h | extern inline char * strpbrk(const char * cs,const char * ct) |
ct | 256 | include/asm-i386/string.h | :"=S" (__res):"a" (0),"c" (0xffffffff),"0" (cs),"g" (ct) |
ct | 262 | include/asm-i386/string.h | extern inline char * strstr(const char * cs,const char * ct) |
ct | 285 | include/asm-i386/string.h | :"=a" (__res):"0" (0),"c" (0xffffffff),"S" (cs),"g" (ct) |
ct | 305 | include/asm-i386/string.h | extern inline char * strtok(char * s,const char * ct) |
ct | 360 | include/asm-i386/string.h | :"0" (___strtok),"1" (s),"g" (ct) |
ct | 81 | include/asm-m68k/string.h | extern inline char * strpbrk(const char * cs,const char * ct) |
ct | 86 | include/asm-m68k/string.h | for( sc2 = ct; *sc2 != '\0'; ++sc2) |
ct | 114 | include/asm-m68k/string.h | extern inline char * strtok(char * s,const char * ct) |
ct | 122 | include/asm-m68k/string.h | sbegin += strspn(sbegin,ct); |
ct | 127 | include/asm-m68k/string.h | send = strpbrk( sbegin, ct); |
ct | 147 | include/asm-m68k/string.h | extern inline int strcmp(const char * cs,const char * ct) |
ct | 160 | include/asm-m68k/string.h | : "=a" (cs), "=a" (ct), "=d" (__res) |
ct | 161 | include/asm-m68k/string.h | : "0" (cs), "1" (ct)); |
ct | 166 | include/asm-m68k/string.h | extern inline int strncmp(const char * cs,const char * ct,size_t count) |
ct | 184 | include/asm-m68k/string.h | : "=a" (cs), "=a" (ct), "=d" (count), "=d" (__res) |
ct | 185 | include/asm-m68k/string.h | : "0" (cs), "1" (ct), "2" (count)); |
ct | 353 | include/asm-m68k/string.h | #define memcmp(cs, ct, n) \ |
ct | 355 | include/asm-m68k/string.h | __builtin_memcmp((cs),(ct),(n)) : \ |
ct | 356 | include/asm-m68k/string.h | memcmp((cs),(ct),(n))) |
ct | 65 | include/asm-mips/string.h | extern __inline__ int strcmp(const char * cs, const char * ct) |
ct | 86 | include/asm-mips/string.h | : "=d" (cs), "=d" (ct), "=d" (__res) |
ct | 87 | include/asm-mips/string.h | : "0" (cs), "1" (ct) |
ct | 94 | include/asm-mips/string.h | extern __inline__ int strncmp(const char * cs, const char * ct, size_t count) |
ct | 113 | include/asm-mips/string.h | : "=d" (cs), "=d" (ct), "=d" (count), "=d" (__res) |
ct | 114 | include/asm-mips/string.h | : "0" (cs), "1" (ct), "2" (count) |
ct | 77 | lib/string.c | int strcmp(const char * cs,const char * ct) |
ct | 82 | lib/string.c | if ((__res = *cs - *ct++) != 0 || !*cs++) |
ct | 91 | lib/string.c | int strncmp(const char * cs,const char * ct,size_t count) |
ct | 96 | lib/string.c | if ((__res = *cs - *ct++) != 0 || !*cs++) |
ct | 171 | lib/string.c | char * strpbrk(const char * cs,const char * ct) |
ct | 176 | lib/string.c | for( sc2 = ct; *sc2 != '\0'; ++sc2) { |
ct | 186 | lib/string.c | char * strtok(char * s,const char * ct) |
ct | 194 | lib/string.c | sbegin += strspn(sbegin,ct); |
ct | 199 | lib/string.c | send = strpbrk( sbegin, ct); |
ct | 266 | lib/string.c | int memcmp(const void * cs,const void * ct,size_t count) |
ct | 271 | lib/string.c | for( su1 = cs, su2 = ct; 0 < count; ++su1, ++su2, count--) |
ct | 354 | net/appletalk/aarp.c | int ct=0; |
ct | 355 | net/appletalk/aarp.c | for(ct=0;ct<AARP_HASH_SIZE;ct++) |
ct | 357 | net/appletalk/aarp.c | aarp_expire_timer(&resolved[ct]); |
ct | 358 | net/appletalk/aarp.c | aarp_kick(&unresolved[ct]); |
ct | 359 | net/appletalk/aarp.c | aarp_expire_timer(&unresolved[ct]); |
ct | 375 | net/appletalk/aarp.c | int ct=0; |
ct | 378 | net/appletalk/aarp.c | for(ct=0;ct<AARP_HASH_SIZE;ct++) |
ct | 380 | net/appletalk/aarp.c | aarp_expire_device(&resolved[ct],ptr); |
ct | 381 | net/appletalk/aarp.c | aarp_expire_device(&unresolved[ct],ptr); |
ct | 352 | net/appletalk/ddp.c | int ct; |
ct | 426 | net/appletalk/ddp.c | for(ct=0;ct<AARP_RETRANSMIT_LIMIT;ct++) |
ct | 740 | net/appletalk/ddp.c | int ct; |
ct | 836 | net/appletalk/ddp.c | for(ct=ntohs(nr->nr_firstnet);ct<=limit;ct++) |
ct | 838 | net/appletalk/ddp.c | sa->sat_addr.s_net=htons(ct); |
ct | 170 | net/ax25/af_ax25.c | int ct = 0; |
ct | 172 | net/ax25/af_ax25.c | while (ct < 6) { |
ct | 173 | net/ax25/af_ax25.c | if ((a->ax25_call[ct] & 0xFE) != (b->ax25_call[ct] & 0xFE)) /* Clean off repeater bits */ |
ct | 175 | net/ax25/af_ax25.c | ct++; |
ct | 178 | net/ax25/af_ax25.c | if ((a->ax25_call[ct] & 0x1E) == (b->ax25_call[ct] & 0x1E)) /* SSID without control bit */ |
ct | 1394 | net/ax25/af_ax25.c | int ct = 0; |
ct | 1408 | net/ax25/af_ax25.c | while (ct < addr->sax25_ndigis) { |
ct | 1409 | net/ax25/af_ax25.c | sk->ax25->digipeat->repeated[ct] = 0; |
ct | 1410 | net/ax25/af_ax25.c | sk->ax25->digipeat->calls[ct] = fsa->fsa_digipeater[ct]; |
ct | 1411 | net/ax25/af_ax25.c | ct++; |
ct | 1966 | net/ax25/af_ax25.c | int ct = 0; |
ct | 1975 | net/ax25/af_ax25.c | while (ct < usax->sax25_ndigis) { |
ct | 1976 | net/ax25/af_ax25.c | dtmp.repeated[ct] = 0; |
ct | 1977 | net/ax25/af_ax25.c | dtmp.calls[ct] = fsa->fsa_digipeater[ct]; |
ct | 1978 | net/ax25/af_ax25.c | ct++; |
ct | 2131 | net/ax25/af_ax25.c | int ct = 0; |
ct | 2134 | net/ax25/af_ax25.c | while (ct < digi.ndigi) { |
ct | 2135 | net/ax25/af_ax25.c | fsa->fsa_digipeater[ct] = digi.calls[ct]; |
ct | 2136 | net/ax25/af_ax25.c | ct++; |
ct | 395 | net/ax25/ax25_subr.c | int ct = 0; |
ct | 429 | net/ax25/ax25_subr.c | while (ct < d->ndigi) { |
ct | 430 | net/ax25/ax25_subr.c | memcpy(buf, &d->calls[ct], AX25_ADDR_LEN); |
ct | 431 | net/ax25/ax25_subr.c | if (d->repeated[ct]) |
ct | 440 | net/ax25/ax25_subr.c | ct++; |
ct | 461 | net/ax25/ax25_subr.c | int ct = 0; |
ct | 465 | net/ax25/ax25_subr.c | while (ct < in->ndigi) { |
ct | 466 | net/ax25/ax25_subr.c | out->calls[ct] = in->calls[in->ndigi - ct - 1]; |
ct | 467 | net/ax25/ax25_subr.c | out->repeated[ct] = 0; |
ct | 468 | net/ax25/ax25_subr.c | ct++; |
ct | 270 | net/core/dev.c | int ct=0; |
ct | 298 | net/core/dev.c | while(ct<DEV_NUMBUFFS) |
ct | 301 | net/core/dev.c | while((skb=skb_dequeue(&dev->buffs[ct]))!=NULL) |
ct | 304 | net/core/dev.c | ct++; |
ct | 32 | net/core/iovec.c | int ct; |
ct | 51 | net/core/iovec.c | for(ct=0;ct<m->msg_iovlen;ct++) |
ct | 53 | net/core/iovec.c | err=verify_area(VERIFY_READ, &m->msg_iov[ct], sizeof(struct iovec)); |
ct | 56 | net/core/iovec.c | memcpy_fromfs(&iov[ct], &m->msg_iov[ct], sizeof(struct iovec)); |
ct | 57 | net/core/iovec.c | err=verify_area(mode, iov[ct].iov_base, iov[ct].iov_len); |
ct | 60 | net/core/iovec.c | len+=iov[ct].iov_len; |
ct | 84 | net/ipv4/ipmr.c | int ct; |
ct | 85 | net/ipv4/ipmr.c | for(ct=0;ct<MAXVIFS;ct++,v++) |
ct | 88 | net/ipv4/ipmr.c | return ct; |
ct | 675 | net/ipv4/ipmr.c | int ct; |
ct | 679 | net/ipv4/ipmr.c | for(ct=0;ct<MAXVIFS;ct++) |
ct | 681 | net/ipv4/ipmr.c | if((vifc_map&(1<<ct)) && v->dev==ptr) |
ct | 684 | net/ipv4/ipmr.c | vifc_map&=~(1<<ct); |
ct | 755 | net/ipv4/ipmr.c | int ct=0; |
ct | 756 | net/ipv4/ipmr.c | while(ct<MAXVIFS) |
ct | 761 | net/ipv4/ipmr.c | if(skb->ip_hdr->ttl > cache->mfc_ttls[ct] && cache->mfc_ttls[ct]>0) |
ct | 776 | net/ipv4/ipmr.c | psend=ct; |
ct | 778 | net/ipv4/ipmr.c | ct++; |
ct | 803 | net/ipv4/ipmr.c | int ct; |
ct | 809 | net/ipv4/ipmr.c | for (ct=0;ct<MAXVIFS;ct++) |
ct | 811 | net/ipv4/ipmr.c | vif=&vif_table[ct]; |
ct | 812 | net/ipv4/ipmr.c | if(!(vifc_map&(1<<ct))) |
ct | 844 | net/ipv4/ipmr.c | int ct; |
ct | 850 | net/ipv4/ipmr.c | for (ct=0;ct<MFC_LINES;ct++) |
ct | 853 | net/ipv4/ipmr.c | mfc=mfc_cache_array[ct]; |
ct | 868 | net/ipv4/ipmr.c | if(vifc_map&(1<<n) && mfc->mfc_ttls[ct]) |
ct | 387 | net/ipv4/tcp_output.c | int ct=0; |
ct | 534 | net/ipv4/tcp_output.c | ct++; |
ct | 551 | net/ipv4/tcp_output.c | if (ct >= sk->cong_window) |
ct | 218 | net/netlink.c | int ct; |
ct | 224 | net/netlink.c | for(ct=0;ct<MAX_LINKS;ct++) |
ct | 226 | net/netlink.c | skb_queue_head_init(&skb_queue_rd[ct]); |
ct | 227 | net/netlink.c | netlink_handler[ct]=netlink_err; |
ct | 1062 | net/unix/af_unix.c | int ct=msg->msg_iovlen; |
ct | 1094 | net/unix/af_unix.c | while(ct--) |