Searched defs:overall (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/gpu/config/
H A Dgpu_performance_stats.h13 GpuPerformanceStats() : graphics(0.f), gaming(0.f), overall(0.f) {}
17 float overall; member in struct:gpu::GpuPerformanceStats
/external/clang/test/Analysis/
H A Dmisc-ps.c88 Struct103 overall; local
89 ((__builtin_object_size ((char *) &overall, 0) != (size_t) -1) ? __builtin___memset_chk ((char *) &overall, 0, sizeof(Struct103), __builtin_object_size ((char *) &overall, 0)) : __my_memset_chk ((char *) &overall, 0, sizeof(Struct103)));
/external/chromium_org/third_party/codesighs/
H A Dcodesighs.c121 static Switch gTotalSwitch = {"--totalonly", "-t", 0, NULL, "Output only one number." DESC_NEWLINE "The total overall size." DESC_NEWLINE "Overrides other output options."};
246 SizeStats overall; local
250 memset(&overall, 0, sizeof(overall));
457 ** Update overall totals.
461 overall.mCode += size;
465 overall.mData += size;
552 fprintf(inOptions->mOutput, "%u\n", (unsigned)(overall.mCode + overall.mData));
557 fprintf(inOptions->mOutput, "\tTotal:\t%10u\n", (unsigned)(overall
[all...]
H A Dmaptsvdifftool.c360 SizeStats overall; local
373 memset(&overall, 0, sizeof(overall));
610 overall.mCode += size;
615 overall.mData += size;
627 overall.mCode -= size;
632 overall.mData -= size;
882 overall.mCodeComposition.mPositive += theSymbol->mSize;
887 overall.mDataComposition.mPositive += theSymbol->mSize;
897 overall
[all...]
/external/skia/src/core/
H A DSkPicturePlayback.cpp149 int overall = fPlayback->size(&overallBytes); local
155 SkDebugf("playback size %zd (objects:%d) ", overallBytes, overall);

Completed in 4236 milliseconds