HomeSort by relevance Sort by last modified time
    Searched refs:numCommands (Results 1 - 11 of 11) sorted by null

  /external/lzma/Java/SevenZip/
LzmaBench.java 240 long numCommands = (long)(size) * numCommandsForOne;
241 return MyMultDiv64(numCommands, elapsedTime);
246 long numCommands = inSize * 220 + outSize * 20;
247 return MyMultDiv64(numCommands, elapsedTime);
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaBench.cs 190 UInt64 numCommands = (UInt64)(size) * numCommandsForOne;
191 return MyMultDiv64(numCommands, elapsedTime);
196 UInt64 numCommands = inSize * 220 + outSize * 20;
197 return MyMultDiv64(numCommands, elapsedTime);
  /system/netd/
BandwidthController.h 139 int runCommands(int numCommands, const char *commands[], RunCmdErrHandling cmdErrHandling);
BandwidthController.cpp 283 int BandwidthController::runCommands(int numCommands, const char *commands[],
290 ALOGV("runCommands(): %d commands", numCommands);
291 for (int cmdNum = 0; cmdNum < numCommands; cmdNum++) {
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 452 UInt64 numCommands = (UInt64)(size) * numCommandsForOne;
453 return MyMultDiv64(numCommands, elapsedTime, freq);
458 UInt64 numCommands = (inSize * 200 + outSize * 4) * numIterations;
459 return MyMultDiv64(numCommands, elapsedTime, freq);
  /external/chromium_org/third_party/skia/include/gpu/gl/
GrGLFunctions.h 188 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLPathCommandsProc)(GrGLuint path, GrGLsizei numCommands, const GrGLubyte *commands, GrGLsizei numCoords, GrGLenum coordType, const GrGLvoid *coords);
190 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLPathSubCommandsProc)(GrGLuint path, GrGLsizei commandStart, GrGLsizei commandsToDelete, GrGLsizei numCommands, const GrGLubyte *commands, GrGLsizei numCoords, GrGLenum coordType, const GrGLvoid *coords);
  /external/skia/include/gpu/gl/
GrGLFunctions.h 188 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLPathCommandsProc)(GrGLuint path, GrGLsizei numCommands, const GrGLubyte *commands, GrGLsizei numCoords, GrGLenum coordType, const GrGLvoid *coords);
190 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLPathSubCommandsProc)(GrGLuint path, GrGLsizei commandStart, GrGLsizei commandsToDelete, GrGLsizei numCommands, const GrGLubyte *commands, GrGLsizei numCoords, GrGLenum coordType, const GrGLvoid *coords);
  /external/chromium_org/third_party/skia/src/core/
SkPictureRecord.cpp 250 int* pattern, CommandInfo* result, int numCommands) {
256 for (numMatched = 0; numMatched < numCommands && curOffset < writer->bytesWritten(); ++numMatched) {
283 if (numMatched != numCommands) {
    [all...]
  /external/skia/src/core/
SkPictureRecord.cpp 250 int* pattern, CommandInfo* result, int numCommands) {
256 for (numMatched = 0; numMatched < numCommands && curOffset < writer->bytesWritten(); ++numMatched) {
283 if (numMatched != numCommands) {
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
glext.h     [all...]
  /external/mesa3d/include/GL/
glext.h     [all...]

Completed in 1438 milliseconds