Home
last modified time | relevance | path

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

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