/bionic/libc/kernel/common/linux/ |
jiffies.h | 64 #define time_after(a,b) (typecheck(unsigned long, a) && typecheck(unsigned long, b) && ((long)(b) - (long)(a) < 0)) macro 65 #define time_before(a,b) time_after(b,a)
|
/development/ndk/platforms/android-3/include/linux/ |
jiffies.h | 64 #define time_after(a,b) (typecheck(unsigned long, a) && typecheck(unsigned long, b) && ((long)(b) - (long)(a) < 0)) macro 65 #define time_before(a,b) time_after(b,a)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
jiffies.h | 64 #define time_after(a,b) (typecheck(unsigned long, a) && typecheck(unsigned long, b) && ((long)(b) - (long)(a) < 0)) macro 65 #define time_before(a,b) time_after(b,a)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
jiffies.h | 64 #define time_after(a,b) (typecheck(unsigned long, a) && typecheck(unsigned long, b) && ((long)(b) - (long)(a) < 0)) macro 65 #define time_before(a,b) time_after(b,a)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/ |
jiffies.h | 64 #define time_after(a,b) (typecheck(unsigned long, a) && typecheck(unsigned long, b) && ((long)(b) - (long)(a) < 0)) macro 65 #define time_before(a,b) time_after(b,a)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
jiffies.h | 64 #define time_after(a,b) (typecheck(unsigned long, a) && typecheck(unsigned long, b) && ((long)(b) - (long)(a) < 0)) macro 65 #define time_before(a,b) time_after(b,a)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
jiffies.h | 64 #define time_after(a,b) (typecheck(unsigned long, a) && typecheck(unsigned long, b) && ((long)(b) - (long)(a) < 0)) macro 65 #define time_before(a,b) time_after(b,a)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
jiffies.h | 64 #define time_after(a,b) (typecheck(unsigned long, a) && typecheck(unsigned long, b) && ((long)(b) - (long)(a) < 0)) macro 65 #define time_before(a,b) time_after(b,a)
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/ |
jiffies.h | 64 #define time_after(a,b) (typecheck(unsigned long, a) && typecheck(unsigned long, b) && ((long)(b) - (long)(a) < 0)) macro 65 #define time_before(a,b) time_after(b,a)
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/ |
jiffies.h | 64 #define time_after(a,b) (typecheck(unsigned long, a) && typecheck(unsigned long, b) && ((long)(b) - (long)(a) < 0)) macro 65 #define time_before(a,b) time_after(b,a)
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/ |
jiffies.h | 64 #define time_after(a,b) (typecheck(unsigned long, a) && typecheck(unsigned long, b) && ((long)(b) - (long)(a) < 0)) macro 65 #define time_before(a,b) time_after(b,a)
|
/external/iproute2/misc/ |
lnstat_util.c | 66 static int time_after(struct timeval *last, function 90 if (time_after(&lf->last_read, &lf->interval, &tv)) {
|
/external/kernel-headers/original/linux/ |
jiffies.h | 100 * time_after(a,b) returns true if the time a is after time b. 106 #define time_after(a,b) \ macro 110 #define time_before(a,b) time_after(b,a)
|
/external/wpa_supplicant/ |
mlme.c | 903 if (time_after(jiffies, 920 if (time_after(jiffies, wpa_s->mlme.last_probe + [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
mlme.c | 602 if (time_after(jiffies, 619 if (time_after(jiffies, wpa_s->mlme.last_probe + [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
mlme.c | 589 if (time_after(jiffies, 606 if (time_after(jiffies, wpa_s->mlme.last_probe + [all...] |