Home
last modified time | relevance | path

Searched defs:windowSize (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dcheck_max_angle.cpp19 const float windowSize, in checkMaxAngle()
/OK3568_Linux_fs/kernel/include/linux/
H A Dzstd.h932 unsigned int windowSize; member
/OK3568_Linux_fs/kernel/lib/zstd/
H A Ddecompress.c240 U32 windowSize = 0; in ZSTD_getFrameParams() local
1253 static seq_t ZSTD_decodeSequenceLong(seqState_t *seqState, unsigned const windowSize) in ZSTD_decodeSequenceLong()
1360 unsigned const windowSize = dctx->fParams.windowSize; in ZSTD_decompressSequencesLong() local
H A Dcompress.c2436 U32 const windowSize = 1U << params.cParams.windowLog; in ZSTD_writeFrameHeader() local