Searched refs:total (Results 126 - 150 of 336) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/easy_tls/
H A Deasy-tls.c1161 size_t total; local
1164 total = buf->offset + buf->len;
1165 assert(total < sizeof buf->buf);
1166 n = SSL_read(ssl, buf->buf + total, (sizeof buf->buf) - total);
1225 size_t total; local
1228 total = buf->offset + buf->len;
1229 assert(total < sizeof buf->buf);
1230 n = read(fd, buf->buf + total, (sizeof buf->buf) - total);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dfat.c880 size_t total; local
882 total = 0L;
889 total++;
891 This->freeSpace = total;
899 * Ensure that there is a minimum of total sectors free
906 size_t total; local
921 total = 0L;
937 total++;
938 if(total >= size)
947 total
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/easy_tls/
H A Deasy-tls.c1161 size_t total; local
1164 total = buf->offset + buf->len;
1165 assert(total < sizeof buf->buf);
1166 n = SSL_read(ssl, buf->buf + total, (sizeof buf->buf) - total);
1225 size_t total; local
1228 total = buf->offset + buf->len;
1229 assert(total < sizeof buf->buf);
1230 n = read(fd, buf->buf + total, (sizeof buf->buf) - total);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb_int.h233 #define DB_PCT(v, total) \
234 ((int)((total) == 0 ? 0 : ((double)(v) * 100) / (total)))
235 #define DB_PCT_PG(v, total, pgsize) \
236 ((int)((total) == 0 ? 0 : \
237 100 - ((double)(v) * 100) / (((double)total) * (pgsize))))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb_int.h232 #define DB_PCT(v, total) \
233 ((int)((total) == 0 ? 0 : ((double)(v) * 100) / (total)))
234 #define DB_PCT_PG(v, total, pgsize) \
235 ((int)((total) == 0 ? 0 : \
236 100 - ((double)(v) * 100) / (((double)total) * (pgsize))))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_int.h231 #define DB_PCT(v, total) \
232 ((int)((total) == 0 ? 0 : ((double)(v) * 100) / (total)))
233 #define DB_PCT_PG(v, total, pgsize) \
234 ((int)((total) == 0 ? 0 : \
235 100 - ((double)(v) * 100) / (((double)total) * (pgsize))))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_int.h235 #define DB_PCT(v, total) \
236 ((int)((total) == 0 ? 0 : ((double)(v) * 100) / (total)))
237 #define DB_PCT_PG(v, total, pgsize) \
238 ((int)((total) == 0 ? 0 : \
239 100 - ((double)(v) * 100) / (((double)total) * (pgsize))))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb_int.h232 #define DB_PCT(v, total) \
233 ((int)((total) == 0 ? 0 : ((double)(v) * 100) / (total)))
234 #define DB_PCT_PG(v, total, pgsize) \
235 ((int)((total) == 0 ? 0 : \
236 100 - ((double)(v) * 100) / (((double)total) * (pgsize))))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_int.h232 #define DB_PCT(v, total) \
233 ((int)((total) == 0 ? 0 : ((double)(v) * 100) / (total)))
234 #define DB_PCT_PG(v, total, pgsize) \
235 ((int)((total) == 0 ? 0 : \
236 100 - ((double)(v) * 100) / (((double)total) * (pgsize))))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/bluetooth/
H A Dhci_vhci.c155 int len, total = 0; local
162 total += len;
180 return total;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/
H A Dmem.c306 int pfn, total = 0, reserved = 0; local
317 total++;
327 printk("%d pages of RAM\n", total);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mm/
H A Dinit.c45 int free = 0, total = 0, reserved = 0; local
68 total++;
84 printk("%d pages of RAM\n", total);
451 printk(" = %luMB total\n", num_physpages >> (20 - PAGE_SHIFT));
H A Dcache-v4wt.S77 sub r3, r1, r0 @ calculate total size
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/mm/
H A Dpgtable.c28 int total = 0, reserved = 0; local
43 total++;
55 printk(KERN_INFO "%d pages of RAM\n", total);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/mm/
H A Dinit.c101 long i,free = 0,total = 0,reserved = 0; local
109 total++;
119 printk("%ld pages of RAM\n",total);
H A Dnuma.c358 long i,free = 0,total = 0,reserved = 0; local
371 total++;
383 printk("%ld pages of RAM\n",total);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dhdaps.c217 int total, ret = -ENXIO; local
271 for (total = INIT_TIMEOUT_MSECS; total > 0; total -= INIT_WAIT_MSECS) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dmpc10x_common.c516 ulong start, end, total, offset; local
539 total = 0;
577 total += (end - start + 1);
581 return total;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/jsm/
H A Djsm_neo.c295 int total = 0; local
316 * NOT be run, by setting total to 0.
322 total = 0;
324 total = readb(&ch->ch_neo_uart->rfifo);
334 total -= 3;
343 total = min(total, qleft);
345 while (total > 0) {
361 n = min(((u32) total), (RQUEUESIZE - (u32) head));
392 total
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drand-internal.h42 int current, int total);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Denvelope.c66 e->band[j].total+=e->band[j].window[i];
68 e->band[j].total=1./e->band[j].total;
171 acc*=bands[j].total;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dbootmem.c312 unsigned long i, count, total = 0; local
355 total += count;
368 total += count;
371 return total;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dfdisk.c1765 printf(", total %llu sectors",
2043 ullong total, real_s, real_c; local
2047 total = (real_c * sectors + real_s) * heads + h;
2048 if (!total)
2059 if (cylinders <= 1024 && start != total)
2061 "total %llu\n", n, start, total);
2068 unsigned total = 1; local
2096 total += last[i] + 1 - first[i];
2102 total
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmatroskadec.c533 int64_t total = 0; local
538 if (!(total = get_byte(pb))) {
550 while (read <= max_size && !(total & len_mask)) {
558 (uint8_t) total, pos, pos);
563 total &= ~len_mask;
565 total = (total << 8) | get_byte(pb);
567 *number = total;
822 uint64_t total = 0; local
831 total
1576 uint32_t total = 0; local
1602 uint32_t total; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/client/
H A Dclitar.c387 /* reset tar buffer pointer and tar file counter and total dumped */
872 int bufread, total = 0; local
876 total = TBLOCK;
889 total = bufread;
891 while (total < bufsiz) {
893 return (total > 0 ? -2 : bufread);
896 if (total <= 0) {
901 bufread = read(tarhandle, &ltarbuf[total], bufsiz - total);
902 total
[all...]

Completed in 172 milliseconds

1234567891011>>