Home
last modified time | relevance | path

Searched refs:swap64 (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.bin/nm/
H A Delf.c62 #define swap_addr swap64
63 #define swap_off swap64
65 #define swap_sword swap64
66 #define swap_word swap64
71 #define swap_sxword swap64
72 #define swap_xword swap64
73 #define swap_half swap64
/openbsd/sbin/restore/
H A Dtape.c1307 s->c_size = swap64(s->c_size); in swap_header()
1314 s->c_birthtime = swap64(s->c_birthtime); in swap_header()
1315 s->c_atime = swap64(s->c_atime); in swap_header()
1316 s->c_mtime = swap64(s->c_mtime); in swap_header()
1326 s->c_date = swap64(s->c_date); in swap_header()
1327 s->c_ddate = swap64(s->c_ddate); in swap_header()
1328 s->c_tapea = swap64(s->c_tapea); in swap_header()
1329 s->c_firstrec = swap64(s->c_firstrec); in swap_header()
/openbsd/sys/crypto/
H A Dsha2.c480 context->bitcount[0] = swap64(context->bitcount[0]); in SHA256Final()
760 context->bitcount[0] = swap64(context->bitcount[0]); in SHA512Last()
761 context->bitcount[1] = swap64(context->bitcount[1]); in SHA512Last()
809 context->state.st64[j] = swap64(context->state.st64[j]); in SHA512Final()
848 context->state.st64[j] = swap64(context->state.st64[j]); in SHA384Final()
/openbsd/sys/sys/
H A Dendian.h72 #define swap64(x) __swap64(x) macro
/openbsd/sys/dev/pci/
H A Dif_nxe.c1679 lladdr = swap64(nu->nu_lladdr[sc->sc_function][0]); in nxe_user_info()