Searched defs:je16_to_cpu (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/jffs2/
H A Dnodelist.h43 #define je16_to_cpu(x) ((x).v16) macro
54 #define je16_to_cpu(x) (be16_to_cpu(x.v16)) macro
65 #define je16_to_cpu(x) (le16_to_cpu(x.v16)) macro

Completed in 200 milliseconds