Searched defs:totals (Results 1 - 7 of 7) sorted by relevance

/external/deqp/executor/tools/
H A DxeBatchResultToXml.cpp144 ResultToSingleXmlLogHandler (xe::xml::Writer& writer, BatchResultTotals& totals) argument
146 , m_totals (totals)
183 static void writeTotals (xe::xml::Writer& writer, const BatchResultTotals& totals) argument
193 writer << Writer::Attribute(xe::getTestStatusCodeName((xe::TestStatusCode)code), de::toString(totals.countByCode[code]).c_str());
194 totalCases += totals.countByCode[code];
205 BatchResultTotals totals; local
206 ResultToSingleXmlLogHandler handler (writer, totals);
221 writeTotals(writer, totals);
/external/elfutils/src/src/
H A Dsize.c75 { "totals", 't', NULL, 0, N_("Display the total sizes (bsd only)"), 0 },
151 static bool totals; variable
199 if (totals && format == format_bsd && totals_class != 0)
276 totals = true;
/external/toybox/toys/posix/
H A Dls.c301 unsigned width, flags = toys.optflags, totals[8], len[8], totpad = 0, local
304 memset(totals, 0, sizeof(totals));
349 if (len[width]>totals[width]) totals[width] = len[width];
352 totpad = totals[1]+!!totals[1]+totals[6]+!!totals[6]+totals[
[all...]
/external/lz4/programs/
H A Dbench.c244 U64 totals = 0; local
415 totals += benchedSize;
427 DISPLAY("%-16.16s :%10llu ->%10llu (%5.2f%%), %6.1f MB/s , %6.1f MB/s\n", " TOTAL", (long long unsigned int)totals, (long long unsigned int)totalz, (double)totalz/(double)totals*100., (double)totals/totalc/1000., (double)totals/totald/1000.);
/external/toybox/generated/
H A Dglobals.h1163 unsigned long totals[3]; member in struct:wc_data
/external/sqlite/dist/orig/
H A Dsqlite3.c129369 static const u8 totals[] = local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c129387 static const u8 totals[] = local
[all...]

Completed in 1979 milliseconds