Home
last modified time | relevance | path

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

/lib/zlib_inflate/
Dinffast.c252 unsigned short *sfrom; in inflate_fast() local
254 sfrom = (unsigned short *)(from); in inflate_fast()
258 *sout++ = *sfrom++; in inflate_fast()
260 *sout++ = get_unaligned16(sfrom++); in inflate_fast()
264 from = (unsigned char *)sfrom; in inflate_fast()