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

  /bionic/libc/bionic/
swab.cpp 31 void swab(const void* void_src, void* void_dst, ssize_t byte_count) { function
  /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
  /system/core/toolbox/upstream-netbsd/bin/dd/
dd.h 99 uint64_t swab; /* # of odd-length swab blocks */ member in struct:__anon2971
  /system/core/logd/
LogBuffer.cpp 329 uint32_t swab = event->payload.data; local
330 unsigned long long total = htole32(swab);
333 swab = event->payload.data;
336 total += htole32(swab);
345 swab = total;
346 event->payload.data = htole32(swab);
    [all...]

Completed in 423 milliseconds