HomeSort by relevance Sort by last modified time
    Searched refs:strswab (Results 1 - 3 of 3) sorted by null

  /external/u-boot/include/linux/
string.h 98 extern char * strswab(const char *);
  /external/u-boot/lib/
string.c 434 * strswab - swap adjacent even and odd bytes in %NUL-terminated string
440 char *strswab(const char *s) function
  /external/u-boot/drivers/block/
ide.c 644 strswab(dev_desc->revision);
645 strswab(dev_desc->vendor);
646 strswab(dev_desc->product);

Completed in 900 milliseconds