Home
last modified time | relevance | path

Searched refs:UP_UNALIGNED (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/lib/zlib_inflate/
Dinffast.c44 # define UP_UNALIGNED(a) get_unaligned16((a)++) macro
48 # define UP_UNALIGNED(a) get_unaligned16(++(a)) macro
281 PUP(sout) = UP_UNALIGNED(sfrom); in inflate_fast()