Searched defs:je16_to_cpu (Results 1 - 1 of 1) sorted by last modified time

/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 328 milliseconds