Home
last modified time | relevance | path

Searched refs:strat (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xquartz/bundle/Resources/sk.lproj/
H A DLocalizable.strings5 …any unsaved changes." = "Všetky otvorené X11 aplikácie okamžite zastanú a stratíte všetky neuložen…
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Docl.hpp756 OclVectorStrategy strat = OCL_VECTOR_DEFAULT);
762 OclVectorStrategy strat = OCL_VECTOR_DEFAULT);
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Docl.hpp756 OclVectorStrategy strat = OCL_VECTOR_DEFAULT);
762 OclVectorStrategy strat = OCL_VECTOR_DEFAULT);
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Docl.hpp756 OclVectorStrategy strat = OCL_VECTOR_DEFAULT);
762 OclVectorStrategy strat = OCL_VECTOR_DEFAULT);
/OK3568_Linux_fs/kernel/lib/zstd/
H A Dcompress.c168 static U32 ZSTD_cycleLog(U32 hashLog, ZSTD_strategy strat) in ZSTD_cycleLog() argument
170 U32 const btScale = ((U32)strat >= (U32)ZSTD_btlazy2); in ZSTD_cycleLog()
2322 static ZSTD_blockCompressor ZSTD_selectBlockCompressor(ZSTD_strategy strat, int extDict) in ZSTD_selectBlockCompressor() argument
2330 return blockCompressor[extDict][(U32)strat]; in ZSTD_selectBlockCompressor()