Searched refs:total (Results 51 - 55 of 55) sorted by last modified time

123

/haiku/src/tests/system/boot/heap/
H A DheapTest.cpp127 size_t total = 0; local
137 printf( "%ld. allocating %ld bytes failed (%ld bytes total allocated, "
139 i, size, total, heap_available(), kHeapSize - total);
143 total += size;
148 printf("\t%ld bytes allocated\n", total);
/haiku/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/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/src/bin/debug/time_stats/
H A Dtiming_analysis.cpp173 " total in %%\n");
187 bigtime_t total = info.user_time + info.kernel_time; local
189 info.name, info.kernel_time, info.user_time, total,
190 (double)total / runTime * 100);
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DVideoIn.cpp43 } total; member in struct:__anon2577

Completed in 54 milliseconds

123