Home
last modified time | relevance | path

Searched defs:acceleration (Results 1 – 9 of 9) sorted by relevance

/third_party/vk-gl-cts/framework/platform/win32/
DtcuWGL.hpp84 Acceleration acceleration; member in tcu::wgl::PixelFormatInfo
/third_party/lz4/tests/
DabiTest.c78 int const acceleration = 1; in roundTripTest() local
/third_party/lz4/examples/
Dcompress_functions.c123 const int acceleration = 1; in bench() local
/third_party/lz4/lib/
Dlz4.c921 const int acceleration) in LZ4_compress_generic_validated()
1319 const int acceleration) in LZ4_compress_generic()
1346 …te(void* state, const char* source, char* dest, int inputSize, int maxOutputSize, int acceleration) in LZ4_compress_fast_extState()
1378 …_fastReset(void* state, const char* src, char* dst, int srcSize, int dstCapacity, int acceleration) in LZ4_compress_fast_extState_fastReset()
1416 …4_compress_fast(const char* source, char* dest, int inputSize, int maxOutputSize, int acceleration) in LZ4_compress_fast()
1635 int acceleration) in LZ4_compress_fast_continue()
Dlz4frame.c855 int const acceleration = (level < 0) ? -level + 1 : 1; in LZ4F_compressBlock() local
867 int const acceleration = (level < 0) ? -level + 1 : 1; in LZ4F_compressBlock_continue() local
/third_party/lz4/programs/
Dbench.c227 int const acceleration = (pThis->cLevel < 0) ? -pThis->cLevel + 1 : 1; in LZ4_compressBlockNoStream() local
244 int const acceleration = (pThis->cLevel < 0) ? -pThis->cLevel + 1 : 1; in LZ4_compressBlockStream() local
/third_party/typescript/src/lib/
Ddom.generated.d.ts359 acceleration?: DeviceMotionEventAccelerationInit; property
4375 readonly acceleration: DeviceMotionEventAcceleration | null; property
/third_party/typescript/lib/
Dlib.dom.d.ts379 acceleration?: DeviceMotionEventAccelerationInit; property
4395 readonly acceleration: DeviceMotionEventAcceleration | null; property
/third_party/typescript/tests/lib/
Dlib.d.ts5630 acceleration: DeviceAcceleration; property