Searched refs:MEM_read16 (Results 1 – 4 of 4) sorted by relevance
49 MEM_STATIC U16 MEM_read16(const void* memPtr);109 MEM_STATIC U16 MEM_read16(const void *memPtr) in MEM_read16() function
514 const U32 tableLog = MEM_read16(ptr); in FSE_initCState()
631 if ((pIn<(pInLimit-1)) && (MEM_read16(pMatch) == MEM_read16(pIn))) { pIn+=2; pMatch+=2; } in ZSTD_count()
49 U32 const maxSymbolValue = MEM_read16(u16ptr + 1); in ZSTD_getFSEMaxSymbolValue()