Searched refs:total (Results 51 - 75 of 336) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/
H A Dbloat-o-meter68 total="(add/remove: %s/%s grow/shrink: %s/%s up/down: %s/%s)%%sTotal: %s bytes"\
70 print total % (" "*(80-len(total)))
69 % (add, remove, grow, shrink, up, -down, up-down) variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dm-regex.c126 size_t total = pattern_size; local
147 sep = (const char *) memchr (motif, '\n', total);
152 total -= (len + 1);
156 len = total;
157 total = 0;
169 } while (sep && total != 0);
212 size_t total = pattern_size; local
233 sep = (const char *) memchr (motif, '\n', total);
238 total -= (len + 1);
242 len = total;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dinflate.h85 unsigned long total; /* protected copy of output count */ member in struct:inflate_state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dhawk_common.c228 unsigned long total; local
264 total = 0;
275 total += size_table[val];
283 return total;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dinflate.h85 unsigned long total; /* protected copy of output count */ member in struct:inflate_state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/qnx4/
H A Dbitmap.c61 int total = 0; local
67 while (total < size) {
72 count_bits(bh->b_data, size - total, &total_free);
74 total += QNX4_BLOCK_SIZE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Denvelope.h49 float total; member in struct:__anon1084
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_inflate/
H A Dinflate.h77 unsigned long total; /* protected copy of output count */ member in struct:inflate_state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/pkcs7/
H A Dexample.c83 int i,total; local
95 total=ASN1_object_size(1,i,V_ASN1_SEQUENCE);
97 data=malloc(total);
104 ASN1_STRING_set(seq,data,total);
247 int i,total; local
259 total=ASN1_object_size(1,i,V_ASN1_SEQUENCE);
261 data=malloc(total);
268 ASN1_STRING_set(seq,data,total);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Dexample.c83 int i,total; local
95 total=ASN1_object_size(1,i,V_ASN1_SEQUENCE);
97 data=malloc(total);
104 ASN1_STRING_set(seq,data,total);
247 int i,total; local
259 total=ASN1_object_size(1,i,V_ASN1_SEQUENCE);
261 data=malloc(total);
268 ASN1_STRING_set(seq,data,total);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/9p/
H A Dvfs_addr.c63 int total = 0; local
88 total += result;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospf_lsdb.c67 assert (lsdb->total == 0);
101 lsdb->total++;
135 lsdb->total--;
165 lsdb->total--;
266 return lsdb->total;
284 return (lsdb->total == 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dutil_file.c350 size_t total; local
358 total = 0;
361 tp = SMB_REALLOC(p, total + n + 1);
370 memcpy(p+total, buf, n);
371 total += n;
373 if (p) p[total] = 0;
381 *size = total;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2.c155 xfs_extlen_t total) /* bmap's total block count */
173 args.total = total;
219 args.total = 0;
256 xfs_extlen_t total) /* bmap's total block count */
272 args.total = total;
352 xfs_extlen_t total) /* bma
147 xfs_dir_createname( xfs_trans_t *tp, xfs_inode_t *dp, char *name, int namelen, xfs_ino_t inum, xfs_fsblock_t *first, xfs_bmap_free_t *flist, xfs_extlen_t total) argument
248 xfs_dir_removename( xfs_trans_t *tp, xfs_inode_t *dp, char *name, int namelen, xfs_ino_t ino, xfs_fsblock_t *first, xfs_bmap_free_t *flist, xfs_extlen_t total) argument
344 xfs_dir_replace( xfs_trans_t *tp, xfs_inode_t *dp, char *name, int namelen, xfs_ino_t inum, xfs_fsblock_t *first, xfs_bmap_free_t *flist, xfs_extlen_t total) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/netem/
H A Dmaketable.c123 cumulativedist(int *table, int limit, int *total) argument
131 *total = accum;
204 int total; local
227 cumulativedist(table, DISTTABLESIZE, &total);
228 inverse = inverttable(table, TABLESIZE, DISTTABLESIZE, total);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/perlasm/
H A Dcbc.pl314 $total=16+4;
315 $total+=4 if ($p1 > 0);
316 $total+=4 if ($p2 > 0);
317 $total+=4 if ($p3 > 0);
318 &add("esp",$total);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/perlasm/
H A Dcbc.pl314 $total=16+4;
315 $total+=4 if ($p1 > 0);
316 $total+=4 if ($p2 > 0);
317 $total+=4 if ($p3 > 0);
318 &add("esp",$total);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dmconsole_user.c131 int mconsole_reply_len(struct mc_request *req, const char *str, int total, argument
143 len = MIN(total, MCONSOLE_MAX_DATA - 1);
145 if(len == total) reply.more = more;
150 total -= len;
160 } while(total > 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/torture/
H A Dnbio.c48 double total = 0; local
50 total += children[i].bytes_out + children[i].bytes_in;
52 return total;
255 int bsize, total, avail; local
257 cli_dskattr(c, &bsize, &total, &avail);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/
H A Dtty_log.c94 int total = 0, try, missed, n; local
111 total += try;
115 return total;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/mm/
H A Dinit.c42 int total = 0, reserved = 0, cached = 0; local
56 total++;
71 printk ("%d pages of RAM\n", total);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/mm/
H A Dinit.c68 int free = 0, total = 0, reserved = 0, shared = 0; local
76 total++;
85 printk("%d pages of RAM\n",total);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/mm/
H A Dinit.c70 int free = 0, total = 0, reserved = 0, shared = 0; local
77 total++;
87 printk("%d pages of RAM\n",total);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/mm/
H A Dinit.c76 int free = 0, total = 0, reserved = 0, shared = 0; local
86 total++;
97 printk("%d pages of RAM\n",total);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/mm/
H A Dinit.c68 int free = 0, total = 0, reserved = 0, shared = 0; local
75 total++;
85 printk(KERN_INFO "%d pages of RAM\n",total);

Completed in 209 milliseconds

1234567891011>>