Home
last modified time | relevance | path

Searched defs:ARG (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/
Dhfs_fs.h110 #define hfs_h_to_mtime(ARG) htonl((hfs_s32)ntohl(ARG)+3029529600U) argument
111 #define hfs_m_to_htime(ARG) ((hfs_s32)htonl(ntohl(ARG)-3029529600U)) argument
112 #define hfs_h_to_utime(ARG) ((hfs_s32)hfs_to_utc(ntohl(ARG)+946684800U)) argument
113 #define hfs_u_to_htime(ARG) ((hfs_s32)htonl(hfs_from_utc(ARG)-946684800U)) argument
114 #define hfs_u_to_mtime(ARG) htonl(hfs_from_utc(ARG)+2082844800U) argument
115 #define hfs_m_to_utime(ARG) (hfs_to_utc(ntohl(ARG)-2082844800U)) argument
/linux-2.4.37.9/net/sched/
Dsch_htb.c106 #define HTB_DBG(S,L,FMT,ARG...) if (HTB_DBG_COND(S,L)) \ argument
123 #define HTB_DBG(S,L,FMT,ARG...) argument