HomeSort by relevance Sort by last modified time
    Searched refs:convert_ascii_to_int (Results 1 - 4 of 4) sorted by null

  /external/valgrind/main/coregrind/m_gdbserver/
regcache.c 178 convert_ascii_to_int (buf, registers, len / 2);
238 convert_ascii_to_int ((char *) buf, bytes_register, register_size (n));
server.h 277 void convert_ascii_to_int (char *from, unsigned char *to, int n);
remote-utils.c 947 void convert_ascii_to_int (char *from, unsigned char *to, int n) function
1072 convert_ascii_to_int (&from[i++], to, *len_ptr);
server.c 903 convert_ascii_to_int (own_buf + 1, &sig, 1);
912 convert_ascii_to_int (own_buf + 1, &sig, 1);
    [all...]

Completed in 34 milliseconds