HomeSort by relevance Sort by last modified time
    Searched refs:MEMMOVE (Results 1 - 9 of 9) sorted by null

  /bionic/libc/arch-sh/bionic/
memmove.S 1 /* $OpenBSD: memmove.S,v 1.1.1.1 2006/10/10 22:07:10 miod Exp $ */
2 /* $NetBSD: memmove.S,v 1.2 2006/04/22 23:53:47 uwe Exp $ */
4 #define MEMMOVE
memcpy.S 33 #if !defined(MEMCOPY) && !defined(MEMMOVE) && !defined(BCOPY)
37 #if defined(MEMCOPY) || defined(MEMMOVE)
50 #elif defined(MEMMOVE)
51 ENTRY(memmove) function
  /bionic/libc/arch-x86/string/
memmove.S 1 /* $OpenBSD: memmove.S,v 1.3 2005/08/07 11:30:38 espie Exp $ */
2 #define MEMMOVE
bcopy.S 44 #ifdef MEMMOVE
45 ENTRY(memmove) function
52 #if defined(MEMCOPY) || defined(MEMMOVE)
  /external/srec/srec/clib/
memmove.h 2 * memmove.h *
24 #define MEMMOVE(S,D,N,Z) memmove(S,D,(N)*(Z))
26 #define MEMMOVE memmove_inline
34 ** A more efficient implementation of memmove
specnorm.c 323 MEMMOVE(&spec->hist[shift], spec->hist,
336 MEMMOVE(spec->hist, spec->hist - shift,
  /bionic/libc/string/
bcopy.c 48 * (the portable versions of) bcopy, memcpy, and memmove.
54 #ifdef MEMMOVE
56 memmove(void *dst0, const void *src0, size_t length)
123 #if defined(MEMCOPY) || defined(MEMMOVE)
  /external/srec/srec/cfront/
chelfep.c 41 #include "../clib/memmove.h"
61 /* This memmove is in filterbank_emulation */
62 MEMMOVE(channel->cep + (channel->mel_dim + 1), channel->cep,
spec_anl.c 37 #include "../clib/memmove.h"
63 MEMMOVE(channel->cep + (channel->mel_dim + 1), channel->cep,
161 MEMMOVE(data, data + num_samples, (window_len - num_samples),
383 MEMMOVE(&list[jj+1], &list[jj], (ii - jj), sizeof(int));
389 MEMMOVE(&list[ii], &list[ii+1], (*num - ii), sizeof(int));

Completed in 242 milliseconds