Searched refs:sfrom (Results 1 – 3 of 3) sorted by relevance
36 const short *sfrom = from; in memcpy() local37 *sto++ = *sfrom++; in memcpy()39 from = sfrom; in memcpy()77 const short *sfrom = from; in memcpy() local78 *sto++ = *sfrom++; in memcpy()80 from = sfrom; in memcpy()
252 unsigned short *sfrom; in inflate_fast() local254 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()
268 unsigned short *sfrom; in inflate_fast() local270 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()