Home
last modified time | relevance | path

Searched defs:endIndex (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/lib/zstd/compress/
H A Dzstd_fast.c105 const U32 endIndex = (U32)((size_t)(istart - base) + srcSize); in ZSTD_compressBlock_fast_noDict_generic() local
406 const U32 endIndex = (U32)((size_t)(ip - base) + srcSize); in ZSTD_compressBlock_fast_dictMatchState_generic() local
562 const U32 endIndex = (U32)((size_t)(istart - base) + srcSize); in ZSTD_compressBlock_fast_extDict_generic() local
H A Dzstd_double_fast.c63 const U32 endIndex = (U32)((size_t)(istart - base) + srcSize); in ZSTD_compressBlock_doubleFast_noDict_generic() local
271 const U32 endIndex = (U32)((size_t)(istart - base) + srcSize); in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local
546 const U32 endIndex = (U32)((size_t)(istart - base) + srcSize); in ZSTD_compressBlock_doubleFast_extDict_generic() local
/openbmc/bmcweb/redfish-core/include/
H A Dprivileges.hpp156 size_t endIndex = basePrivilegeCount; in getActivePrivilegeNames() local
/openbmc/bmcweb/include/
H A Dauthentication.hpp141 auto endIndex = cookieValue.find(';', startIndex); in performCookieAuth() local
/openbmc/linux/lib/lz4/
H A Dlz4hc_compress.c753 U32 const endIndex = (U32)(streamPtr->end - streamPtr->base); in LZ4_saveDictHC() local