Home
last modified time | relevance | path

Searched refs:const_cpu_to_sle16 (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlogfile.c93 if (((rp->major_ver != const_cpu_to_sle16(1)) in ntfs_check_restart_page_header()
94 || (rp->minor_ver != const_cpu_to_sle16(1))) in ntfs_check_restart_page_header()
95 && ((rp->major_ver != const_cpu_to_sle16(2)) in ntfs_check_restart_page_header()
96 || (rp->minor_ver != const_cpu_to_sle16(0)))) { in ntfs_check_restart_page_header()
H A Dendians.h285 #define const_cpu_to_sle16(x) ((sle16) __constant_cpu_to_le16((u16) x)) macro