/haiku/docs/user/support/ |
H A D | SupportDefs.dox | 322 \brief printf() constant for i8 as decimal 328 \brief printf() constant for i8 as decimal 334 \brief printf() constant for i16 as decimal 340 \brief printf() constant for i16 as decimal 346 \brief printf() constant for i32 as decimal 352 \brief printf() constant for i32 as decimal 358 \brief printf() constant for i64 as decimal 364 \brief printf() constant for i64 as decimal 370 \brief printf() constant for u8 as decimal 376 \brief printf() constant for u8 as octal [all …]
|
H A D | Flattenable.dox | 51 constant, such as 'STRI'. Implement TypeCode() to return the type you 133 custom four-byte integer constant if not. 175 \param code The type_code constant you want to check for.
|
H A D | Locker.dox | 109 \c B_OS_NAME_LENGTH constant, which includes the \c \\0 145 \c B_OS_NAME_LENGTH constant, which includes the \c \\0
|
/haiku/src/kits/debugger/dwarf/ |
H A D | AttributeValue.h | 22 uint64 constant; member 70 this->constant = value; in SetToConstant() 155 uint64 constant; member 168 this->constant = 0; in DynamicAttributeValue() 176 void SetTo(uint64 constant) in SetTo() 178 this->constant = constant; in SetTo() 199 uint64 constant; member 219 void SetTo(uint64 constant) in SetTo() 221 this->constant = constant; in SetTo() 242 uint64 constant; member [all …]
|
H A D | DebugInfoEntry.cpp | 164 location->SetFile(value.constant); in AddAttribute_decl_file() 177 location->SetLine(value.constant); in AddAttribute_decl_line() 190 location->SetColumn(value.constant); in AddAttribute_decl_column() 368 toSet.SetTo(value.constant); in SetDynamicAttributeValue() 388 toSet.SetTo(value.constant); in SetConstantAttributeValue() 408 toSet.SetToConstant(value.constant); in SetMemberLocation()
|
H A D | DebugInfoEntries.cpp | 165 fLanguage = value.constant; in AddAttribute_language() 174 fIdentifierCase = value.constant; in AddAttribute_identifier_case() 305 fAddressClass = value.constant; in AddAttribute_address_class() 356 fAccessibility = value.constant; in AddAttribute_accessibility() 643 fAccessibility = value.constant; in AddAttribute_accessibility() 754 fOrdering = value.constant; in AddAttribute_ordering() 1259 fAddressClass = value.constant; in AddAttribute_address_class() 1466 fAddressClass = value.constant; in AddAttribute_address_class() 1660 fEncoding = value.constant; in AddAttribute_encoding() 1701 fEndianity = value.constant; in AddAttribute_endianity() [all …]
|
H A D | AttributeValue.cpp | 25 snprintf(buffer, size, "%#" B_PRIx64, constant); in ToString()
|
H A D | TagNames.cpp | 54 ENTRY(constant),
|
/haiku/src/bin/ |
H A D | findpaths.cpp | 28 path_base_directory constant; member 32 #define DEFINE_CONSTANT(constant, description) \ argument 33 { #constant, constant, description } 240 baseDirectory = entry.constant; in main()
|
/haiku/src/tests/kits/interface/ |
H A D | GraphicsDefsTest.cpp | 91 #define TEST(type, constant) compare(_##constant, constant) in test() argument
|
/haiku/headers/os/package/hpkg/ |
H A D | HPKGDefs.h | 89 #define B_DEFINE_HPKG_ATTRIBUTE(id, type, name, constant) \ argument 90 B_HPKG_ATTRIBUTE_ID_##constant = id,
|
/haiku/src/kits/package/hpkg/ |
H A D | PackageContentHandler.cpp | 19 #define B_DEFINE_HPKG_ATTRIBUTE(id, type, name, constant) \ argument
|
/haiku/src/system/ldscripts/m68k/ |
H A D | boot_loader_next_m68k.ld | 17 * The NetBSD loader uses this, not sure if it's a ROM constant or not.
|
/haiku/docs/user/app/ |
H A D | MessageFilter.dox | 177 constant, the #message_source and the type of message_delivery, 247 \brief Construct a new object that filters on a message constant. 362 \brief Return the accepted message constant. 365 the message constant.
|
H A D | Handler.dox | 40 but with the what constant set to \c B_OBSERVER_NOTICE_CHANGE. The original 41 \c what constant of the transmitted data message is stored behind the 42 label defined by this constant. 110 states. Each state is represented by a four byte constant - just like the 123 constant that is associated with the state itself is not transmitted. If 245 this involves parsing the BMessage::what constant and then perform an 724 message will be \c B_OBSERVER_NOTICE_CHANGE, and the \c what constant you
|
H A D | Key.dox | 32 \brief Descriptive constant for the purpose of the key 42 This constant does not represent a key purpose by itself, but rather is 112 \brief Descriptive constant for the type of a key. 122 This constant does not represent a key type by itself, but rather is 134 This constant describes the type of key that does not have any particular
|
H A D | MessageQueue.dox | 132 has a specific \a what constant. 138 \a index with that \a what constant, or if the \a index is out of
|
/haiku/docs/user/interface/ |
H A D | Input.dox | 319 - \c be:opcode An \c input_device_notifcation constant that identifies 322 - \c be:device_type An \c input_device_type constant representing the
|
H A D | ScrollView.dox | 306 the left top corner constant. 340 \param border The border style constant to use, one of the following: 353 \return The border style constant used.
|
H A D | View.dox | 555 of its parent remains constant. 564 of its parent remains constant. 573 and right sides of its parent both remain constant. 581 \brief The view maintains a constant relationship to the horizontal center 594 remains constant. 603 parent remains constant. 612 top and bottom sides of its parent both remain constant. 620 \brief The view maintains a constant relationship to the vertical center 630 and top sides of its parent remain constant. 781 of its parent remains constant. [all …]
|
/haiku/docs/interface_guidelines/docbook-css/ |
H A D | core.css | 15 computeroutput, constant, coref, country, database, date, email, emphasis, selector
|
/haiku/src/add-ons/media/media-add-ons/video_mixer/ |
H A D | yuvrgb.nasm | 44 …movdqa xmm7, [Const16] ; loads a constant using data cache (slower on first fetch but then cache… 47 …movdqa xmm7, [Const128] ; loads a constant using data cache (slower on first fetch but then cach… 105 movq mm7, [Const16] ; loads a constant using data cache (slower on first fetch but then cached) 108 movq mm7, [Const128] ; loads a constant using data cache (slower on first fetch but then cached)
|
/haiku/src/add-ons/media/plugins/ffmpeg/ |
H A D | yuvrgb_sse.nasm | 44 movq mm7, [Const16] ; loads a constant using data cache (slower on first fetch but then cached) 47 movq mm7, [Const128] ; loads a constant using data cache (slower on first fetch but then cached)
|
/haiku/docs/user/storage/ |
H A D | PathFinder.dox | 48 path constant passed to FindPath() will be evaluated. In most cases that 75 evaluates the path constant passed to it based on \a path. In most cases 150 the path constant passed to FindPath() will be evaluated. In most cases 182 evaluates the path constant passed to it based on \a path. In most cases 263 the given \a baseDirectory constant, and finally appending \a subPath, if
|
/haiku/src/kits/debugger/debug_info/ |
H A D | DwarfTypes.cpp | 624 fValue.SetTo(constValue->constant); in DwarfTemplateParameter() 916 memberLocation->constant * 8, in _ResolveDataMemberLocation() 922 memberLocation->constant, in _ResolveDataMemberLocation()
|