HomeSort by relevance Sort by last modified time
    Searched full:xtob (Results 1 - 1 of 1) sorted by null

  /bionic/libc/upstream-netbsd/lib/libc/inet/
nsap_addr.c 53 xtob(int c) { function
77 nib = xtob(c);
82 *binary++ = (nib << 4) | xtob(c);

Completed in 60 milliseconds