Home
last modified time | relevance | path

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

/lib/reed_solomon/
Dencode_rs.c45 memmove(&par[0], &par[1], sizeof(uint16_t) * (nroots - 1));
Ddecode_rs.c138 memmove (&b[1], b, nroots * sizeof (b[0]));
164 memmove(&b[1], b, nroots * sizeof(b[0]));
/lib/
Ddecompress_unxz.c202 #ifndef memmove
204 void *memmove(void *dest, const void *src, size_t size) in memmove() function
Dstring.c620 void *memmove(void *dest, const void *src, size_t count) in memmove() function
640 EXPORT_SYMBOL(memmove);
/lib/mpi/
Dmpicoder.c180 memmove(buffer, p, *nbytes); in mpi_get_buffer()
/lib/xz/
Dxz_dec_bcj.c409 memmove(s->temp.buf, s->temp.buf + copy_size, s->temp.size); in bcj_flush()
Dxz_dec_lzma2.c884 memmove(s->temp.buf, s->temp.buf + s->rc.in_pos, in lzma2_lzma()