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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
util.c 194 const int hex_val = hex(*p); local
196 if (hex_val < 0)
199 *long_val = (*long_val << 4) | hex_val;
  /external/chromium_org/third_party/skia/forth/
Forth.cpp 323 static int hex_val(int c) { function
348 num = num*16 + hex_val(*str);

Completed in 218 milliseconds