Searched refs:ByteExtractStringInt8 (Results 1 – 2 of 2) sorted by relevance
255 int ByteExtractStringInt8(int8_t *res, int base, uint16_t len, const char *str);
584 int ByteExtractStringInt8(int8_t *res, int base, uint16_t len, const char *str) in ByteExtractStringInt8() function981 int ret = ByteExtractStringInt8(&i8, 10, strlen(str), str); in ByteTest14()