/external/lzma/CPP/7zip/UI/Common/ |
Bench.h | 22 UInt64 GetSpeed(UInt64 numCommands) const;
|
Bench.cpp | 534 UInt64 CBenchInfo::GetSpeed(UInt64 numCommands) const
536 return MyMultDiv64(numCommands, GlobalTime, GlobalFreq);
582 UInt64 numCommands = (UInt64)size * encComplex;
583 return MyMultDiv64(numCommands, elapsedTime, freq);
588 UInt64 numCommands = (inSize * DecComplexCompr + outSize * DecComplexUnc) * numIterations;
589 return MyMultDiv64(numCommands, elapsedTime, freq);
1013 static UInt64 GetNumIterations(UInt64 numCommands, UInt64 complexInCommands)
1015 if (numCommands < (1 << 4))
1016 numCommands = (1 << 4);
1017 UInt64 res = complexInCommands / numCommands;
[all...] |
/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);
|
/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);
|
/hardware/bsp/intel/peripheral/libupm/src/st7735/ |
st7735.cxx | 96 uint8_t numCommands, numArgs; 99 numCommands = *(addr++); // Number of commands to follow 100 while(numCommands--) { // For each command...
|
/external/deqp/modules/glshared/ |
glsInteractionTestUtil.hpp | 123 void computeRandomRenderCommands (de::Random& rnd, glu::ApiType apiType, int numCommands, int targetW, int targetH, std::vector<RenderCommand>& dst);
|
glsInteractionTestUtil.cpp | 254 void computeRandomRenderCommands (de::Random& rnd, glu::ApiType apiType, int numCommands, int targetW, int targetH, vector<RenderCommand>& dst) 258 dst.resize(numCommands);
|
/system/core/init/ |
action.h | 57 std::size_t NumCommands() const;
|
action.cpp | 103 std::size_t Action::NumCommands() const { 378 if (current_command_ == action->NumCommands()) { 425 if (action_ && action_->NumCommands() > 0) {
|
/hardware/intel/img/psb_video/src/mrst/ |
psb_deblock.c | 89 #define h264_pollForSpaceForNCommands(NumCommands)\ 91 *cmdbuf->regio_idx++ = NumCommands; reg_poll_n++; 93 #define h264_pollForSpaceForNCommands(NumCommands) /* Seems not needed, so just define it null */
|
/external/guice/lib/build/ |
munge.jar | |
/system/netd/server/ |
BandwidthController.h | 154 int runCommands(int numCommands, const char *commands[], RunCmdErrHandling cmdErrHandling);
|
BandwidthController.cpp | 314 int BandwidthController::runCommands(int numCommands, const char *commands[], 321 ALOGV("runCommands(): %d commands", numCommands); 322 for (int cmdNum = 0; cmdNum < numCommands; cmdNum++) { [all...] |
/frameworks/native/opengl/libs/GLES2/ |
gl2ext_api.in | [all...] |
/development/ndk/platforms/android-24/include/GLES2/ |
gl2ext.h | [all...] |
/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); [all...] |
/frameworks/native/opengl/include/GLES2/ |
gl2ext.h | [all...] |
/frameworks/native/opengl/libs/ |
entries.in | [all...] |