Searched refs:HEXCHAR_TO_INT (Results 1 – 1 of 1) sorted by relevance
379 #define HEXCHAR_TO_INT(C) ((C >= '0' && C <= '9') ? \ in opencl_component_ref() macro390 indices[i] = HEXCHAR_TO_INT(comps[i+1]); in opencl_component_ref()