Home
last modified time | relevance | path

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

/linux-3.3/arch/um/drivers/
Dcow.h11 # define ntohll(x) (x) macro
14 # define ntohll(x) be64_to_cpu(x) macro
27 # define ntohll(x) (x) macro
30 # define ntohll(x) bswap_64(x) macro
/linux-3.3/include/scsi/
Dfc_frame.h35 #define ntohll(x) be64_to_cpu(x) macro