/lib/ |
D | memcpy_kunit.c | 161 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()
|
D | decompress_unxz.c | 202 #ifndef memmove 204 void *memmove(void *dest, const void *src, size_t size) in memmove() function
|
D | string.c | 724 void *memmove(void *dest, const void *src, size_t count) in memmove() function 744 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 | 435 memmove(env->envp[i], env->envp[i + 1], in zap_modalias_env()
|
D | bitmap.c | 222 memmove(dst, src, len * sizeof(*dst)); in bitmap_cut()
|
D | maple_tree.c | 1836 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()
|
D | vsprintf.c | 601 memmove(buf + spaces, buf, len); in move_right()
|
D | Kconfig.debug | 2547 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/ |
D | write_overflow-memmove.c | 3 memmove(instance.buf, large_src, sizeof(large_src))
|
D | read_overflow2-memmove.c | 3 memmove(large, instance.buf, sizeof(large))
|
D | read_overflow2_field-memmove.c | 3 memmove(large, instance.buf, sizeof(instance.buf) + 1)
|
D | write_overflow_field-memmove.c | 3 memmove(instance.buf, large, sizeof(instance.buf) + 1)
|
/lib/zlib_dfltcc/ |
D | dfltcc.c | 39 memmove(&dfltcc_state->af, param, sizeof(dfltcc_state->af)); in dfltcc_reset()
|
D | dfltcc_deflate.c | 92 memmove(state->pending_buf, state->pending_out, state->pending); in send_eobs()
|
/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/xz/ |
D | xz_dec_lzma2.c | 401 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()
|
D | xz_dec_bcj.c | 409 memmove(s->temp.buf, s->temp.buf + copy_size, s->temp.size); in bcj_flush()
|
/lib/lz4/ |
D | lz4_decompress.c | 350 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()
|
/lib/crypto/ |
D | curve25519-fiat32.c | 205 memmove(h, f, sizeof(u32) * 10); in fe_copy() 210 memmove(h, f, sizeof(u32) * 10); in fe_copy_lt()
|