Searched refs:FALSE (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/kernel/uapi/linux/
H A Dagpgart.h41 #ifndef FALSE
42 #define FALSE 0 macro
/bionic/libc/tzcode/
H A Dlocaltime.c386 sp->goback = sp->goahead = FALSE;
493 ttisp->tt_ttisstd = FALSE;
497 ttisp->tt_ttisstd != FALSE)
506 ttisp->tt_ttisgmt = FALSE;
510 ttisp->tt_ttisgmt != FALSE)
535 result = tzparse(&up->buf[1], ts, FALSE);
632 result = FALSE;
974 load_result = tzload(TZDEFRULES, sp, FALSE);
1101 isdst = FALSE;
1145 sp->ttis[0].tt_isdst = FALSE;
[all...]
H A Dprivate.h319 #ifndef FALSE
320 #define FALSE 0 macro
321 #endif /* !defined FALSE */
/bionic/libc/upstream-dlmalloc/
H A Dmalloc.c1867 #define SPIN_LOCK_YIELD SleepEx(SLEEP_EX_DURATION, FALSE)
1998 SleepEx(0, FALSE);

Completed in 181 milliseconds