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

  /system/core/toolbox/upstream-netbsd/lib/libc/string/
swab.c 1 /* $NetBSD: swab.c,v 1.18 2011/01/04 17:14:07 martin Exp $ */
38 static char sccsid[] = "@(#)swab.c 8.1 (Berkeley) 6/4/93";
40 __RCSID("$NetBSD: swab.c,v 1.18 2011/01/04 17:14:07 martin Exp $");
48 swab(const void * __restrict from, void * __restrict to, ssize_t len) function
  /frameworks/wilhelm/tests/sandbox/
playbq.c 55 static void swab(const void *from, void *to, ssize_t n) function
114 swab(buffer, buffer, nbytes);
532 swab(buffer, buffer, nbytes);
playbq.cpp 55 static void swab(const void *from, void *to, ssize_t n) function
114 swab(buffer, buffer, nbytes);
532 swab(buffer, buffer, nbytes);
  /system/core/toolbox/upstream-netbsd/bin/dd/
dd.h 99 uint64_t swab; /* # of odd-length swab blocks */ member in struct:__anon84531

Completed in 136 milliseconds