Searched refs:mem_ (Results 1 – 1 of 1) sorted by relevance
356 static uint8_t * mem2hex(const void *mem_, uint8_t *buf, int count) in mem2hex() argument358 const unsigned char *mem = mem_; in mem2hex()387 static uint8_t * hex2mem(const uint8_t *buf, void *mem_, int count) in hex2mem() argument389 uint8_t *mem = mem_; in hex2mem()