Searched refs:memmove (Results 1 – 7 of 7) sorted by relevance
/lib/reed_solomon/ |
D | encode_rs.c | 45 memmove(&par[0], &par[1], sizeof(uint16_t) * (nroots - 1));
|
D | decode_rs.c | 138 memmove (&b[1], b, nroots * sizeof (b[0])); 164 memmove(&b[1], b, nroots * sizeof(b[0]));
|
/lib/ |
D | decompress_unxz.c | 202 #ifndef memmove 204 void *memmove(void *dest, const void *src, size_t size) in memmove() function
|
D | string.c | 620 void *memmove(void *dest, const void *src, size_t count) in memmove() function 640 EXPORT_SYMBOL(memmove);
|
/lib/mpi/ |
D | mpicoder.c | 180 memmove(buffer, p, *nbytes); in mpi_get_buffer()
|
/lib/xz/ |
D | xz_dec_bcj.c | 409 memmove(s->temp.buf, s->temp.buf + copy_size, s->temp.size); in bcj_flush()
|
D | xz_dec_lzma2.c | 884 memmove(s->temp.buf, s->temp.buf + s->rc.in_pos, in lzma2_lzma()
|