/linux-2.4.37.9/arch/alpha/lib/ |
D | memmove.S | 15 .globl memmove 16 .ent memmove 17 memmove: label 176 .end memmove
|
/linux-2.4.37.9/include/asm-sh/ |
D | unaligned.h | 12 ({ __typeof__(*(ptr)) __tmp; memmove(&__tmp, (ptr), sizeof(*(ptr))); __tmp; }) 16 memmove((ptr), &__tmp, sizeof(*(ptr))); \
|
/linux-2.4.37.9/include/asm-sparc/ |
D | unaligned.h | 12 ({ __typeof__(*(ptr)) __tmp; memmove(&__tmp, (ptr), sizeof(*(ptr))); __tmp; }) 16 memmove((ptr), &__tmp, sizeof(*(ptr))); \
|
D | string.h | 27 #undef memmove 28 #define memmove(_to, _from, _n) \ macro
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | unaligned.h | 12 ({ __typeof__(*(ptr)) __tmp; memmove(&__tmp, (ptr), sizeof(*(ptr))); __tmp; }) 16 memmove((ptr), &__tmp, sizeof(*(ptr))); \
|
/linux-2.4.37.9/include/asm-sh64/ |
D | unaligned.h | 23 ({ __typeof__(*(ptr)) __tmp; memmove(&__tmp, (ptr), sizeof(*(ptr))); __tmp; }) 27 memmove((ptr), &__tmp, sizeof(*(ptr))); \
|
/linux-2.4.37.9/arch/x86_64/lib/ |
D | memmove.c | 7 #undef memmove 8 void *memmove(void * dest,const void *src,size_t count) in memmove() function
|
/linux-2.4.37.9/include/asm-parisc/ |
D | unaligned.h | 13 ({ __typeof__(*(ptr)) __tmp; memmove(&__tmp, (ptr), sizeof(*(ptr))); __tmp; }) 17 memmove((ptr), &__tmp, sizeof(*(ptr))); \
|
/linux-2.4.37.9/arch/sparc64/lib/ |
D | memmove.S | 9 .globl memmove 10 memmove: label
|
/linux-2.4.37.9/fs/reiserfs/ |
D | lbalance.c | 285 memmove (ih + cpy_num, ih, (nr-dest_before) * IH_SIZE); in leaf_copy_items_entirely() 309 memmove (dest->b_data + last_loc, in leaf_copy_items_entirely() 765 memmove (bh->b_data + last_loc - ih_item_len(inserted_item_ih), in leaf_insert_into_buf() 774 memmove (to, inserted_item_body, ih_item_len(inserted_item_ih) - zeros_number); in leaf_insert_into_buf() 779 memmove (ih + 1, ih, IH_SIZE * (nr - before)); in leaf_insert_into_buf() 780 memmove (ih, inserted_item_ih, IH_SIZE); in leaf_insert_into_buf() 844 memmove (bh->b_data + last_loc - paste_size, bh->b_data + last_loc, in leaf_paste_in_buffer() 857 memmove (bh->b_data + ih_location(ih) + paste_size, in leaf_paste_in_buffer() 941 memmove ((char *)(deh + from), in leaf_cut_entries() 946 memmove (prev_record - cut_records_len - DEH_SIZE * del_count, in leaf_cut_entries() [all …]
|
D | objectid.c | 85 memmove (map + 1, map + 3, (sb_oid_cursize(rs) - 3) * sizeof(__u32)); in reiserfs_get_unused_objectid() 126 memmove (map + i, map + i + 2, in reiserfs_release_objectid() 156 memmove (map + i + 3, map + i + 1, in reiserfs_release_objectid()
|
/linux-2.4.37.9/drivers/net/hamradio/soundmodem/ |
D | sm_psk4800.c | 102 memmove(st->txbits+1, st->txbits, in modulator_4800_u8() 139 memmove(st->txbits+1, st->txbits, in modulator_4800_s16() 215 memmove(st->pwrhist+1, st->pwrhist, in demod_psk48_baseband() 326 memmove(st->infi+1, st->infi, in demodulator_4800_u8() 328 memmove(st->infq+1, st->infq, in demodulator_4800_u8() 361 memmove(st->infi+1, st->infi, in demodulator_4800_s16() 363 memmove(st->infq+1, st->infq, in demodulator_4800_s16()
|
/linux-2.4.37.9/fs/udf/ |
D | misc.c | 114 memmove(&ad[size], ad, UDF_I_LENALLOC(inode)); in udf_add_extendedattr() 145 memmove(&ea[offset - aal + size], in udf_add_extendedattr() 153 memmove(&ea[offset - ial + size], in udf_add_extendedattr() 164 memmove(&ea[offset - aal + size], in udf_add_extendedattr()
|
/linux-2.4.37.9/fs/hfs/ |
D | bins_del.c | 110 memmove(bnode_datastart(right) + size, in hfs_bnode_shift_right() 178 memmove(bnode_datastart(right), bnode_datastart(right) + size, in hfs_bnode_shift_left()
|
/linux-2.4.37.9/include/asm-mips64/ |
D | string.h | 19 extern void *memmove(void *__dest, __const__ void *__src, size_t __n);
|
/linux-2.4.37.9/arch/x86_64/kernel/ |
D | x8664_ksyms.c | 146 #undef memmove 167 EXPORT_SYMBOL_NOVERS(memmove);
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | string.h | 32 extern void * memmove(void *,const void *,__kernel_size_t);
|
/linux-2.4.37.9/arch/sh/lib/ |
D | Makefile | 6 obj-y = delay.o memcpy.o memset.o memmove.o memchr.o old-checksum.o \
|
/linux-2.4.37.9/include/asm-ppc/ |
D | string.h | 27 extern void * memmove(void *,const void *,__kernel_size_t);
|
/linux-2.4.37.9/arch/ppc/boot/common/ |
D | string.S | 54 .globl memmove 55 memmove: label
|
/linux-2.4.37.9/arch/ppc/boot/include/ |
D | nonstdio.h | 29 extern void *memmove(void *dest, const void *src, int n);
|
/linux-2.4.37.9/net/sunrpc/ |
D | xdr.c | 85 memmove(string, p, len); in xdr_decode_string() 164 memmove((char *)pvec->iov_base + len, pvec->iov_base, in xdr_shift_iovec() 395 memmove(vto + pgto_base, vfrom + pgfrom_base, copy); in _shift_data_right_pages() 504 memmove((char *)tail->iov_base + len, in xdr_shrink_bufhead()
|
/linux-2.4.37.9/include/asm-arm/ |
D | string.h | 19 extern void * memmove(void *, const void *, __kernel_size_t);
|
/linux-2.4.37.9/net/ipv4/ipvs/ |
D | ip_vs_app.c | 461 memmove(o_buf + n_len, o_buf + o_len, o_left); in ip_vs_skb_replace() 466 memmove(o_buf + n_len, o_buf + o_len, o_left); in ip_vs_skb_replace() 472 memmove(skb->data + o_offset + n_len, in ip_vs_skb_replace()
|
/linux-2.4.37.9/include/linux/ |
D | string.h | 72 extern void * memmove(void *,const void *,__kernel_size_t);
|