Searched refs:memmove (Results 1 - 19 of 19) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/arm/
H A Dmemmove.c30 * File: machdep/ppc/libc/memmove.c
54 void *memmove(void *dst, const void *src, size_t ulen) function
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dmemmove.c30 * File: machdep/ppc/libc/memmove.c
54 memmove(void *dst, const void *src, size_t ulen) function
/darwin-on-arm/xnu/osfmk/libsa/
H A Dstring.h61 extern void *memmove(void *, const void *, size_t);
/darwin-on-arm/xnu/bsd/dev/random/YarrowCoreLib/src/
H A Dcomp.c126 memmove(buf,inp,blocksize);
135 memmove(buf,buf+blocksize,BUFSIZE-blocksize);
138 memmove(buf+ctx->spaceused,inp,inplen);
/darwin-on-arm/xnu/tools/tests/libMicro/
H A DMakefile.benchmarks70 memmove \
H A Dmemmove.c32 * memmove
69 "notes: measures memmove()\n",
134 (void) memmove(dest, src, opts);
/darwin-on-arm/xnu/libsyscall/wrappers/
H A Dmemcpy.c47 * (the portable versions of) bcopy, memcpy, and memmove.
117 memmove(void *s1, const void *s2, size_t n) function
/darwin-on-arm/xnu/EXTERNAL_HEADERS/corecrypto/
H A Dcc_priv.h19 CC_MEMMOVE : optimized memmove.
72 #define CC_MEMMOVE(D,S,L) memmove((D),(S),(L))
/darwin-on-arm/xnu/bsd/dev/random/
H A Drandomdev.c585 memmove ((u_int8_t*) buffer + bytes_read, ((u_int8_t*)g_random_data)+ g_bytes_used, bytes_to_read);
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_array.c473 memmove(dst, src, array->itemsize * nitems);
/darwin-on-arm/xnu/libkern/c++/
H A DOSMetaClass.cpp427 memmove(sStalled->classes, oldStalled, oldSize);
487 memmove(&sStalled->classes[i], &sStalled->classes[i+1],
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_compat.h67 # define bcopy(a,b,c) memmove(b,a,c)
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_journal.c3020 memmove(new_extents,
3169 memmove(&tr->trim.extents[insert_index+1],
3206 memmove(&tr->trim.extents[insert_index + 1],
3300 memmove(&trim->extents[keep_before],
3341 memmove(&trim->extents[keep_before],
H A Dvfs_cache.c494 memmove(buff, end, &buff[buflen] - end);
H A Dvfs_fsevents.c2072 memmove(write_buffer, (write_buffer+count+offset) - remainder, remainder);
/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_kmsg.c2444 memmove((char *)(((vm_offset_t)kmsg->ikm_header) - dsc_adjust), kmsg->ikm_header, sizeof(mach_msg_base_t));
2761 memmove((char *)(((vm_offset_t)kmsg->ikm_header) - dsc_adjust), kmsg->ikm_header, sizeof(mach_msg_base_t));
3565 memmove((char *)((vm_offset_t)kmsg->ikm_header + dsc_adjust), kmsg->ikm_header, sizeof(mach_msg_base_t));
4098 memmove((char *)((vm_offset_t)kmsg->ikm_header + dsc_adjust), kmsg->ikm_header, sizeof(mach_msg_base_t));
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c4379 memmove(&hfsmp->vcbFreeExt[index], &hfsmp->vcbFreeExt[index+1], shift_count * sizeof(hfsmp->vcbFreeExt[0]));
4456 memmove(&hfsmp->vcbFreeExt[i+1], &hfsmp->vcbFreeExt[i], shift_count * sizeof(hfsmp->vcbFreeExt[0]));
/darwin-on-arm/xnu/bsd/net/
H A Dpf_norm.c1166 memmove(m->m_data, ip6, sizeof(struct ip6_hdr));
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c3032 memmove( &my_ptr[2], &my_ptr[1], (strlen( &my_ptr[1] ) + 1) );

Completed in 146 milliseconds