Subversion Repositories Kolibri OS

Rev

Rev 3482 | Rev 4103 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3482 Rev 4065
Line 128... Line 128...
128
	(typecheck(__u64, a) && \
128
	(typecheck(__u64, a) && \
129
	 typecheck(__u64, b) && \
129
	 typecheck(__u64, b) && \
130
	 ((__s64)(a) - (__s64)(b) >= 0))
130
	 ((__s64)(a) - (__s64)(b) >= 0))
131
#define time_before_eq64(a,b)	time_after_eq64(b,a)
131
#define time_before_eq64(a,b)	time_after_eq64(b,a)
Line -... Line 132...
-
 
132
 
-
 
133
#define time_in_range64(a, b, c) \
-
 
134
	(time_after_eq64(a, b) && \
-
 
135
	 time_before_eq64(a, c))
132
 
136
 
133
/*
137
/*
134
 * These four macros compare jiffies and 'a' for convenience.
138
 * These four macros compare jiffies and 'a' for convenience.
Line 135... Line 139...
135
 */
139
 */