Searched refs:constant (Results 1 - 14 of 14) sorted by relevance

/haiku/src/kits/debugger/dwarf/
H A DAttributeValue.h22 uint64 constant; member in union:AttributeValue::__anon3
70 this->constant = value;
155 uint64 constant; member in union:DynamicAttributeValue::__anon5
168 this->constant = 0;
176 void SetTo(uint64 constant) argument
178 this->constant = constant;
199 uint64 constant; member in union:ConstantAttributeValue::__anon7
219 void SetTo(uint64 constant) argument
221 this->constant
242 uint64 constant; member in union:MemberLocation::__anon9
278 SetToConstant(uint64 constant) argument
[all...]
H A DAttributeValue.cpp25 snprintf(buffer, size, "%#" B_PRIx64, constant);
H A DDebugInfoEntry.cpp164 location->SetFile(value.constant);
177 location->SetLine(value.constant);
190 location->SetColumn(value.constant);
368 toSet.SetTo(value.constant);
388 toSet.SetTo(value.constant);
408 toSet.SetToConstant(value.constant);
H A DDebugInfoEntries.cpp165 fLanguage = value.constant;
174 fIdentifierCase = value.constant;
305 fAddressClass = value.constant;
356 fAccessibility = value.constant;
643 fAccessibility = value.constant;
754 fOrdering = value.constant;
1259 fAddressClass = value.constant;
1466 fAddressClass = value.constant;
1660 fEncoding = value.constant;
1701 fEndianity = value.constant;
[all...]
H A DTagNames.cpp54 ENTRY(constant),
H A DDwarfFile.cpp839 _result.SetTo(value->constant);
879 _result.SetTo(value->constant);
/haiku/headers/os/package/hpkg/
H A DHPKGDefs.h89 #define B_DEFINE_HPKG_ATTRIBUTE(id, type, name, constant) \
90 B_HPKG_ATTRIBUTE_ID_##constant = id,
/haiku/src/kits/package/hpkg/
H A DPackageContentHandler.cpp19 #define B_DEFINE_HPKG_ATTRIBUTE(id, type, name, constant) \
H A DReaderImplBase.cpp37 #define B_DEFINE_HPKG_ATTRIBUTE(id, type, name, constant) \
/haiku/src/tests/kits/interface/
H A DGraphicsDefsTest.cpp91 #define TEST(type, constant) compare(_##constant, constant)
/haiku/src/bin/
H A Dfindpaths.cpp28 path_base_directory constant; member in struct:DirectoryConstantEntry
32 #define DEFINE_CONSTANT(constant, description) \
33 { #constant, constant, description }
94 "Prints paths specified by directory constant <kind>. <subpath>, if\n"
219 // The remaining arguments are the kind constant and optionally the subpath.
233 // resolve the directory constant
240 baseDirectory = entry.constant;
246 fprintf(stderr, "Error: Unsupported directory constant \"%s\".\n",
/haiku/docs/interface_guidelines/docbook-css/
H A Dcore.css15 computeroutput, constant, coref, country, database, date, email, emphasis,
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypes.cpp624 fValue.SetTo(constValue->constant);
916 memberLocation->constant * 8,
922 memberLocation->constant,
H A DDwarfImageDebugInfo.cpp1251 byteSize = returnType->ByteSize()->constant;

Completed in 83 milliseconds