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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
util.c 188 int hex2u64(const char *ptr, u64 *long_val) function
util.h 274 int hex2u64(const char *ptr, u64 *val);
symbol.c 472 len = hex2u64(line, &start);
946 len = hex2u64(line, &start);
952 len += hex2u64(line + len, &size);
    [all...]
machine.c 821 hex2u64(sep + 1, &start);
    [all...]

Completed in 176 milliseconds