Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/lib/
H A Dmemcpy.c36 const short *sfrom = from; in memcpy() local
37 *sto++ = *sfrom++; in memcpy()
39 from = sfrom; in memcpy()
77 const short *sfrom = from; in memcpy() local
78 *sto++ = *sfrom++; in memcpy()
80 from = sfrom; in memcpy()
/openbmc/linux/lib/zlib_inflate/
H A 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()
263 from = (unsigned char *)sfrom; in inflate_fast()
/openbmc/u-boot/lib/zlib/
H A Dinffast.c268 unsigned short *sfrom; in inflate_fast() local
270 sfrom = (unsigned short *)(from - OFF); in inflate_fast()
273 PUP(sout) = get_unaligned(++sfrom); in inflate_fast()
276 from = (unsigned char *)sfrom + OFF; in inflate_fast()