HomeSort by relevance Sort by last modified time
    Searched defs:swab (Results 1 - 4 of 4) sorted by null

  /bionic/libc/arch-x86/string/
swab.S 1 /* $OpenBSD: swab.S,v 1.3 2005/08/07 11:30:38 espie Exp $ */
15 ENTRY(swab) function
68 END(swab)
  /system/core/toolbox/
dd.h 65 uint64_t swab; /* # of odd-length swab blocks */ member in struct:__anon62797
  /frameworks/wilhelm/tests/sandbox/
playbq.c 53 static void swab(const void *from, void *to, ssize_t n) function
99 swab(buffer, buffer, nbytes);
441 swab(buffer, buffer, nbytes);
playbq.cpp 53 static void swab(const void *from, void *to, ssize_t n) function
99 swab(buffer, buffer, nbytes);
441 swab(buffer, buffer, nbytes);

Completed in 8865 milliseconds