Searched defs:totals (Results 1 - 8 of 8) sorted by relevance
/external/chromium_org/native_client_sdk/src/libraries/xray/ |
H A D | report.c | 102 struct XRayTotal* totals; local 103 totals = (struct XRayTotal*) 124 totals[counter].index = counter; 125 totals[counter].frame = frame; 126 totals[counter].ticks = total_ticks; 137 qsort(totals, counter, sizeof(struct XRayTotal), qcompare); 146 int index = totals[i].index; 147 int frame = totals[i].frame;
|
/external/elfutils/src/ |
H A D | size.c | 83 { "totals", 't', NULL, 0, N_("Display the total sizes (bsd only)"), 0 }, 159 static bool totals; variable 207 if (totals && format == format_bsd && totals_class != 0) 284 totals = true;
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
H A D | FEConvolveMatrix.cpp | 232 ALWAYS_INLINE void setDestinationPixels(Uint8ClampedArray* image, int& pixel, float* totals, float divisor, float bias, Uint8ClampedArray* src) argument 234 unsigned char maxAlpha = preserveAlphaValues ? 255 : clampRGBAValue(totals[3] / divisor + bias); 236 image->set(pixel++, clampRGBAValue(totals[i] / divisor + bias, maxAlpha)); 247 // Incorrectly diagnosing overwrite of stack in |totals| due to |preserveAlphaValues|. 261 float totals[3 + (preserveAlphaValues ? 0 : 1)]; local 276 totals[0] = 0; 277 totals[1] = 0; 278 totals[2] = 0; 280 totals[3] = 0; 283 totals[ 345 float totals[3 + (preserveAlphaValues ? 0 : 1)]; local [all...] |
/external/chromium/base/ |
H A D | tracked_objects.cc | 237 Aggregation totals; local 239 totals.AddDeathSnapshot(match_array[i]); 242 totals.Write(output);
|
/external/chromium_org/third_party/sqlite/src/src/ |
H A D | main.c | 892 static const u8 totals[] = local 902 prior = totals[count]; 905 prior = totals[NDELAY-1] + delay*(count-(NDELAY-1));
|
/external/chromium_org/third_party/sqlite/amalgamation/ |
H A D | sqlite3.c | 108344 static const u8 totals[] = local [all...] |
/external/sqlite/dist/orig/ |
H A D | sqlite3.c | 113389 static const u8 totals[] = local [all...] |
/external/sqlite/dist/ |
H A D | sqlite3.c | 113425 static const u8 totals[] = local [all...] |
Completed in 966 milliseconds