Searched defs:numCommands (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkPictureRecord.cpp267 int* pattern, CommandInfo* result, int numCommands) {
273 for (numMatched = 0; numMatched < numCommands && curOffset < writer->bytesWritten(); ++numMatched) {
299 if (numMatched != numCommands) {
266 match(SkWriter32* writer, uint32_t offset, int* pattern, CommandInfo* result, int numCommands) argument
/external/lzma/CPP/7zip/UI/Common/
H A DBench.cpp452 UInt64 numCommands = (UInt64)(size) * numCommandsForOne; local
453 return MyMultDiv64(numCommands, elapsedTime, freq);
458 UInt64 numCommands = (inSize * 200 + outSize * 4) * numIterations; local
459 return MyMultDiv64(numCommands, elapsedTime, freq);
/external/skia/src/core/
H A DSkPictureRecord.cpp287 int* pattern, CommandInfo* result, int numCommands) {
293 for (numMatched = 0; numMatched < numCommands && curOffset < writer->bytesWritten(); ++numMatched) {
319 if (numMatched != numCommands) {
286 match(SkWriter32* writer, uint32_t offset, int* pattern, CommandInfo* result, int numCommands) argument

Completed in 98 milliseconds