Searched refs:total (Results 26 - 50 of 336) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Drelocwrapper.c131 size_t total; local
140 total = 0;
142 total += strlen (libdirs[i]) + 1;
143 total += strlen (old_value) + 1;
145 value = (char *) malloc (total);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-csharp-forms/
H A Dhello.cs48 Size total = ComputePreferredSizeWithoutBorder();
49 LayoutControls(total.Width, total.Height);
50 ClientSize = new Size(border + total.Width + border, border + total.Height + border);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Drelocwrapper.c131 size_t total; local
140 total = 0;
142 total += strlen (libdirs[i]) + 1;
143 total += strlen (old_value) + 1;
145 value = (char *) malloc (total);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Drelocwrapper.c134 size_t total; local
143 total = 0;
145 total += strlen (libdirs[i]) + 1;
146 total += strlen (old_value) + 1;
148 value = (char *) malloc (total);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/atm/
H A Daddr.c137 int total = 0, error; local
146 total += sizeof(struct sockaddr_atmsvc);
147 tmp_buf = tmp_bufp = kmalloc(total, GFP_ATOMIC);
155 error = total > size ? -E2BIG : total;
156 if (copy_to_user(buf, tmp_buf, total < size ? total : size))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dcompress.c327 s64 br, to_read, ofs, total, total2; local
365 total = total2 = 0;
420 if (total)
421 return total;
432 total += to_read;
465 if (total)
466 return total;
470 total += br;
513 if (total)
514 return total;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/spufs/
H A Dcoredump.c88 int dfd, memsize, i, sz, total = 0; local
101 total += sizeof(struct elf_note);
102 total += roundup(strlen(fullname) + 1, 4);
104 total += roundup(memsize, 4);
106 total += roundup(sz, 4);
109 return total;
171 int sz, dfd, rc, total = 0; local
210 total += rc;
212 } while (rc == bufsz && total < sz);
215 - total
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/adfs/
H A Dmap.c131 * Scan the free space map, for this zone, calculating the total
146 unsigned long total = 0; local
185 total += mapptr - start;
191 return total;
240 unsigned int total = 0; local
247 total += scan_free_map(asb, dm++);
250 return signed_asl(total, asb->s_map2blk);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DDeflater.cs60 int total = count;
64 while (err >= 0 && inputIndex < total)
66 copyInput(data, inputIndex, Math.Min(total - inputIndex, kBufferSize));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/mm/
H A Dinit.c17 int i,free = 0,total = 0,cached = 0, reserved = 0, nonshared = 0; local
25 total++;
37 printk("%d pages of RAM\n",total);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DDeflater.cs60 int total = count;
64 while (err >= 0 && inputIndex < total)
66 copyInput(data, inputIndex, Math.Min(total - inputIndex, kBufferSize));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_rsearch.c72 db_recno_t recno, t_recno, total; local
117 total = RE_NREC(h);
120 *recnop = recno = total + 1;
123 if (recno <= total)
127 if (!LF_ISSET(SR_PAST_EOF) || recno > total + 1) {
152 for (total = 0;;) {
156 recno -= total;
200 if (++indx == top || total + bi->nrecs >= recno)
202 total += bi->nrecs;
207 recno -= total;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/adouble/
H A Dad_sendfile.c92 size_t total=0; local
95 total = count;
96 while (total) {
103 total -= nwritten;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Ddu.c149 long total; local
233 total = 0;
235 total += du(*argv);
241 print(total, "total");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dread.c32 ssize_t total; local
34 total = 0;
44 total += cc;
48 return total;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/procps/
H A Dtop.c48 unsigned long long total; member in struct:jiffy_counts_t
155 jif.total = jif.usr + jif.nic + jif.sys + jif.idle
158 jif.busy = jif.total - jif.idle - jif.iowait;
217 static char *fmt_100percent_8(char pbuf[8], unsigned value, unsigned total) argument
220 if (value >= total) { /* 100% ? */
225 value = 1000 * value / total;
246 unsigned long total, used, mfree, shared, buffers, cached; local
264 if (fscanf(fp, "MemTotal: %lu %s\n", &total, buf) != 2) {
268 &total, &used, &mfree, &shared, &buffers, &cached);
275 total /
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dclireadwrite.c69 ssize_t total = 0; local
85 while (total < size) {
86 readsize = MIN(readsize, size-total);
138 memcpy(buf + total, p, size2);
140 total += size2;
151 return total;
200 ssize_t total = 0;
211 while (total < size) {
212 readsize = MIN(readsize, size-total);
236 memcpy(buf + total,
385 ssize_t total = 0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dxfile.c151 size_t total=0; local
162 while (total < size*nmemb) {
164 n = MIN(n, (size*nmemb)-total);
172 memcpy(f->buf + f->bufused, total+(const char *)p, n);
174 total += n;
189 return total/size;
323 size_t total = 0; local
324 while (total < size*nmemb) {
327 (total+(char *)p)[0] = (char)c;
328 total
[all...]
H A Dutil_sock.c340 size_t total=0; local
344 while (total < N) {
345 ret = sys_read(fd,buffer + total,N - total);
348 DEBUG(10,("read_data: read of %d returned 0. Error = %s\n", (int)(N - total), strerror(errno) ));
354 DEBUG(0,("read_data: read failure for %d. Error = %s\n", (int)(N - total), strerror(errno) ));
358 total += ret;
360 return (ssize_t)total;
370 size_t total=0; local
374 while (total <
399 size_t total=0; local
423 size_t total=0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/dlm/
H A Dmember.c121 int i, w, x = 0, total = 0, all_zero = 0, *array; local
128 total += memb->weight;
133 if (!total) {
134 total = ls->ls_num_nodes;
138 ls->ls_total_weight = total;
140 array = kmalloc(sizeof(int) * total, GFP_KERNEL);
153 DLM_ASSERT(x < total, printk("total %d x %d\n", total, x););
240 log_debug(ls, "total member
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dmisc.c179 static int total=0;
184 total -= *size;
185 fprintf(stderr, "freeing %d bytes at %p total alloced=%d\n",
186 *size, ptr, total);
198 total += size;
199 fprintf(stderr, "allocating %d bytes at %p total allocated=%d\n",
200 size, ptr, total);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_utl.c654 int total; member in struct:__anon2968
665 v6stat.total = 0;
680 if (v6stat.total != 16)
686 if (v6stat.total == 16)
694 if (v6stat.total > 0)
701 && (v6stat.zero_pos != v6stat.total))
708 || (v6stat.zero_pos == v6stat.total))
719 if (v6stat.total != 16)
720 memset(v6 + v6stat.zero_pos, 0, 16 - v6stat.total);
722 if (v6stat.total !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/9p/
H A Dvfs_file.c138 int total = 0; local
158 return total;
171 total += result;
179 return total;
202 int total = 0; local
234 total += result;
238 return total;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/mm/
H A Dinit.c67 int i, total = 0, reserved = 0; local
75 total++;
83 printk("%d pages of RAM\n",total);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/mm/
H A Dinit.c59 int free = 0, total = 0, reserved = 0, shared = 0; local
66 total++;
76 printk(KERN_INFO "%d pages of RAM\n", total);

Completed in 298 milliseconds

1234567891011>>