Searched refs:charvalue (Results 1 – 6 of 6) sorted by relevance
/device/google/coral/json-c/ |
D | printbuf.c | 92 int printbuf_memset(struct printbuf *pb, int offset, int charvalue, int len) in printbuf_memset() argument 105 memset(pb->buf + offset, charvalue, len); in printbuf_memset()
|
D | printbuf.h | 62 printbuf_memset(struct printbuf *pb, int offset, int charvalue, int len);
|
/device/google/crosshatch/json-c/ |
D | printbuf.c | 92 int printbuf_memset(struct printbuf *pb, int offset, int charvalue, int len) in printbuf_memset() argument 105 memset(pb->buf + offset, charvalue, len); in printbuf_memset()
|
D | printbuf.h | 62 printbuf_memset(struct printbuf *pb, int offset, int charvalue, int len);
|
/device/google/bonito/json-c/ |
D | printbuf.c | 92 int printbuf_memset(struct printbuf *pb, int offset, int charvalue, int len) in printbuf_memset() argument 105 memset(pb->buf + offset, charvalue, len); in printbuf_memset()
|
D | printbuf.h | 62 printbuf_memset(struct printbuf *pb, int offset, int charvalue, int len);
|