HomeSort by relevance Sort by last modified time
    Searched full:convert_int (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/VEX/priv/
main_util.c 261 void convert_int ( /*OUT*/HChar* buf, Long n0, function
403 convert_int(intbuf, l, 10/*base*/, True/*signed*/,
423 convert_int(intbuf, l, base, False/*unsigned*/, hexcaps);
435 convert_int(intbuf, l, 16/*base*/, False/*unsigned*/, hexcaps);

Completed in 6639 milliseconds