Home
last modified time | relevance | path

Searched refs:unhex (Results 1 – 2 of 2) sorted by relevance

/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Ddisk.ml32 let unhex c = function
55 let v = (unhex s.[!i + 1] * 16) + unhex s.[!i + 2] in
/xen-4.10.0-shim-comet/xen/common/
A Dbitmap.c311 #define unhex(c) (isdigit(c) ? (c - '0') : (toupper(c) - 'A' + 10)) macro

Completed in 3 milliseconds