Home
last modified time | relevance | path

Searched refs:bcopy (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXfuncs.h36 void bcopy();
42 void bcopy();
64 # define bcopy(b1,b2,len) memmove(b2, b1, (size_t)(len)) macro
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c79 bcopy(PKTDATA(osh, p) + offset, buf, n); in pktcopy()
108 bcopy(buf, PKTDATA(osh, p) + offset, n); in pktfrombuf()