Searched refs:hexval2 (Results 1 - 3 of 3) sorted by relevance

/external/syslinux/com32/include/
H A Dmenu.h203 unsigned int hexval2(const char *p);
/external/syslinux/com32/menu/
H A Dreadconfig.c527 unsigned int hexval2(const char *p) function
569 (hexval2(sp + 0) << 16) +
570 (hexval2(sp + dl) << 8) + hexval2(sp + dl * 2);
578 (hexval2(sp + 0) << 24) +
579 (hexval2(sp + dl) << 16) +
580 (hexval2(sp + dl * 2) << 8) + hexval2(sp + dl * 3);
/external/syslinux/com32/elflink/ldlinux/
H A Dreadconfig.c570 unsigned int hexval2(const char *p) function
612 (hexval2(sp + 0) << 16) +
613 (hexval2(sp + dl) << 8) + hexval2(sp + dl * 2);
621 (hexval2(sp + 0) << 24) +
622 (hexval2(sp + dl) << 16) +
623 (hexval2(sp + dl * 2) << 8) + hexval2(sp + dl * 3);

Completed in 181 milliseconds