Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dvalue_pack.hpp11 namespace literals{ namespace detail{ namespace
H A Dliterals.hpp13 namespace literals{ namespace detail{ namespace
/OK3568_Linux_fs/kernel/lib/zstd/
H A Dzstd_opt.h101 FORCE_INLINE U32 ZSTD_getLiteralPrice(seqStore_t *ssPtr, U32 litLength, const BYTE *literals) in ZSTD_getLiteralPrice()
142 FORCE_INLINE U32 ZSTD_getPrice(seqStore_t *seqStorePtr, U32 litLength, const BYTE *literals, U32 of… in ZSTD_getPrice()
165 ZSTD_STATIC void ZSTD_updatePrice(seqStore_t *seqStorePtr, U32 litLength, const BYTE *literals, U32… in ZSTD_updatePrice()
H A Dcompress.c621 const BYTE *const literals = seqStorePtr->litStart; in ZSTD_compressSequences_internal() local
861 ZSTD_STATIC void ZSTD_storeSeq(seqStore_t *seqStorePtr, size_t litLength, const void *literals, U32… in ZSTD_storeSeq()