taglinefilesource code
ct606arch/i386/kernel/smp.cint ct=0;
ct669arch/i386/kernel/smp.cwhile(ct<1000)
ct674arch/i386/kernel/smp.cct++;
ct682arch/i386/kernel/smp.cif(ct==1000)
ct798arch/i386/kernel/smp.cstatic int ct=0;
ct799arch/i386/kernel/smp.cif(ct==0)
ct802arch/i386/kernel/smp.cct=1;
ct737drivers/cdrom/cm206.cuch ct;      /* current track */
ct749drivers/cdrom/cm206.cct = normalize_track(q[1]);
ct750drivers/cdrom/cm206.cif (!cd->toc[ct].track) {
ct753drivers/cdrom/cm206.ccd->toc[ct].track=q[1];  /* lead out still 0xaa */
ct754drivers/cdrom/cm206.cfsm(l, cd->toc[ct].fsm);
ct755drivers/cdrom/cm206.ccd->toc[ct].q0 = q[0];  /* contains adr and ctrl info */
ct761drivers/cdrom/cm206.cif (ct==track) return l;
ct765drivers/cdrom/cm206.cif (ct < track) min = lba; else max = lba;
ct768drivers/cdrom/cm206.cif(ct < track) lba += skip;
ct371drivers/char/consolemap.ccon_set_unimap(ushort ct, struct unipair *list)
ct375drivers/char/consolemap.cwhile( ct-- )
ct414drivers/char/consolemap.ccon_get_unimap(ushort ct, ushort *uct, struct unipair *list){
ct427drivers/char/consolemap.cif ( *p2 < MAX_GLYPH && ect++ < ct )
ct438drivers/char/consolemap.creturn ((ect <= ct) ? 0 : -ENOMEM);
ct72drivers/char/vt.cextern int con_set_unimap(ushort ct, struct unipair *list);
ct73drivers/char/vt.cextern int con_get_unimap(ushort ct, ushort *uct, struct unipair *list);
ct605drivers/char/vt.cunsigned int ct;
ct612drivers/char/vt.cct = get_user(&a->kb_cnt);
ct613drivers/char/vt.cif (ct >= MAX_DIACR)
ct615drivers/char/vt.caccent_table_size = ct;
ct616drivers/char/vt.cmemcpy_fromfs(accent_table, a->kbdiacr, ct*sizeof(struct kbdiacr));
ct1061drivers/char/vt.cu_short ct;
ct1069drivers/char/vt.cct = get_user(&ud->entry_ct);
ct1072drivers/char/vt.cct*sizeof(struct unipair));
ct1076drivers/char/vt.creturn con_set_unimap(ct, list);
ct1081drivers/char/vt.cu_short ct;
ct1087drivers/char/vt.cct = get_user(&ud->entry_ct);
ct1089drivers/char/vt.cif (ct)
ct1091drivers/char/vt.cct*sizeof(struct unipair));
ct1095drivers/char/vt.creturn con_get_unimap(ct, &(ud->entry_ct), list);
ct150drivers/net/dummy.cint ct= 1;
ct152drivers/net/dummy.cwhile(dev_get(dev_dummy.name)!=NULL && ct<100)
ct154drivers/net/dummy.csprintf(dev_dummy.name,"dummy%d",ct);
ct155drivers/net/dummy.cct++;
ct157drivers/net/dummy.cif(ct==100)
ct290drivers/net/tunnel.cint ct= 1;
ct292drivers/net/tunnel.cwhile(dev_get(dev_tunnel.name)!=NULL && ct<100)
ct294drivers/net/tunnel.csprintf(dev_tunnel.name,"tunl%d",ct);
ct295drivers/net/tunnel.cct++;
ct34fs/nfs/cache.cint ct=0;
ct35fs/nfs/cache.cwhile(ct<NH_CACHE_SIZE)
ct90include/asm-i386/string.hextern inline int strcmp(const char * cs,const char * ct)
ct105include/asm-i386/string.h:"=a" (__res):"S" (cs),"D" (ct):"si","di");
ct110include/asm-i386/string.hextern inline int strncmp(const char * cs,const char * ct,size_t count)
ct127include/asm-i386/string.h:"=a" (__res):"S" (cs),"D" (ct),"c" (count):"si","di","cx");
ct168include/asm-i386/string.hextern inline size_t strspn(const char * cs, const char * ct)
ct188include/asm-i386/string.h:"=S" (__res):"a" (0),"c" (0xffffffff),"0" (cs),"g" (ct)
ct194include/asm-i386/string.hextern inline size_t strcspn(const char * cs, const char * ct)
ct214include/asm-i386/string.h:"=S" (__res):"a" (0),"c" (0xffffffff),"0" (cs),"g" (ct)
ct220include/asm-i386/string.hextern inline char * strpbrk(const char * cs,const char * ct)
ct243include/asm-i386/string.h:"=S" (__res):"a" (0),"c" (0xffffffff),"0" (cs),"g" (ct)
ct249include/asm-i386/string.hextern inline char * strstr(const char * cs,const char * ct)
ct272include/asm-i386/string.h:"=a" (__res):"0" (0),"c" (0xffffffff),"S" (cs),"g" (ct)
ct292include/asm-i386/string.hextern inline char * strtok(char * s,const char * ct)
ct347include/asm-i386/string.h:"0" (___strtok),"1" (s),"g" (ct)
ct41include/asm-m68k/string.hextern inline int strcmp(const char * cs,const char * ct)
ct54include/asm-m68k/string.h: "=a" (cs), "=a" (ct), "=d" (__res)
ct55include/asm-m68k/string.h: "0" (cs), "1" (ct));
ct59include/asm-m68k/string.hextern inline int strncmp(const char * cs,const char * ct,size_t count)
ct77include/asm-m68k/string.h: "=a" (cs), "=a" (ct), "=d" (count), "=d" (__res)
ct78include/asm-m68k/string.h: "0" (cs), "1" (ct), "2" (count));
ct65include/asm-mips/string.hextern __inline__ int strcmp(const char * cs, const char * ct)
ct84include/asm-mips/string.h: "=d" (cs), "=d" (ct), "=d" (__res)
ct85include/asm-mips/string.h: "0" (cs), "1" (ct)
ct91include/asm-mips/string.hextern __inline__ int strncmp(const char * cs, const char * ct, size_t count)
ct110include/asm-mips/string.h: "=d" (cs), "=d" (ct), "=d" (count), "=d" (__res)
ct111include/asm-mips/string.h: "0" (cs), "1" (ct), "2" (count)
ct100include/asm-sparc/string.hextern __inline__ char *strpbrk(const char *cs, const char *ct)
ct105include/asm-sparc/string.hfor( sc2 = ct; *sc2 != '\0'; ++sc2) {
ct133include/asm-sparc/string.hextern __inline__ char *strtok(char *s, const char *ct)
ct141include/asm-sparc/string.hsbegin += strspn(sbegin,ct);
ct146include/asm-sparc/string.hsend = strpbrk( sbegin, ct);
ct194include/asm-sparc/string.hextern __inline__ int memcmp(const void *cs, const void *ct, size_t count)
ct199include/asm-sparc/string.hfor( su1 = cs, su2 = ct; 0 < count; ++su1, ++su2, count--)
ct77lib/string.cint strcmp(const char * cs,const char * ct)
ct82lib/string.cif ((__res = *cs - *ct++) != 0 || !*cs++)
ct91lib/string.cint strncmp(const char * cs,const char * ct,size_t count)
ct96lib/string.cif ((__res = *cs - *ct++) != 0 || !*cs++)
ct159lib/string.cchar * strpbrk(const char * cs,const char * ct)
ct164lib/string.cfor( sc2 = ct; *sc2 != '\0'; ++sc2) {
ct174lib/string.cchar * strtok(char * s,const char * ct)
ct182lib/string.csbegin += strspn(sbegin,ct);
ct187lib/string.csend = strpbrk( sbegin, ct);
ct254lib/string.cint memcmp(const void * cs,const void * ct,size_t count)
ct259lib/string.cfor( su1 = cs, su2 = ct; 0 < count; ++su1, ++su2, count--)
ct356net/appletalk/aarp.cint ct=0;
ct357net/appletalk/aarp.cfor(ct=0;ct<AARP_HASH_SIZE;ct++)
ct359net/appletalk/aarp.caarp_expire_timer(&resolved[ct]);
ct360net/appletalk/aarp.caarp_kick(&unresolved[ct]);
ct361net/appletalk/aarp.caarp_expire_timer(&unresolved[ct]);
ct377net/appletalk/aarp.cint ct=0;
ct380net/appletalk/aarp.cfor(ct=0;ct<AARP_HASH_SIZE;ct++)
ct382net/appletalk/aarp.caarp_expire_device(&resolved[ct],ptr);
ct383net/appletalk/aarp.caarp_expire_device(&unresolved[ct],ptr);
ct338net/appletalk/ddp.cint ct;
ct381net/appletalk/ddp.cfor(ct=0;ct<AARP_RETRANSMIT_LIMIT;ct++)
ct695net/appletalk/ddp.cint ct;
ct785net/appletalk/ddp.cfor(ct=ntohs(nr->nr_firstnet);ct<=limit;ct++)
ct787net/appletalk/ddp.csa->sat_addr.s_net=htons(ct);
ct158net/ax25/af_ax25.cint ct = 0;
ct160net/ax25/af_ax25.cwhile (ct < 6) {
ct161net/ax25/af_ax25.cif ((a->ax25_call[ct] & 0xFE) != (b->ax25_call[ct] & 0xFE))  /* Clean off repeater bits */
ct163net/ax25/af_ax25.cct++;
ct166net/ax25/af_ax25.cif ((a->ax25_call[ct] & 0x1E) == (b->ax25_call[ct] & 0x1E))  /* SSID without control bit */
ct1194net/ax25/af_ax25.cint ct           = 0;
ct1208net/ax25/af_ax25.cwhile (ct < addr->sax25_ndigis) {
ct1209net/ax25/af_ax25.csk->ax25->digipeat->repeated[ct] = 0;
ct1210net/ax25/af_ax25.cmemcpy(&sk->ax25->digipeat->calls[ct], &fsa->fsa_digipeater[ct], sizeof(ax25_address));
ct1211net/ax25/af_ax25.cct++;
ct1718net/ax25/af_ax25.cint ct           = 0;
ct1727net/ax25/af_ax25.cwhile (ct < usax->sax25_ndigis) {
ct1728net/ax25/af_ax25.cdtmp.repeated[ct] = 0;
ct1729net/ax25/af_ax25.cmemcpy(&dtmp.calls[ct], &fsa->fsa_digipeater[ct], sizeof(ax25_address));
ct1730net/ax25/af_ax25.cct++;
ct1882net/ax25/af_ax25.cint ct           = 0;
ct1885net/ax25/af_ax25.cwhile (ct < digi.ndigi) {
ct1886net/ax25/af_ax25.cmemcpy(&fsa->fsa_digipeater[ct], &digi.calls[ct], sizeof(ax25_address));
ct1887net/ax25/af_ax25.cct++;
ct382net/ax25/ax25_subr.cint ct  = 0;
ct416net/ax25/ax25_subr.cwhile (ct < d->ndigi) {
ct417net/ax25/ax25_subr.cmemcpy(buf, &d->calls[ct], AX25_ADDR_LEN);
ct418net/ax25/ax25_subr.cif (d->repeated[ct])
ct427net/ax25/ax25_subr.cct++;
ct448net/ax25/ax25_subr.cint ct = 0;
ct452net/ax25/ax25_subr.cwhile (ct < in->ndigi) {
ct453net/ax25/ax25_subr.cout->calls[ct]    = in->calls[in->ndigi - ct - 1];
ct454net/ax25/ax25_subr.cout->repeated[ct] = 0;
ct455net/ax25/ax25_subr.cct++;
ct244net/core/dev.cint ct=0;
ct278net/core/dev.cwhile(ct<DEV_NUMBUFFS)
ct281net/core/dev.cwhile((skb=skb_dequeue(&dev->buffs[ct]))!=NULL)
ct284net/core/dev.cct++;
ct32net/core/iovec.cint ct;
ct50net/core/iovec.cfor(ct=0;ct<m->msg_iovlen;ct++)
ct52net/core/iovec.cerr=verify_area(VERIFY_READ, &m->msg_iov[ct], sizeof(struct iovec));
ct55net/core/iovec.cmemcpy_fromfs(&iov[ct], &m->msg_iov[ct], sizeof(struct iovec));
ct56net/core/iovec.cerr=verify_area(mode, iov[ct].iov_base, iov[ct].iov_len);
ct59net/core/iovec.clen+=iov[ct].iov_len;
ct83net/ipv4/ipmr.cint ct;
ct84net/ipv4/ipmr.cfor(ct=0;ct<MAXVIFS;ct++,v++)
ct87net/ipv4/ipmr.creturn ct;
ct673net/ipv4/ipmr.cint ct;
ct677net/ipv4/ipmr.cfor(ct=0;ct<MAXVIFS;ct++)
ct679net/ipv4/ipmr.cif((vifc_map&(1<<ct)) && v->dev==ptr)
ct682net/ipv4/ipmr.cvifc_map&=~(1<<ct);
ct749net/ipv4/ipmr.cint ct=0;
ct750net/ipv4/ipmr.cwhile(ct<MAXVIFS)
ct755net/ipv4/ipmr.cif(skb->ip_hdr->ttl > cache->mfc_ttls[ct] && cache->mfc_ttls[ct]>0)
ct766net/ipv4/ipmr.cpsend=ct;
ct768net/ipv4/ipmr.cct++;
ct793net/ipv4/ipmr.cint ct;
ct799net/ipv4/ipmr.cfor (ct=0;ct<MAXVIFS;ct++) 
ct801net/ipv4/ipmr.cvif=&vif_table[ct];
ct802net/ipv4/ipmr.cif(!(vifc_map&(1<<ct)))
ct834net/ipv4/ipmr.cint ct;
ct840net/ipv4/ipmr.cfor (ct=0;ct<MFC_LINES;ct++) 
ct843net/ipv4/ipmr.cmfc=mfc_cache_array[ct];
ct858net/ipv4/ipmr.cif(vifc_map&(1<<n) && mfc->mfc_ttls[ct])
ct637net/ipv4/tcp.cint ct=0;
ct770net/ipv4/tcp.cct++;
ct786net/ipv4/tcp.cif (ct >= sk->cong_window)
ct217net/netlink.cint ct;
ct223net/netlink.cfor(ct=0;ct<MAX_LINKS;ct++)
ct225net/netlink.cskb_queue_head_init(&skb_queue_rd[ct]);
ct226net/netlink.cnetlink_handler[ct]=netlink_err;
ct824net/unix/af_unix.cint ct=msg->msg_iovlen;
ct836net/unix/af_unix.cwhile(ct--)