Home
last modified time | relevance | path

Searched refs:FALSE (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/tzcode/
Dprivate.h258 #ifndef FALSE
259 #define FALSE 0 macro
Dlocaltime.c589 ttisp->tt_ttisstd = FALSE;
593 ttisp->tt_ttisstd != FALSE)
602 ttisp->tt_ttisgmt = FALSE;
606 ttisp->tt_ttisgmt != FALSE)
658 result = tzparse(&u.buf[1], &ts, FALSE);
1046 load_result = tzload(TZDEFRULES, sp, FALSE);
1162 isdst = FALSE;
1206 sp->ttis[0].tt_isdst = FALSE;
1310 if (name[0] == ':' || tzparse(name, lclptr, FALSE) != 0) in tzset_locked()
1818 *okayp = FALSE;
[all …]
/bionic/libc/upstream-dlmalloc/
Dmalloc.c1867 #define SPIN_LOCK_YIELD SleepEx(SLEEP_EX_DURATION, FALSE)
1998 SleepEx(0, FALSE); in init_malloc_global_mutex()