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

  /external/wpa_supplicant_8/src/utils/
common.c 15 static int hex2num(char c) function
30 a = hex2num(*hex++);
33 b = hex2num(*hex++);
120 a = hex2num(*txt++);
123 b = hex2num(*txt++);
149 a = hex2num(*pos++);
152 b = hex2num(*pos++);
556 val = hex2num(*pos);
  /external/iw/
util.c 336 static int hex2num(char digit) function
349 d1 = hex2num(hex[0]);
352 d2 = hex2num(hex[1]);

Completed in 74 milliseconds