Searched defs:TRUE (Results 1 - 11 of 11) sorted by relevance

/haiku/src/libs/mapm/
H A Dm_apm_lc.h296 #define TRUE 1 macro
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DSmartPtr.h28 CSmartPtr(TYPE * a_pObject, BOOL a_bArray = FALSE, BOOL a_bDelete = TRUE) argument
40 void Assign(TYPE * a_pObject, BOOL a_bArray = FALSE, BOOL a_bDelete = TRUE) argument
H A DAPELink.cpp81 CSmartPtr<str_utf16> spImageFileUTF16(GetUTF16FromUTF8((UCHAR *) cImageFile), TRUE); local
H A DAPESimple.cpp27 CSmartPtr<str_utf16> spInputFile(GetUTF16FromANSI(pInputFilename), TRUE); local
28 CSmartPtr<str_utf16> spOutputFile(GetUTF16FromANSI(pOutputFilename), TRUE); local
34 CSmartPtr<str_utf16> spInputFile(GetUTF16FromANSI(pInputFilename), TRUE); local
35 CSmartPtr<str_utf16> spOutputFile(GetUTF16FromANSI(pOutputFilename), TRUE); local
41 CSmartPtr<str_utf16> spInputFile(GetUTF16FromANSI(pInputFilename), TRUE); local
42 CSmartPtr<str_utf16> spOutputFile(GetUTF16FromANSI(pOutputFilename), TRUE); local
48 CSmartPtr<str_utf16> spInputFile(GetUTF16FromANSI(pInputFilename), TRUE); local
[all...]
H A DNoWindows.h9 #define TRUE 1 macro
H A DAPETag.cpp37 CSmartPtr<char> spFieldNameANSI(GetANSIFromUTF16(m_spFieldNameUTF16), TRUE); local
380 spUTF16.Assign(GetUTF16FromUTF8((str_utf8 *) pAPETagField->GetFieldValue()), TRUE); local
528 CSmartPtr<str_utf16> spNameUTF16(GetUTF16FromUTF8(spNameUTF8.GetPtr()), TRUE); local
725 CSmartPtr<str_ansi> spBufferANSI(GetANSIFromUTF16(cBuffer), TRUE); local
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dtypes.h106 TRUE = 1, enumerator in enum:__anon1545
H A Dconfig.h24 #define TRUE 1 macro
/haiku/headers/os/support/
H A DSupportDefs.h251 # define TRUE 1 macro
/haiku/src/bin/unzip/
H A Dunzpriv.h1136 # define TRUE 1 /* sort of obvious */ macro
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dactypes.h556 #undef TRUE macro
558 #define TRUE (1 == 1) macro

Completed in 96 milliseconds