Searched refs:total (Results 101 - 125 of 336) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_alloc.h84 xfs_extlen_t total; /* total blocks needed in xaction */ member in struct:xfs_alloc_arg
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dmetrics.c32 total bits
33 total samples
96 long total=0; local
115 total++;
121 fprintf(stderr,"\tmean closest side spacing: %g\n",mean/total);
122 fprintf(stderr,"\tmean sq closest side spacing: %g\n",sqrt(meansq/total));
H A Ddistribution.c41 long total=0; local
220 total++;
233 printf("Total scalars: %ld\n",total);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dafs.c37 int total, free; local
63 total = free + vs->BlocksInUse;
65 total = vs->PartMaxBlocks;
70 *btotal = (VolSpace) total * 1024;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dkallsyms.c229 int c, rlen, total=0; local
237 total++;
241 total += rlen;
249 return total;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxpath.c1728 printf("# total : %d\n", reqAll);
1735 printf("# total : %d\n", reqNodeset);
1741 printf("# total : %d\n", reqString);
1747 printf("# total : %d\n", reqBool);
1753 printf("# total : %d\n", reqNumber);
1759 printf("# total : %d\n", reqXSLTTree);
1765 printf("# total : %d\n", reqUndefined);
11874 int total = 0, hasNsNodes = 0; local
12116 total = 0;
12137 if (((total
12492 int total = 0, cur; local
12616 int total = 0, cur; local
12736 int total = 0; local
13035 int total = 0; local
[all...]
H A Dxmlschemastypes.c92 unsigned int total:8; member in struct:_xmlSchemaValDecimal
106 unsigned int total; member in struct:_xmlSchemaValHex
113 unsigned int total; member in struct:_xmlSchemaValBase64
2355 * Set the total digits to 1 if a zero value.
2360 v->value.decimal.total = 1;
2362 v->value.decimal.total = len;
2922 int total, i = 0; local
2961 total = i / 2; /* number of octets */
2971 v->value.hex.total = total;
2994 int total, i = 0, pad = 0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxpath.c1729 printf("# total : %d\n", reqAll);
1736 printf("# total : %d\n", reqNodeset);
1742 printf("# total : %d\n", reqString);
1748 printf("# total : %d\n", reqBool);
1754 printf("# total : %d\n", reqNumber);
1760 printf("# total : %d\n", reqXSLTTree);
1766 printf("# total : %d\n", reqUndefined);
11925 int total = 0, hasNsNodes = 0; local
12167 total = 0;
12188 if (((total
12555 int total = 0, cur; local
12679 int total = 0, cur; local
12799 int total = 0; local
13099 int total = 0; local
[all...]
H A Dxmlschemastypes.c92 unsigned int total:8; member in struct:_xmlSchemaValDecimal
106 unsigned int total; member in struct:_xmlSchemaValHex
113 unsigned int total; member in struct:_xmlSchemaValBase64
2358 * Set the total digits to 1 if a zero value.
2363 v->value.decimal.total = 1;
2365 v->value.decimal.total = len;
2925 int total, i = 0; local
2964 total = i / 2; /* number of octets */
2974 v->value.hex.total = total;
2997 int total, i = 0, pad = 0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxpath.c1728 printf("# total : %d\n", reqAll);
1735 printf("# total : %d\n", reqNodeset);
1741 printf("# total : %d\n", reqString);
1747 printf("# total : %d\n", reqBool);
1753 printf("# total : %d\n", reqNumber);
1759 printf("# total : %d\n", reqXSLTTree);
1765 printf("# total : %d\n", reqUndefined);
11874 int total = 0, hasNsNodes = 0; local
12116 total = 0;
12137 if (((total
12492 int total = 0, cur; local
12616 int total = 0, cur; local
12736 int total = 0; local
13035 int total = 0; local
[all...]
H A Dxmlschemastypes.c92 unsigned int total:8; member in struct:_xmlSchemaValDecimal
106 unsigned int total; member in struct:_xmlSchemaValHex
113 unsigned int total; member in struct:_xmlSchemaValBase64
2355 * Set the total digits to 1 if a zero value.
2360 v->value.decimal.total = 1;
2362 v->value.decimal.total = len;
2922 int total, i = 0; local
2961 total = i / 2; /* number of octets */
2971 v->value.hex.total = total;
2994 int total, i = 0, pad = 0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/test/
H A Dtest_seeking.sh99 tiny_samples=`metaflac --show-total-samples tiny.flac`
100 small_samples=`metaflac --show-total-samples small.flac`
121 if run_metaflac --no-filename --set-total-samples=0 tiny$suffix.flac small$suffix.flac ; then : ; else
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/mm/
H A Dinit.c64 int i, total = 0, reserved = 0; local
76 total++;
84 printk("%d pages of RAM\n", total);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/mm/
H A Dinit.c31 int total = 0, reserved = 0, free = 0; local
47 total++;
65 printk("%d pages of RAM\n", total);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/v850/kernel/
H A Dsetup.c308 int free = 0, total = 0, reserved = 0, shared = 0;
315 total++;
325 printk(KERN_INFO "%d pages of RAM\n",total);
304 int free = 0, total = 0, reserved = 0, shared = 0; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/mm/
H A Dinit.c63 int free = 0, total = 0, reserved = 0; local
76 total++;
90 printk("%d pages of RAM\n", total);
350 printk(KERN_INFO "Memory: %luMB total\n", num_physpages >> (20 - PAGE_SHIFT));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/mm/
H A Dinit.c41 int total = 0, reserved = 0; local
56 total++;
68 printk("%d pages of RAM\n", total);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/
H A Dapus_setup.c644 unsigned long total; local
672 total = memory[0].size;
678 total -= HARDWARE_MAPPED_SIZE;
682 total -= HARDWARE_MAPPED_SIZE;
688 return total;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Ddrm_bufs.c235 /* This assumes the DRM is in total control of AGP space.
575 int total; local
590 total = PAGE_SIZE << page_order;
601 DRM_DEBUG("total: %d\n", total);
612 (agp_offset + total * count <= agp_entry->bound + agp_entry->pages * PAGE_SIZE)) {
660 buf->total = alignment;
738 int total; local
775 total = PAGE_SIZE << page_order;
868 offset + size <= total
970 int total; local
1132 int total; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_dump.c438 unsigned int total;
441 total = 0;
459 total += time * 60 *60;
467 total += time * 60;
474 return total + time;
435 unsigned int total; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/spi/
H A Dspidev.c150 unsigned n, total; local
165 total = 0;
171 total += k_tmp->len;
172 if (total > bufsiz) {
224 status = total;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/gus/
H A Dgus_mem.c294 unsigned int total, used; local
305 for (i = total = 0; i < 4; i++) {
307 total += alloc->banks_16[i].size;
342 total, used, total - used);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/ps3/
H A Dmm.c93 * @total: total memory available as reported by HV
110 unsigned long total; member in struct:map
120 DBG("%s:%d: map.total = %lxh\n", func, line, m->total);
142 return (phys_addr < map.rm.size || phys_addr >= map.total)
281 map.total = map.rm.size;
502 r->len = _ALIGN_UP(map.total, 1 << r->page_size);
800 &map.total);
817 ps3_mm_region_create(&map.r1, map.total
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/mm/
H A Dinit.c66 long i, total = 0, reserved = 0; local
85 total++;
94 printk(KERN_INFO "%lu pages of RAM\n", total);
502 unsigned long total = 0, mem = 0; local
509 total++;
512 z->spanned_pages += total;
514 z->zone_pgdat->node_spanned_pages += total;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Drunlist.c1061 s64 bytes_read, to_read, ofs, total; local
1079 for (total = 0LL; count; rl++, ofs = 0) {
1090 total += to_read;
1103 total += bytes_read;
1116 return total;
1118 if (total)
1119 return total;
1149 s64 written, to_write, ofs, total = 0; local
1167 for (total = 0LL; count; rl++, ofs = 0) {
1178 total
[all...]

Completed in 448 milliseconds

1234567891011>>