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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dnodelist.h44 #define je32_to_cpu(x) ((x).v32) macro
55 #define je32_to_cpu(x) (be32_to_cpu(x.v32)) macro
66 #define je32_to_cpu(x) (le32_to_cpu(x.v32)) macro

Completed in 106 milliseconds