Searched refs:bufptr (Results 1 – 3 of 3) sorted by relevance
/device/google/sunfish/json-c/ |
D | printbuf.h | 42 #define printbuf_memappend_fast(p, bufptr, bufsize) \ argument 45 memcpy(p->buf + p->bpos, (bufptr), bufsize); \ 48 } else { printbuf_memappend(p, (bufptr), bufsize); } \
|
/device/google/coral/json-c/ |
D | printbuf.h | 42 #define printbuf_memappend_fast(p, bufptr, bufsize) \ argument 45 memcpy(p->buf + p->bpos, (bufptr), bufsize); \ 48 } else { printbuf_memappend(p, (bufptr), bufsize); } \
|
/device/google/redbull/json-c/ |
D | printbuf.h | 42 #define printbuf_memappend_fast(p, bufptr, bufsize) \ argument 45 memcpy(p->buf + p->bpos, (bufptr), bufsize); \ 48 } else { printbuf_memappend(p, (bufptr), bufsize); } \
|