Home
last modified time | relevance | path

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

/third_party/boost/boost/units/systems/cgs/
Dacceleration.hpp23 typedef unit<acceleration_dimension,cgs::system> acceleration; typedef
/third_party/boost/boost/units/systems/si/
Dacceleration.hpp23 typedef unit<acceleration_dimension,si::system> acceleration; typedef
/third_party/boost/libs/hana/example/misc/
Ddimensional_analysis.cpp31 using acceleration = decltype(hana::tuple_c<int, 0, 1, -2, 0, 0, 0, 0>); // M/T^2 typedef
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWGL.hpp84 Acceleration acceleration; member in tcu::wgl::PixelFormatInfo
/third_party/lz4/examples/
Dcompress_functions.c123 const int acceleration = 1; in bench() local
/third_party/lz4/lib/
Dlz4.c862 const int acceleration) in LZ4_compress_generic_validated()
1257 const int acceleration) in LZ4_compress_generic()
1284 …te(void* state, const char* source, char* dest, int inputSize, int maxOutputSize, int acceleration) in LZ4_compress_fast_extState()
1316 …_fastReset(void* state, const char* src, char* dst, int srcSize, int dstCapacity, int acceleration) in LZ4_compress_fast_extState_fastReset()
1354 …4_compress_fast(const char* source, char* dest, int inputSize, int maxOutputSize, int acceleration) in LZ4_compress_fast()
1568 int acceleration) in LZ4_compress_fast_continue()
Dlz4frame.c768 int const acceleration = (level < 0) ? -level + 1 : 1; in LZ4F_compressBlock() local
779 int const acceleration = (level < 0) ? -level + 1 : 1; in LZ4F_compressBlock_continue() local
/third_party/lz4/programs/
Dbench.c136 int const acceleration = (pThis->cLevel < 0) ? -pThis->cLevel + 1 : 1; in LZ4_compressBlockNoStream() local
153 int const acceleration = (pThis->cLevel < 0) ? -pThis->cLevel + 1 : 1; in LZ4_compressBlockStream() local
/third_party/typescript/lib/
Dlib.dom.d.ts379 acceleration?: DeviceMotionEventAccelerationInit; property
4395 readonly acceleration: DeviceMotionEventAcceleration | null; property
/third_party/typescript/src/lib/
Ddom.generated.d.ts359 acceleration?: DeviceMotionEventAccelerationInit; property
4375 readonly acceleration: DeviceMotionEventAcceleration | null; property
/third_party/typescript/tests/lib/
Dlib.d.ts5630 acceleration: DeviceAcceleration; property