Searched refs:convert_ascii_to_int (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/main/coregrind/m_gdbserver/ |
D | regcache.c | 178 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()
|
D | server.h | 277 void convert_ascii_to_int (char *from, unsigned char *to, int n);
|
D | server.c | 903 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()
|
D | remote-utils.c | 947 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()
|