Searched refs:hexval2 (Results 1 – 3 of 3) sorted by relevance
527 unsigned int hexval2(const char *p) in hexval2() function569 (hexval2(sp + 0) << 16) + in parse_argb()570 (hexval2(sp + dl) << 8) + hexval2(sp + dl * 2); in parse_argb()578 (hexval2(sp + 0) << 24) + in parse_argb()579 (hexval2(sp + dl) << 16) + in parse_argb()580 (hexval2(sp + dl * 2) << 8) + hexval2(sp + dl * 3); in parse_argb()
570 unsigned int hexval2(const char *p) in hexval2() function612 (hexval2(sp + 0) << 16) + in parse_argb()613 (hexval2(sp + dl) << 8) + hexval2(sp + dl * 2); in parse_argb()621 (hexval2(sp + 0) << 24) + in parse_argb()622 (hexval2(sp + dl) << 16) + in parse_argb()623 (hexval2(sp + dl * 2) << 8) + hexval2(sp + dl * 3); in parse_argb()
203 unsigned int hexval2(const char *p);