Searched refs:TRUE (Results 176 - 200 of 220) sorted by relevance

123456789

/haiku/src/bin/unzip/
H A Dfileio.c957 G.didCRlast = TRUE;
1309 ((Uz_Globs *)pG)->sol = TRUE;
1324 islinefeed = TRUE;
1338 islinefeed = TRUE;
1352 ((Uz_Globs *)pG)->sol = TRUE;
1486 ((Uz_Globs *)pG)->sol = TRUE;
2090 pause = TRUE;
H A Dlist.c213 do_this_file = TRUE;
476 static int fn_is_dir(__G) /* returns TRUE if G.filename is directory */
566 do_this_file = TRUE;
H A Dttyio.c354 static int firsttime = TRUE;
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Drunlist.c159 * Return: TRUE Success, the runlists can be merged.
172 return TRUE;
179 return TRUE;
182 return TRUE;
1689 is_end = TRUE;
2010 c = TRUE;
2018 m = TRUE;
H A Dattrib.c553 ntfs_attr_init(na, TRUE, a->flags,
694 newrunlist = TRUE;
708 done = TRUE;
712 startseen = TRUE;
715 done = TRUE;
894 is_retry = TRUE;
972 is_retry = TRUE;
2430 BOOL ok = TRUE;
2780 * If @ctx->is_first is TRUE, the search begins with @ctx->attr itself. If it
2854 * attribute following that, if @ctx->is_first is TRUE
[all...]
H A Dwin32_io.c388 return TRUE;
848 TRUE))) {
929 fd->ntdll = TRUE;
1057 * Returns: TRUE if found, and sets the output parameters.
1109 return TRUE;
1327 * @write: TRUE if write transfer and FALSE if read transfer
1579 BOOL to_clear = TRUE;
H A Dmft.c811 update_mp = TRUE;
815 mp_rebuilt = TRUE;
1159 update_mp = TRUE;
1163 mp_rebuilt = TRUE;
1468 forced_mft_data = TRUE;
H A Dindex.c62 * attribute, set ib_dirty to TRUE, thus index block will be updated during
70 ictx->ib_dirty = TRUE;
827 icx->is_in_root = TRUE;
880 icx->bad_index = TRUE; /* Force icx->* to be freed */
2093 ictx->is_in_root = TRUE;
H A Dea.c259 ok = TRUE;
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c287 done = TRUE;
338 done = TRUE;
501 return TRUE;
867 * If @ctx->is_first is TRUE, the search begins with @ctx->attr itself. If it
922 * attribute following that, if @ctx->is_first is TRUE.
1667 nonres = TRUE;
3240 result = TRUE;
3261 BOOL winboot = TRUE;
3539 return TRUE;
3827 return TRUE;
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devxface.c1046 Handler->OriginallyEnabled = TRUE;
1155 TRUE, Address, Context);
H A Devgpe.c1012 GpeEventInfo->DisableForDispatch = TRUE;
H A Devregion.c434 ContextLocked = TRUE;
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCDaffyDuck.cpp398 m_fWrapped = TRUE;
H A DCEchoGals_transport.cpp919 BOOL fAllReady = TRUE;
/haiku/src/apps/clock/
H A Dcl_view.cpp169 InitObject(rect, mRadius, hRadius, offset, 1, TRUE);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/resources/
H A Drscalc.c947 NameFound = TRUE;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsobject.c259 ObjDesc->Reference.Resolved = TRUE;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsxfname.c318 NameType == ACPI_FULL_PATHNAME ? FALSE : TRUE);
H A Dnsdump.c876 Pathname = AcpiNsGetNormalizedPathname (Node, TRUE);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/parser/
H A Dpsloop.c412 Status = AcpiDsGetPredicateValue (WalkState, ACPI_TO_POINTER (TRUE));
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dactypes.h555 #ifdef TRUE
556 #undef TRUE macro
558 #define TRUE (1 == 1) macro
883 * Note that a set bit (1) indicates the property is TRUE
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Decho.cpp180 open_params.bIsCyclic = TRUE;
182 open_params.Pipe.bIsInput = stream->use == ECHO_USE_RECORD ? TRUE : FALSE;
271 i * stream->blksize, stream->blksize, 0, TRUE, dwNumFreeEntries);
/haiku/src/add-ons/translators/jpeg/
H A DJPEGTranslator.cpp995 cinfo.optimize_coding = TRUE;
1001 jpeg_start_compress(&cinfo, TRUE);
1064 jpeg_read_header(&cinfo, TRUE);
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeon.cpp270 return TRUE;
291 return TRUE;

Completed in 220 milliseconds

123456789