Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dopencl-lang.c379 #define HEXCHAR_TO_INT(C) ((C >= '0' && C <= '9') ? \ in opencl_component_ref() macro
390 indices[i] = HEXCHAR_TO_INT(comps[i+1]); in opencl_component_ref()