Lines Matching refs:xxd
14190 # define memcpy(D,S,N) {char*xxd=(char*)(D);const char*xxs=(const char*)(S);\14191 int xxn=(N);while(xxn-->0)*(xxd++)=*(xxs++);}