Searched refs:bcopy (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xfuncs.h | 36 void bcopy(); 42 void bcopy(); 64 # define bcopy(b1,b2,len) memmove(b2, b1, (size_t)(len)) macro
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | bcmutils.c | 79 bcopy(PKTDATA(osh, p) + offset, buf, n); in pktcopy() 108 bcopy(buf, PKTDATA(osh, p) + offset, n); in pktfrombuf()
|