Searched refs:total (Results 1 - 25 of 130) sorted by relevance

123456

/haiku-fatelf/src/bin/sharutils/src/
H A Dmail-files58 ( total=0
73 [ $total -ne 0 ] && sleep $SLEEP
75 total=`expr $total + 1`
79 if [ $total -eq 0 ]; then
81 elif [ $total -eq 1 ]; then
H A Dmail-files.in58 ( total=0
73 [ $total -ne 0 ] && sleep $SLEEP
75 total=`expr $total + 1`
79 if [ $total -eq 0 ]; then
81 elif [ $total -eq 1 ]; then
/haiku-fatelf/src/bin/coreutils/lib/
H A Dfull-write.c60 size_t total = 0; local
73 total += n_rw;
78 return total;
H A Dsha1.h44 uint32_t total[2]; member in struct:sha1_ctx
H A Dsha256.h33 uint32_t total[2]; member in struct:sha256_ctx
H A Dsha512.h34 u64 total[2]; member in struct:sha512_ctx
/haiku-fatelf/src/system/libroot/posix/glibc/locale/
H A Dgen-translit.pl60 $total = 0;
71 printf("%4d", $total);
72 $total += $fromlens[$cnt] + 1;
102 $total = 0;
113 printf("%4d", $total);
114 $total += $tolens[$cnt] + 2;
/haiku-fatelf/src/system/libroot/posix/stdio/
H A Dfread.c50 size_t total; local
61 total = resid;
71 return ((total - resid) / size);
/haiku-fatelf/src/libs/stdc++/legacy/
H A Disgetline.cc97 char *_sb_readline (streambuf *sb, long& total, char terminator) argument
107 long old_total = total;
108 total += count;
110 total++; // Include ch in total.
111 ptr = _sb_readline(sb, total, terminator);
119 ptr = new char[total+1];
121 ptr[total] = '\0';
122 memcpy(ptr + total - count, buf, count);
/haiku-fatelf/src/bin/network/wget/src/
H A Dsnprintf.c189 int total; local
196 total = 0;
209 total += dopr_outch (buffer, &currlen, maxlen, ch);
329 total += fmtint (buffer, &currlen, maxlen, value, 10, min, max, flags);
341 total += fmtint (buffer, &currlen, maxlen, value, 8, min, max, flags);
353 total += fmtint (buffer, &currlen, maxlen, value, 10, min, max, flags);
367 total += fmtint (buffer, &currlen, maxlen, value, 16, min, max, flags);
374 total += fmtfp (buffer, &currlen, maxlen, fvalue, min, max, flags);
383 total += fmtfp (buffer, &currlen, maxlen, fvalue, min, max, flags);
396 total
474 int total = 0; local
524 int total = 0; local
655 int total = 0; local
860 int total; local
[all...]
/haiku-fatelf/src/add-ons/translators/webp/libwebp/enc/
H A Dcost.h29 // Cost of coding 'nb' 1's and 'total-nb' 0's using 'proba' probability.
30 static inline uint64_t VP8BranchCost(uint64_t nb, uint64_t total, uint8_t proba) { argument
31 return nb * VP8BitCost(1, proba) + (total - nb) * VP8BitCost(0, proba);
/haiku-fatelf/src/apps/processcontroller/
H A DTeamBarMenu.cpp89 double total = 0; local
106 total += item->fUser + item->fKernel;
153 total += item->fUser + item->fKernel;
170 total /= gCPUcount;
171 total = 1 - total;
177 if (total >= 0)
178 noiseItem->SetLost(total);
/haiku-fatelf/src/tests/system/kernel/
H A Dreserved_areas_test.cpp22 size_t total = 0; local
27 printf("out of memory after having allocated %ld bytes\n", total);
30 total += size;
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddevice.c204 s64 br, total; local
218 for (total = 0; count; count -= br, total += br) {
219 br = dops->pread(dev, (char*)b + total, count, pos + total);
224 if (!br || total)
225 return total;
230 return total;
255 s64 written, total, ret = -1; local
274 for (total
[all...]
/haiku-fatelf/src/add-ons/accelerants/common/
H A Dvalidate_display_mode.cpp35 uint16& total, const timing_constraints& constraints)
61 if (total < syncStart + syncLength + constraints.min_after_sync) {
62 TRACE("%s: total(%" B_PRIu16 ")"
66 __func__, total, syncStart, syncLength, constraints.min_after_sync);
67 total = syncStart + syncLength + constraints.min_after_sync;
70 if (total > constraints.max_total) {
71 TRACE("%s: total(%" B_PRIu16 ") > max_total(%" B_PRIu16 ")\n",
72 __func__, total, constraints.max_total);
73 total = constraints.max_total;
74 syncLength = min_c(syncLength, uint16(total
34 sanitize_timing(uint16& display, uint16& syncStart, uint16& syncEnd, uint16& total, const timing_constraints& constraints) argument
[all...]
/haiku-fatelf/src/bin/
H A Dlistres.cpp93 off_t total = 0; local
126 total += size;
130 printf("\n%Ld bytes total in resources.\n", total);
/haiku-fatelf/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DIMAPFolders.h42 status_t GetQuota(uint64& used, uint64& total);
/haiku-fatelf/src/bin/network/wget/util/
H A Drmold.pl69 # Weed out the line beginning with 'total'
70 /^total/ && next;
/haiku-fatelf/src/tests/system/libroot/posix/bonnie++-1.03d/
H A Dzcav.cpp253 double total = 0.0; local
256 total += array[i];
258 return total / arr_items;
265 ssize_t total = 0; local
267 while(total != static_cast<ssize_t>(chunk_size) )
274 rc = write(fd, buf, chunk_size - total);
276 rc = read(fd, buf, chunk_size - total);
279 total += rc;
283 return total / MEG;
/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_filter.c76 src->total = (long) 0;
85 if (src->length != (long) 0 && src->total + FILE_BUFSIZE > src->length)
86 bytes_needed = (size_t) (src->length - src->total);
94 src->total += (long) src->bytes_available;
108 if (src->length != (long) 0 && src->total != src->length)
/haiku-fatelf/src/tests/add-ons/print/transports/
H A Dmain.cpp156 ssize_t total = 0; local
165 total += sz;
167 printf("%ld data bytes sent.\n", total);
/haiku-fatelf/src/system/boot/platform/openfirmware/arch/ppc/
H A Dmmu.cpp77 find_physical_memory_ranges(size_t &total) argument
85 total = 0;
125 total += regions[i].size;
155 total += regions[i].size;
313 uint32 total = 0; local
381 total += map->length;
383 dprintf("total size kept: %" B_PRIu32 "\n", total);
404 suggested_page_table_size(size_t total) argument
410 if (total <
736 size_t total; local
[all...]
/haiku-fatelf/src/libs/pdflib/bind/pdflib/c/
H A Dinvoice.c30 float sum, total; local
145 total = 0;
164 total += sum;
169 sprintf(buf, "%.2f", total);
/haiku-fatelf/src/libs/pdflib/bind/pdflib/cpp/
H A Dinvoice.cpp32 float sum, total; local
147 total = 0;
166 total += sum;
171 sprintf(buf, "%.2f", total);
/haiku-fatelf/src/libs/pdflib/bind/pdflib/java/
H A Dinvoice.java27 float sum, total;
125 total = 0;
138 total += sum;
143 p.fit_textline(Float.toString(total), col5, y, "position {100 0}");

Completed in 142 milliseconds

123456