Searched refs:swapbytes (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/usr.bin/systat/
H A Dproc.c76 uint64_t swapbytes; local
84 swapbytes = ptoa(pu[idx]->pages);
90 sysputuint64(wnd, y, offset, 4, swapbytes, 0);
97 rate = pu[idx]->total > 1 ? 100 * swapbytes / pu[idx]->total : 0;
/freebsd-current/contrib/elftoolchain/libelf/
H A Delf_scn.c64 int ec, swapbytes; local
103 swapbytes = e->e_byteorder != LIBELF_PRIVATE(byteorder);
125 src, (size_t) 1, swapbytes);
/freebsd-current/bin/dd/
H A Ddd.c364 swapbytes(void *v, size_t len) function
482 swapbytes(in.dbp, (size_t)n);

Completed in 71 milliseconds