Searched refs:memmove (Results 1 – 13 of 13) sorted by relevance
/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 | 848 void *memmove(void *dest, const void *src, size_t count) in memmove() function 868 EXPORT_SYMBOL(memmove);
|
D | test_parman.c | 119 memmove(&prio_array[to_index], &prio_array[from_index], in test_parman_move()
|
D | kobject_uevent.c | 434 memmove(env->envp[i], env->envp[i + 1], in zap_modalias_env()
|
D | vsprintf.c | 563 memmove(buf + spaces, buf, len); in move_right()
|
/lib/reed_solomon/ |
D | encode_rs.c | 38 memmove(&par[0], &par[1], sizeof(uint16_t) * (nroots - 1));
|
D | decode_rs.c | 148 memmove (&b[1], b, nroots * sizeof (b[0])); 174 memmove(&b[1], b, nroots * sizeof(b[0]));
|
/lib/zstd/ |
D | decompress.c | 914 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/ |
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()
|
/lib/lz4/ |
D | lz4_decompress.c | 339 memmove(op, dictEnd - (lowPrefix - match), in LZ4_decompress_generic()
|
D | lz4hc_compress.c | 750 memmove(safeBuffer, streamPtr->end - dictSize, dictSize); in LZ4_saveDictHC()
|
D | lz4_compress.c | 848 memmove(safeBuffer, previousDictEnd - dictSize, dictSize); in LZ4_saveDict()
|