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

  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
nsap_addr.c 28 xtob( function
53 nib = xtob(c);
58 *binary++ = (nib << 4) | xtob(c);
  /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 120 milliseconds