bytecopy          151 libavcodec/xan.c             bytecopy(dest, src, size);  dest += size;  src += size;
bytecopy          156 libavcodec/xan.c             bytecopy (dest, dest - (((opcode & 0x60) << 3) + offset + 1), size);
bytecopy          167 libavcodec/xan.c             bytecopy (dest, src, size);  dest += size;  src += size;
bytecopy          172 libavcodec/xan.c             bytecopy (dest, dest - (((byte1 & 0x3f) << 8) + byte2 + 1), size);
bytecopy          184 libavcodec/xan.c             bytecopy (dest, src, size);  dest += size;  src += size;
bytecopy          189 libavcodec/xan.c             bytecopy (dest,
bytecopy          201 libavcodec/xan.c             bytecopy (dest, src, size);  dest += size;  src += size;
bytecopy          206 libavcodec/xan.c     bytecopy(dest, src, size);  dest += size;  src += size;