Home
last modified time | relevance | path

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

/lib/
Dmemcpy_kunit.c161 memmove(dest.data, zero.data, sizeof(dest.data)); in memmove_test()
166 memmove(dest.data + 12, zero.data, 7); in memmove_test()
173 memmove(ptr++, zero.data, count++); in memmove_test()
175 memmove(ptr++, zero.data, count++); in memmove_test()
180 memmove(ptr, overlap.data, 5); in memmove_test()
Ddecompress_unxz.c202 #ifndef memmove
204 void *memmove(void *dest, const void *src, size_t size) in memmove() function
Dstring.c724 void *memmove(void *dest, const void *src, size_t count) in memmove() function
744 EXPORT_SYMBOL(memmove);
Dtest_parman.c119 memmove(&prio_array[to_index], &prio_array[from_index], in test_parman_move()
Dkobject_uevent.c435 memmove(env->envp[i], env->envp[i + 1], in zap_modalias_env()
Dbitmap.c222 memmove(dst, src, len * sizeof(*dst)); in bitmap_cut()
Dmaple_tree.c1836 memmove(b_node->pivot + shift, b_node->pivot, size); in mab_shift_right()
1837 memmove(b_node->slot + shift, b_node->slot, size); in mab_shift_right()
1839 memmove(b_node->gap + shift, b_node->gap, size); in mab_shift_right()
Dvsprintf.c601 memmove(buf + spaces, buf, len); in move_right()
DKconfig.debug2547 tristate "Test memcpy(), memmove(), and memset() functions at runtime" if !KUNIT_ALL_TESTS
2551 Builds unit tests for memcpy(), memmove(), and memset() functions.
/lib/test_fortify/
Dwrite_overflow-memmove.c3 memmove(instance.buf, large_src, sizeof(large_src))
Dread_overflow2-memmove.c3 memmove(large, instance.buf, sizeof(large))
Dread_overflow2_field-memmove.c3 memmove(large, instance.buf, sizeof(instance.buf) + 1)
Dwrite_overflow_field-memmove.c3 memmove(instance.buf, large, sizeof(instance.buf) + 1)
/lib/zlib_dfltcc/
Ddfltcc.c39 memmove(&dfltcc_state->af, param, sizeof(dfltcc_state->af)); in dfltcc_reset()
Ddfltcc_deflate.c92 memmove(state->pending_buf, state->pending_out, state->pending); in send_eobs()
/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/xz/
Dxz_dec_lzma2.c401 memmove(dict->buf + dict->pos, b->in + b->in_pos, copy_size); in dict_uncompressed()
415 memmove(b->out + b->out_pos, b->in + b->in_pos, in dict_uncompressed()
917 memmove(s->temp.buf, s->temp.buf + s->rc.in_pos, in lzma2_lzma()
Dxz_dec_bcj.c409 memmove(s->temp.buf, s->temp.buf + copy_size, s->temp.size); in bcj_flush()
/lib/lz4/
Dlz4_decompress.c350 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()
/lib/crypto/
Dcurve25519-fiat32.c205 memmove(h, f, sizeof(u32) * 10); in fe_copy()
210 memmove(h, f, sizeof(u32) * 10); in fe_copy_lt()