Home
last modified time | relevance | path

Searched refs:convert_ascii_to_int (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/main/coregrind/m_gdbserver/
Dregcache.c178 convert_ascii_to_int (buf, registers, len / 2); in registers_from_string()
238 convert_ascii_to_int ((char *) buf, bytes_register, register_size (n)); in supply_register_from_string()
Dserver.h277 void convert_ascii_to_int (char *from, unsigned char *to, int n);
Dserver.c903 convert_ascii_to_int (own_buf + 1, &sig, 1); in server_main()
912 convert_ascii_to_int (own_buf + 1, &sig, 1); in server_main()
Dremote-utils.c947 void convert_ascii_to_int (char *from, unsigned char *to, int n) in convert_ascii_to_int() function
1072 convert_ascii_to_int (&from[i++], to, *len_ptr); in decode_M_packet()