HomeSort by relevance Sort by last modified time
    Searched defs:overall (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/gpu/config/
gpu_performance_stats.h 13 GpuPerformanceStats() : graphics(0.f), gaming(0.f), overall(0.f) {}
17 float overall; member in struct:gpu::GpuPerformanceStats
  /external/clang/test/Analysis/
misc-ps.c 88 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/skia/src/core/
SkPicturePlayback.cpp 149 int overall = fPlayback->size(&overallBytes); local
155 SkDebugf("playback size %zd (objects:%d) ", overallBytes, overall);
    [all...]
  /external/skia/src/core/
SkPicturePlayback.cpp 149 int overall = fPlayback->size(&overallBytes); local
155 SkDebugf("playback size %zd (objects:%d) ", overallBytes, overall);
    [all...]
  /external/chromium_org/third_party/codesighs/
codesighs.c 121 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));
556 fprintf(inOptions->mOutput, "Overall Size\n")
    [all...]
maptsvdifftool.c 360 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.mCodeComposition.mNegative += theSymbol->mSize
    [all...]

Completed in 310 milliseconds