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

  /external/iproute2/lib/
ipx_pton.c 16 if ((tmp = get_hex(*str)) == -1) {
40 if ((tmp = get_hex(*str++)) == -1)
44 if ((tmp = get_hex(*str++)) == -1)
utils.c 42 int get_hex(char c) function
1015 c = get_hex(buf[j]);
1021 c = get_hex(buf[j + 1]);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
uuid.py 265 def get_hex(self): member in class:UUID
268 hex = property(get_hex)
  /external/python/cpython2/Lib/
uuid.py 267 def get_hex(self): member in class:UUID
270 hex = property(get_hex)
  /external/iproute2/include/
utils.h 91 int get_hex(char c);

Completed in 154 milliseconds