Searched refs:hexvalues (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/iceauth/dist/
H A Dprocess.c219 static unsigned int hexvalues[256]; /* for parsing hex input */ variable in typeref:typename:unsigned int[256]
540 bzero ((char *) hexvalues, sizeof hexvalues);
541 hexvalues['0'] = 0;
542 hexvalues['1'] = 1;
543 hexvalues['2'] = 2;
544 hexvalues['3'] = 3;
545 hexvalues['4'] = 4;
546 hexvalues['5'] = 5;
547 hexvalues['
[all...]
/xsrc/external/mit/xauth/dist/
H A Dprocess.c205 static unsigned int hexvalues[256]; /* for parsing hex input */ variable in typeref:typename:unsigned int[256]
378 us = (us * 16) + hexvalues[c]; /* since msb */
401 *cp = (char) ((hexvalues[c1] * 16) + hexvalues[c2]);
730 bzero ((char *) hexvalues, sizeof hexvalues);
731 hexvalues['0'] = 0;
732 hexvalues['1'] = 1;
733 hexvalues['2'] = 2;
734 hexvalues['
[all...]

Completed in 5 milliseconds