Searched refs:byte_string (Results 1 – 7 of 7) sorted by relevance
150 static int scan_hex_byte(const char * byte_string){ in scan_hex_byte() argument151 int upper_nibble = nibble_for_char(*byte_string++); in scan_hex_byte()153 int lower_nibble = nibble_for_char(*byte_string); in scan_hex_byte()
135 static int scan_hex_byte(const char * byte_string){ in scan_hex_byte() argument136 int upper_nibble = nibble_for_char(*byte_string++); in scan_hex_byte()138 int lower_nibble = nibble_for_char(*byte_string); in scan_hex_byte()
75 static int scan_hex_byte(const char * byte_string){ in scan_hex_byte() argument76 int upper_nibble = nibble_for_char(*byte_string++); in scan_hex_byte()78 int lower_nibble = nibble_for_char(*byte_string); in scan_hex_byte()
305 static int scan_hex_byte(const char * byte_string){ in scan_hex_byte() argument306 int upper_nibble = nibble_for_char(*byte_string++); in scan_hex_byte()308 int lower_nibble = nibble_for_char(*byte_string); in scan_hex_byte()
148 static int scan_hex_byte(const char * byte_string){ in scan_hex_byte() argument149 uint8_t upper_nibble = nibble_for_char(*byte_string++); in scan_hex_byte()151 uint8_t lower_nibble = nibble_for_char(*byte_string); in scan_hex_byte()
182 static int scan_hex_byte(const char * byte_string){ in scan_hex_byte() argument183 int upper_nibble = nibble_for_char(*byte_string++); in scan_hex_byte()185 int lower_nibble = nibble_for_char(*byte_string); in scan_hex_byte()
405 static int scan_hex_byte(const char * byte_string){ in scan_hex_byte() argument406 int upper_nibble = nibble_for_char(byte_string[0]); in scan_hex_byte()408 int lower_nibble = nibble_for_char(byte_string[1]); in scan_hex_byte()