Searched refs:TRUE (Results 51 - 75 of 220) sorted by relevance

123456789

/haiku/src/libs/mapm/
H A Dmapmpwr2.c96 while (TRUE)
H A Dmapm_mul.c140 while (TRUE)
147 while (TRUE)
H A Dmapm_rcp.c150 while (TRUE)
177 bflag = TRUE;
H A Dmapmcbrt.c106 while (TRUE)
130 bflag = TRUE;
H A Dmapmgues.c185 while (TRUE)
197 while (TRUE)
H A Dmapm_fpf.c119 no_sep_flg = TRUE;
167 while (TRUE)
202 no_sep_flg = TRUE;
217 while (TRUE) /* write out the first 1,2 */
225 while (TRUE) /* write rest of the string */
351 while (TRUE)
H A Dmapm_set.c140 while (TRUE)
197 while (TRUE)
268 zflag = TRUE;
370 first = TRUE;
375 while (TRUE)
H A Dmapm_gcd.c102 while (TRUE)
189 while (TRUE)
268 while (TRUE)
H A Dmapm_rnd.c91 static int M_firsttime2 = TRUE;
166 M_firsttime2 = TRUE;
227 while (TRUE)
H A Dm_apm_lc.h295 #ifndef TRUE
296 #define TRUE 1 macro
H A Dmapmrsin.c86 while (TRUE)
152 while (TRUE)
/haiku/src/tests/kits/interface/bshelf/
H A DShelfTest.cpp35 BEntry *archive_file(bool create = TRUE);
74 frame_set = TRUE;
79 frame_set = TRUE;
191 return TRUE;
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DAPECompress.cpp34 m_bOwnsOutputIO = TRUE;
97 m_bBufferLocked = TRUE;
137 RETURN_ON_ERROR(ProcessBuffer(TRUE))
238 int nRetVal = UnlockBuffer(nBytesRead, TRUE);
H A DAPECompress.h25 int UnlockBuffer(int nBytesAdded, BOOL bProcess = TRUE);
H A DAPEHeader.cpp46 bHasTagFooter = TRUE;
128 pInfo->nJunkHeaderBytes = FindDescriptor(TRUE);
200 pInfo->spSeekByteTable.Assign(new uint32 [pInfo->nSeekTableElements], TRUE);
208 pInfo->spWaveHeaderData.Assign(new unsigned char [pInfo->nWAVHeaderBytes], TRUE);
265 pInfo->spWaveHeaderData.Assign(new unsigned char [APEHeader.nHeaderBytes], TRUE);
271 pInfo->spSeekByteTable.Assign(new uint32 [pInfo->nSeekTableElements], TRUE);
278 pInfo->spSeekBitTable.Assign(new unsigned char [pInfo->nSeekTableElements], TRUE);
H A DAPEInfo.cpp30 if (GetFileInformation(TRUE) != 0)
42 BOOL bAnalyzeNow = TRUE;
63 if (GetFileInformation(TRUE) != 0)
72 m_spAPETag.Assign(new CAPETag(m_spIO, TRUE));
123 m_bHasFileInformationLoaded = TRUE;
H A DAPEDecompress.cpp59 m_bDecompressorInitialized = TRUE;
154 CSmartPtr<char> spTempBuffer(new char [nBytesToSkip], TRUE);
311 m_bErrorDecodingCurrentFrame = TRUE;
359 m_bErrorDecodingCurrentFrame = TRUE;
377 BOOL bHandled = TRUE;
441 bHandled = TRUE;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexnames.c438 HasPrefix = TRUE;
455 HasPrefix = TRUE;
484 HasPrefix = TRUE;
514 HasPrefix = TRUE;
/haiku/src/bin/unzip/
H A Dapi.c222 return TRUE;
300 G.process_all_files = TRUE;
346 G.extract_flag = TRUE;
391 return TRUE;
442 Returns: TRUE if a match is found
510 compare = TRUE;
520 if (compare == TRUE) {
521 retcode = TRUE;
553 G.fValidate = TRUE;
556 Wiz_NoPrinting(TRUE);
[all...]
H A Dunzip.c828 uO.zipinfo_mode = TRUE;
909 G.process_all_files = TRUE; /* for speed */
958 G.process_all_files = TRUE;
966 in_xfiles = TRUE;
978 in_files = TRUE;
982 G.process_all_files = TRUE; /* for speed */
1131 uO.B_flag = TRUE;
1141 uO.cflag = TRUE;
1156 uO.C_flag = TRUE;
1206 uO.E_flag = TRUE;
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlogfile.c51 * Check the restart page header @rp for consistency and return TRUE if it is
61 BOOL have_usa = TRUE;
153 return TRUE;
161 * TRUE if it is consistent and FALSE otherwise.
267 return TRUE;
275 * return TRUE if it is consistent and FALSE otherwise.
315 in_free_list = TRUE;
317 for (idx_is_first = TRUE; idx != LOGFILE_NO_CLIENT_CPU; nr_clients--,
341 return TRUE;
480 * Check the $LogFile journal for consistency and return TRUE i
[all...]
/haiku/src/kits/locale/
H A DTextEncoding.cpp88 &base, input + inputLength, NULL, NULL, NULL, NULL, FALSE, TRUE,
128 &base, input + inputLength, NULL, NULL, NULL, NULL, FALSE, TRUE,
157 NULL, NULL, NULL, NULL, NULL, NULL, FALSE, TRUE,
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutmisc.c167 * RETURN: TRUE if the Id is a match for a PCI/PCI-Express Root Bridge
188 return (TRUE);
202 * RETURN: TRUE if table contains executable AML; FALSE otherwise
223 return (TRUE);
537 Status = AcpiNsHandleToPathname (ObjHandle, &Buffer, TRUE);
/haiku/src/add-ons/translators/jpeg/
H A Dbe_jdatasrc.cpp80 src->start_of_file = TRUE;
89 * reset the pointer & count to the start of the buffer, and return TRUE
139 return TRUE;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnswalk.c462 NodePreviouslyVisited = TRUE;
486 NodePreviouslyVisited = TRUE;

Completed in 104 milliseconds

123456789