Searched refs:FALSE (Results 126 - 150 of 251) sorted by relevance

1234567891011

/barrelfish-master/usr/bench/bomp_benchmark/
H A Dep.c47 #define TIMERS_ENABLED FALSE
97 verified = FALSE;
/barrelfish-master/lib/tzcode/stdtime/
H A Dlocaltime.c391 sp->goback = sp->goahead = FALSE;
528 ttisp->tt_ttisstd = FALSE;
532 ttisp->tt_ttisstd != FALSE)
541 ttisp->tt_ttisgmt = FALSE;
545 ttisp->tt_ttisgmt != FALSE)
600 result = tzparse(&u->buf[1], ts, FALSE);
662 result = FALSE;
1026 load_result = tzload(TZDEFRULES, sp, FALSE);
1142 isdst = FALSE;
1186 sp->ttis[0].tt_isdst = FALSE;
[all...]
/barrelfish-master/include/vm/
H A Dvm_object.c815 * page should be flushed, and FALSE otherwise.
827 *clearobjflags = FALSE;
828 return (FALSE);
850 * Returns FALSE if some page from the range was not written, as
897 clearobjflags = FALSE;
908 res = FALSE;
909 clearobjflags = FALSE;
915 clearobjflags = FALSE;
932 clearobjflags = FALSE;
1051 fsync_after = FALSE;
[all...]
/barrelfish-master/lib/libc/rpc/
H A Drpc_soc.c95 int madefd = FALSE;
208 int madefd = FALSE;
346 return (FALSE);
/barrelfish-master/lib/acpica/source/os_specific/service_layers/
H A Dosefitbl.c181 UINT8 Gbl_TableListInitialized = FALSE;
347 BOOLEAN Found = FALSE;
561 return (FALSE);
/barrelfish-master/lib/acpica/source/tools/acpiexec/
H A Daeregion.c147 BOOLEAN AcpiGbl_DisplayRegionAccess = FALSE;
740 BufferExists = FALSE;
741 BufferResize = FALSE;
/barrelfish-master/lib/acpica/source/tools/acpisrc/
H A Dasfile.c323 return (FALSE);
358 return (FALSE);
671 Gbl_MadeChanges = FALSE;
/barrelfish-master/lib/acpica/source/compiler/
H A Daslopt.c266 * IsDeclaration - TRUE for declaration, FALSE for reference
297 BOOLEAN SubPath = FALSE;
739 Status = AcpiNsHandleToPathname (TargetNode, &TargetPath, FALSE);
752 Status = AcpiNsHandleToPathname (CurrentNode, &CurrentPath, FALSE);
H A Ddtio.c335 BOOLEAN IsNullString = FALSE;
485 BOOLEAN LineNotAllBlanks = FALSE;
591 LineNotAllBlanks = FALSE;
H A Dprscan.c270 Gbl_PreprocessorError = FALSE;
275 Gbl_IgnoringThisCodeBlock = FALSE;
441 * FALSE, ignore the line and do not write it to the output file.
792 PrAddDefine (Token, Token2, FALSE);
1172 Argument, Gbl_IgnoringThisCodeBlock ? "TRUE" : "FALSE");
1224 Info->Argument, Gbl_IgnoringThisCodeBlock ? "TRUE" : "FALSE");
H A Dasllookup.c163 ACPI_UINT32_MAX, FALSE, LkIsObjectUsed, NULL,
H A Dprutils.c522 return (FALSE);
/barrelfish-master/lib/acpica/source/components/debugger/
H A Ddbexec.c276 AcpiGbl_CmSingleStep = FALSE;
277 AcpiGbl_MethodExecuting = FALSE;
459 AcpiGbl_MethodExecuting = FALSE;
H A Ddbmethod.c475 AcpiGbl_DmOpt_Verbose = FALSE;
/barrelfish-master/lib/acpica/source/components/tables/
H A Dtbutils.c467 ACPI_TABLE_ORIGIN_INTERNAL_PHYSICAL, FALSE, TRUE, &TableIndex);
/barrelfish-master/lib/acpica/source/include/
H A Dacparser.h185 #define ACPI_NOT_METHOD_CALL FALSE
/barrelfish-master/lib/pcre/
H A Dpcre_xclass.c63 Returns: TRUE if character matches, else FALSE
257 return FALSE;
/barrelfish-master/lib/tzcode/zic/
H A Dzdump.c47 #ifndef FALSE
48 #define FALSE 0 macro
49 #endif /* !defined FALSE */
342 show(argv[i], now, FALSE);
345 warned = FALSE;
/barrelfish-master/include/nfs/
H A Dxdr.h58 #define FALSE false macro
219 * return (FALSE);
/barrelfish-master/lib/acpica/source/components/executer/
H A Dexnames.c364 BOOLEAN HasPrefix = FALSE;
/barrelfish-master/lib/acpica/source/components/hardware/
H A Dhwpci.c494 *IsBridge = FALSE;
H A Dhwsleep.c182 AcpiGbl_SystemAwakeAndRunning = FALSE;
H A Dhwxfsleep.c303 AcpiGbl_SystemAwakeAndRunning = FALSE;
/barrelfish-master/lib/acpica/source/components/parser/
H A Dpsparse.c434 WalkState->ControlState->Common.Value = FALSE;
476 /* In the case of a BREAK, just force a predicate (if any) to FALSE */
478 WalkState->ControlState->Common.Value = FALSE;
/barrelfish-master/lib/acpica/source/tools/acpibin/
H A Dabcompare.c169 return (FALSE);
436 BOOLEAN HeaderMismatch = FALSE;

Completed in 167 milliseconds

1234567891011