Searched refs:u16ptr (Results 1 – 2 of 2) sorted by relevance
514 const U16* u16ptr = (const U16*) ptr; in FSE_initCState() local517 statePtr->stateTable = u16ptr+2; in FSE_initCState()
48 U16 const* u16ptr = (U16 const*)ptr; in ZSTD_getFSEMaxSymbolValue() local49 U32 const maxSymbolValue = MEM_read16(u16ptr + 1); in ZSTD_getFSEMaxSymbolValue()