Searched refs:ARG (Results 1 – 2 of 2) sorted by relevance
110 #define hfs_h_to_mtime(ARG) htonl((hfs_s32)ntohl(ARG)+3029529600U) argument111 #define hfs_m_to_htime(ARG) ((hfs_s32)htonl(ntohl(ARG)-3029529600U)) argument112 #define hfs_h_to_utime(ARG) ((hfs_s32)hfs_to_utc(ntohl(ARG)+946684800U)) argument113 #define hfs_u_to_htime(ARG) ((hfs_s32)htonl(hfs_from_utc(ARG)-946684800U)) argument114 #define hfs_u_to_mtime(ARG) htonl(hfs_from_utc(ARG)+2082844800U) argument115 #define hfs_m_to_utime(ARG) (hfs_to_utc(ntohl(ARG)-2082844800U)) argument
106 #define HTB_DBG(S,L,FMT,ARG...) if (HTB_DBG_COND(S,L)) \ argument107 printk(KERN_DEBUG FMT,##ARG)123 #define HTB_DBG(S,L,FMT,ARG...) argument