Home
last modified time | relevance | path

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

/lib/
Ddecompress_unxz.c202 #ifndef memmove
204 void *memmove(void *dest, const void *src, size_t size) in memmove() function
Dstring.c848 void *memmove(void *dest, const void *src, size_t count) in memmove() function
868 EXPORT_SYMBOL(memmove);
Dtest_parman.c119 memmove(&prio_array[to_index], &prio_array[from_index], in test_parman_move()
Dkobject_uevent.c434 memmove(env->envp[i], env->envp[i + 1], in zap_modalias_env()
Dvsprintf.c563 memmove(buf + spaces, buf, len); in move_right()
/lib/reed_solomon/
Dencode_rs.c38 memmove(&par[0], &par[1], sizeof(uint16_t) * (nroots - 1));
Ddecode_rs.c148 memmove (&b[1], b, nroots * sizeof (b[0]));
174 memmove(&b[1], b, nroots * sizeof(b[0]));
/lib/zstd/
Ddecompress.c914 memmove(oLitEnd, match, sequence.matchLength); in ZSTD_execSequenceLast7()
920 memmove(oLitEnd, match, length1); in ZSTD_execSequenceLast7()
1040 memmove(oLitEnd, match, sequence.matchLength); in ZSTD_execSequence()
1046 memmove(oLitEnd, match, length1); in ZSTD_execSequence()
1295 memmove(oLitEnd, match, sequence.matchLength); in ZSTD_execSequenceLong()
1301 memmove(oLitEnd, match, length1); in ZSTD_execSequenceLong()
/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()
/lib/lz4/
Dlz4_decompress.c339 memmove(op, dictEnd - (lowPrefix - match), in LZ4_decompress_generic()
Dlz4hc_compress.c750 memmove(safeBuffer, streamPtr->end - dictSize, dictSize); in LZ4_saveDictHC()
Dlz4_compress.c848 memmove(safeBuffer, previousDictEnd - dictSize, dictSize); in LZ4_saveDict()