Searched refs:atox (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xdm/dist/xdm/
H A Dxdmauth.c187 # define atox(c) ('0' <= c && c <= '9' ? c - '0' : \ macro
201 top = atox(in[0]);
204 bottom = atox(in[1]);
/xsrc/external/mit/xorg-server.old/dist/os/
H A Dxdmauth.c112 #define atox(c) ('0' <= c && c <= '9' ? c - '0' : \ macro
123 top = atox(in[0]);
126 bottom = atox(in[1]);
/xsrc/external/mit/xorg-server/dist/os/
H A Dxdmauth.c113 #define atox(c) ('0' <= c && c <= '9' ? c - '0' : \ macro
123 top = atox(in[0]);
126 bottom = atox(in[1]);
/xsrc/external/mit/x11perf/dist/
H A Dx11perf.c1486 atox (char *s) function in typeref:typename:long
1518 intsp[i] = atox(words[i] + 2) ^ flip;

Completed in 5 milliseconds