Searched defs:swab (Results 1 - 3 of 3) sorted by relevance

/system/core/toolbox/upstream-netbsd/lib/libc/string/
H A Dswab.c1 /* $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/
H A Ddd.h99 uint64_t swab; /* # of odd-length swab blocks */ member in struct:__anon1714
/system/core/logd/
H A DLogBuffer.cpp321 uint32_t swab = event->payload.data; local
322 unsigned long long total = htole32(swab);
325 swab = event->payload.data;
328 total += htole32(swab);
337 swab = total;
338 event->payload.data = htole32(swab);

Completed in 86 milliseconds