HomeSort by: relevance | last modified time | path
    Searched defs:hex2nibble (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sandpoint/stand/altboot/
main.c 629 static int hex2nibble(char c) function in typeref:typename:int
649 while ((n = hex2nibble(*s++)) >= 0)
736 c |= hex2nibble(buf[i]);
796 c |= hex2nibble(buf[i]);
main.c 629 static int hex2nibble(char c) function in typeref:typename:int
649 while ((n = hex2nibble(*s++)) >= 0)
736 c |= hex2nibble(buf[i]);
796 c |= hex2nibble(buf[i]);

Completed in 98 milliseconds