Home
last modified time | relevance | path

Searched defs:ftohl64 (Results 1 – 1 of 1) sorted by relevance

/dports/security/ophcrack/ophcrack-3.8.0/src/core/
H A Dmisc.h58 # define ftohl64(x) __bswap64 (x) /**< File (f) to host (h) int64. */ macro
62 # define ftohl64(x) (x) /**< File (f) to host (h) int64. */ macro