Home
last modified time | relevance | path

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

/linux-6.12.1/arch/m68k/lib/
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()
/linux-6.12.1/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()
263 from = (unsigned char *)sfrom; in inflate_fast()