Searched refs:cnt (Results 726 - 750 of 971) sorted by relevance

<<21222324252627282930>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/asm/
H A Dsha512-armv4.pl465 my $cnt="r12"; # volatile register known as ip, intra-procedure-call scratch
572 mov $cnt,#4
574 subs $cnt,#1
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dpci_sun4v.c553 unsigned long i, cnt = 0; local
568 cnt++;
574 return cnt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/llc/
H A Dllc_conn.c633 u16 cnt = 0; local
638 ++cnt;
639 return cnt;
962 printk(KERN_DEBUG "Destruction of LLC sock %p delayed in %s, cnt=%d\n",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/aoa/soundbus/i2sbus/
H A Dpcm.c332 int cnt; local
494 cnt = 100;
495 while (cnt-- &&
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/install/www/www/
H A Doverlib.js1163 var cnt = 0, p = '', str = tFrm;
1166 cnt++;
1170 for (var i=0; i<cnt; i++) p = p + 'parent.';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dutil.c1419 int cnt = 0; local
1427 cnt++;
1440 if (cnt < minmatch) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dsetup.c1268 long nloads = size / stride, cnt, tmp; local
1283 : "=&r" (cnt), "=&r" (nloads), "=&r" (addr), "=&r" (tmp)
1286 return cnt / (size / stride);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/www/broadcom/
H A Doverlib.js1163 var cnt = 0, p = '', str = tFrm;
1166 cnt++;
1170 for (var i=0; i<cnt; i++) p = p + 'parent.';
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Ddiff.c691 int i, cnt; local
699 cnt = fread(g_read_buf, 1, COMMON_BUFSIZE, f);
700 for (i = 0; i < cnt; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/runit/
H A Dsvlogd.c725 int cnt; local
730 cnt = i;
731 while (--cnt >= 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c1135 int cnt;
1145 cnt = 0;
1149 if (++cnt > 100)
3431 size_t cnt = 0;
3433 while (cnt < len
3434 && (weights[idx + 1 + cnt]
3435 == weights[idx2 + 1 + cnt]))
3436 ++cnt;
3438 if (cnt == len)
6490 int cnt
1129 int cnt; local
3418 size_t cnt = 0; local
6473 int cnt = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/iptables/
H A Dip6tables.c1349 unsigned long long cnt; local
1674 if (sscanf(pcnt, "%llu", &cnt) != 1)
1678 cs.fw6.counters.pcnt = cnt;
1680 if (sscanf(bcnt, "%llu", &cnt) != 1)
1684 cs.fw6.counters.bcnt = cnt;
H A Diptables.c1379 unsigned long long cnt; local
1702 if (sscanf(pcnt, "%llu", &cnt) != 1)
1706 cs.fw.counters.pcnt = cnt;
1708 if (sscanf(bcnt, "%llu", &cnt) != 1)
1712 cs.fw.counters.bcnt = cnt;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/libGeoIP/
H A DGeoIP.c242 static const char * _GeoIP_inet_ntop(int af, const void *src, char *dst, socklen_t cnt) argument
251 sockaddr_in), dst, cnt, NULL, 0, NI_NUMERICHOST);
261 sockaddr_in6), dst, cnt, NULL, 0, NI_NUMERICHOST);
295 static const char * _GeoIP_inet_ntop(int af, const void *src, char *dst, socklen_t cnt) { argument
296 return inet_ntop(af, src, dst, cnt);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Ddcache.c464 int cnt = 0; local
471 cnt = *count;
495 cnt--;
496 if (!cnt)
522 *count = cnt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Deata.c2336 int cnt; local
2340 for (cnt = 0; cnt < 15; cnt++)
2341 printk(" 0x%x", bytesp[cnt]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_init.c1880 * @cnt: the number of IOCBs to be posted to the IOCB ring.
1883 * descriptors specified by the cnt argument to the given IOCB ring.
1889 lpfc_post_buffer(struct lpfc_hba *phba, struct lpfc_sli_ring *pring, int cnt) argument
1895 cnt += pring->missbufcnt;
1898 while (cnt > 0) {
1902 pring->missbufcnt = cnt;
1903 return cnt;
1915 pring->missbufcnt = cnt;
1916 return cnt;
1921 if (cnt >
6535 lpfc_sli4_send_nop_mbox_cmds(struct lpfc_hba *phba, uint32_t cnt) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_bsg.c1371 int cnt, que; local
1383 for (cnt = 1; cnt < MAX_OUTSTANDING_COMMANDS; cnt++) {
1384 sp = req->outstanding_cmds[cnt];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c966 int cnt, c; local
968 for (cnt = len; cnt > 0 && (c = *ptr++) && isspace(c); cnt--);
970 return (len - cnt);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dimsttfb.c1030 __u32 cnt, bltctl, sx, sy, dx, dy, height, width; local
1046 cnt = height << 16;
1061 cnt |= -(width) & 0xffff;
1063 cnt |= width;
1072 write_reg_le32(par->dc_regs, CNT, cnt);
H A Duvesafb.c1174 int cnt = atomic_read(&par->ref_count); local
1176 if (!cnt && par->vbe_state_size)
1187 int cnt = atomic_read(&par->ref_count); local
1189 if (!cnt)
1192 if (cnt != 1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dattrib.c2380 * @cnt: number of bytes to fill
2383 * Fill @cnt bytes of the attribute described by the ntfs inode @ni starting at
2393 * that @ofs + @cnt were outside the end of the attribute and no write was
2396 int ntfs_attr_set(ntfs_inode *ni, const s64 ofs, const s64 cnt, const u8 val) argument
2405 ntfs_debug("Entering for ofs 0x%llx, cnt 0x%llx, val 0x%hx.",
2406 (long long)ofs, (long long)cnt, val);
2408 BUG_ON(cnt < 0);
2409 if (!cnt)
2418 end = ofs + cnt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/mm/
H A Dsun4c.c1949 int i, cnt; local
2013 cnt = 0;
2016 cnt++;
2018 max_user_taken_entries = num_segmaps - cnt - 40 - 1;
2020 printk("SUN4C: %d mmu entries for the kernel\n", cnt);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dprom_init.c1095 unsigned long cnt = RELOC(mem_reserve_cnt); local
1108 if (cnt >= (MEM_RESERVE_MAP_SIZE - 1))
1110 RELOC(mem_reserve_map)[cnt].base = base;
1111 RELOC(mem_reserve_map)[cnt].size = size;
1112 RELOC(mem_reserve_cnt) = cnt + 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dport.c168 int cnt = 0; local
192 for (; cnt < dp->count; cnt++) {
193 int index = cnt % PLSIZE;
201 if ((index == 0) && (cnt != 0)) {

Completed in 262 milliseconds

<<21222324252627282930>>