| /netbsd-src/sys/external/bsd/acpica/dist/compiler/ |
| H A D | aslrestype2s.c | 332 AML_RESOURCE *Descriptor; in RsDoGpioIntDescriptor() local 369 Descriptor = Rnode->Buffer; in RsDoGpioIntDescriptor() 370 Descriptor->Gpio.ResourceLength = DescriptorSize; in RsDoGpioIntDescriptor() 371 Descriptor->Gpio.DescriptorType = ACPI_RESOURCE_NAME_GPIO; in RsDoGpioIntDescriptor() 372 Descriptor->Gpio.RevisionId = AML_RESOURCE_GPIO_REVISION; in RsDoGpioIntDescriptor() 373 Descriptor->Gpio.ConnectionType = AML_RESOURCE_GPIO_TYPE_INT; in RsDoGpioIntDescriptor() 377 InterruptList = ACPI_ADD_PTR (UINT16, Descriptor, in RsDoGpioIntDescriptor() 385 Descriptor->Gpio.PinTableOffset = (UINT16) in RsDoGpioIntDescriptor() 386 ACPI_PTR_DIFF (InterruptList, Descriptor); in RsDoGpioIntDescriptor() 388 Descriptor->Gpio.ResSourceOffset = (UINT16) in RsDoGpioIntDescriptor() [all …]
|
| H A D | aslrestype2e.c | 73 AML_RESOURCE *Descriptor; in RsDoExtendedIoDescriptor() local 92 Descriptor = Rnode->Buffer; in RsDoExtendedIoDescriptor() 93 Descriptor->ExtAddress64.DescriptorType = ACPI_RESOURCE_NAME_EXTENDED_ADDRESS64; in RsDoExtendedIoDescriptor() 94 Descriptor->ExtAddress64.ResourceType = ACPI_ADDRESS_TYPE_IO_RANGE; in RsDoExtendedIoDescriptor() 95 Descriptor->ExtAddress64.RevisionID = AML_RESOURCE_EXTENDED_ADDRESS_REVISION; in RsDoExtendedIoDescriptor() 97 Descriptor->ExtAddress64.ResourceLength = (UINT16) in RsDoExtendedIoDescriptor() 109 RsSetFlagBits (&Descriptor->ExtAddress64.Flags, InitializerOp, 0, 1); in RsDoExtendedIoDescriptor() 114 RsSetFlagBits (&Descriptor->ExtAddress64.Flags, InitializerOp, 2, 0); in RsDoExtendedIoDescriptor() 121 RsSetFlagBits (&Descriptor->ExtAddress64.Flags, InitializerOp, 3, 0); in RsDoExtendedIoDescriptor() 128 RsSetFlagBits (&Descriptor->ExtAddress64.Flags, InitializerOp, 1, 0); in RsDoExtendedIoDescriptor() [all …]
|
| H A D | aslrestype2q.c | 75 AML_RESOURCE *Descriptor; in RsDoQwordIoDescriptor() 97 Descriptor = Rnode->Buffer; in RsDoQwordIoDescriptor() 98 Descriptor->Address64.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS64; in RsDoQwordIoDescriptor() 99 Descriptor->Address64.ResourceType = ACPI_ADDRESS_TYPE_IO_RANGE; in RsDoQwordIoDescriptor() 105 OptionalFields = ((UINT8 *) Descriptor) + sizeof (AML_RESOURCE_ADDRESS64); in RsDoQwordIoDescriptor() 106 Descriptor->Address64.ResourceLength = (UINT16) in RsDoQwordIoDescriptor() 118 RsSetFlagBits (&Descriptor->Address64.Flags, InitializerOp, 0, 1); in RsDoQwordIoDescriptor() 123 RsSetFlagBits (&Descriptor->Address64.Flags, InitializerOp, 2, 0); in RsDoQwordIoDescriptor() 130 RsSetFlagBits (&Descriptor->Address64.Flags, InitializerOp, 3, 0); in RsDoQwordIoDescriptor() 137 RsSetFlagBits (&Descriptor in RsDoQwordIoDescriptor() 74 AML_RESOURCE *Descriptor; RsDoQwordIoDescriptor() local 295 AML_RESOURCE *Descriptor; RsDoQwordMemoryDescriptor() local 524 AML_RESOURCE *Descriptor; RsDoQwordSpaceDescriptor() local [all...] |
| H A D | aslrestype2d.c | 76 AML_RESOURCE *Descriptor; in RsDoDwordIoDescriptor() 96 Descriptor = Rnode->Buffer; in RsDoDwordIoDescriptor() 97 Descriptor->Address32.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS32; in RsDoDwordIoDescriptor() 98 Descriptor->Address32.ResourceType = ACPI_ADDRESS_TYPE_PCC_NUMBER; in RsDoDwordIoDescriptor() 104 OptionalFields = ((UINT8 *) Descriptor) + sizeof (AML_RESOURCE_ADDRESS32); in RsDoDwordIoDescriptor() 105 Descriptor->Address32.ResourceLength = (UINT16) in RsDoDwordIoDescriptor() 116 Descriptor->Address32.Flags = 0b1100; in RsDoDwordIoDescriptor() 119 Descriptor->Address32.SpecificFlags = 0; in RsDoDwordIoDescriptor() 122 Descriptor->Address32.Granularity = 0x0; in RsDoDwordIoDescriptor() 126 Descriptor in RsDoDwordIoDescriptor() 74 AML_RESOURCE *Descriptor; RsDoDwordIoDescriptor() local 304 AML_RESOURCE *Descriptor; RsDoDwordMemoryDescriptor() local 539 AML_RESOURCE *Descriptor; RsDoDwordSpaceDescriptor() local [all...] |
| H A D | aslrestype2w.c | 75 AML_RESOURCE *Descriptor; in RsDoWordIoDescriptor() 97 Descriptor = Rnode->Buffer; in RsDoWordIoDescriptor() 98 Descriptor->Address16.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS16; in RsDoWordIoDescriptor() 99 Descriptor->Address16.ResourceType = ACPI_ADDRESS_TYPE_IO_RANGE; in RsDoWordIoDescriptor() 105 OptionalFields = ((UINT8 *) Descriptor) + sizeof (AML_RESOURCE_ADDRESS16); in RsDoWordIoDescriptor() 106 Descriptor->Address16.ResourceLength = (UINT16) in RsDoWordIoDescriptor() 118 RsSetFlagBits (&Descriptor->Address16.Flags, InitializerOp, 0, 1); in RsDoWordIoDescriptor() 123 RsSetFlagBits (&Descriptor->Address16.Flags, InitializerOp, 2, 0); in RsDoWordIoDescriptor() 130 RsSetFlagBits (&Descriptor->Address16.Flags, InitializerOp, 3, 0); in RsDoWordIoDescriptor() 137 RsSetFlagBits (&Descriptor in RsDoWordIoDescriptor() 74 AML_RESOURCE *Descriptor; RsDoWordIoDescriptor() local 295 AML_RESOURCE *Descriptor; RsDoWordBusNumberDescriptor() local 500 AML_RESOURCE *Descriptor; RsDoWordSpaceDescriptor() local [all...] |
| H A D | aslrestype1.c | 79 AML_RESOURCE *Descriptor; in RsDoEndTagDescriptor() local 85 Descriptor = Rnode->Buffer; in RsDoEndTagDescriptor() 86 Descriptor->EndTag.DescriptorType = ACPI_RESOURCE_NAME_END_TAG | in RsDoEndTagDescriptor() 88 Descriptor->EndTag.Checksum = 0; in RsDoEndTagDescriptor() 109 AML_RESOURCE *Descriptor; in RsDoEndDependentDescriptor() local 115 Descriptor = Rnode->Buffer; in RsDoEndDependentDescriptor() 116 Descriptor->EndDpf.DescriptorType = in RsDoEndDependentDescriptor() 138 AML_RESOURCE *Descriptor; in RsDoMemory24Descriptor() local 152 Descriptor = Rnode->Buffer; in RsDoMemory24Descriptor() 153 Descriptor->Memory24.DescriptorType = ACPI_RESOURCE_NAME_MEMORY24; in RsDoMemory24Descriptor() [all …]
|
| H A D | aslrestype1i.c | 77 AML_RESOURCE *Descriptor; in RsDoDmaDescriptor() local 90 Descriptor = Rnode->Buffer; in RsDoDmaDescriptor() 91 Descriptor->Dma.DescriptorType = in RsDoDmaDescriptor() 102 RsSetFlagBits (&Descriptor->Dma.Flags, InitializerOp, 5, 0); in RsDoDmaDescriptor() 109 RsSetFlagBits (&Descriptor->Dma.Flags, InitializerOp, 2, 0); in RsDoDmaDescriptor() 116 RsSetFlagBits (&Descriptor->Dma.Flags, InitializerOp, 0, 0); in RsDoDmaDescriptor() 176 Descriptor->Dma.DmaChannelMask = DmaChannelMask; in RsDoDmaDescriptor() 197 AML_RESOURCE *Descriptor; in RsDoFixedDmaDescriptor() local 208 Descriptor = Rnode->Buffer; in RsDoFixedDmaDescriptor() 209 Descriptor->FixedDma.DescriptorType = in RsDoFixedDmaDescriptor() [all …]
|
| H A D | aslrestype2.c | 75 AML_RESOURCE *Descriptor; in RsDoGeneralRegisterDescriptor() local 86 Descriptor = Rnode->Buffer; in RsDoGeneralRegisterDescriptor() 87 Descriptor->GenericReg.DescriptorType = ACPI_RESOURCE_NAME_GENERIC_REGISTER; in RsDoGeneralRegisterDescriptor() 88 Descriptor->GenericReg.ResourceLength = 12; in RsDoGeneralRegisterDescriptor() 98 Descriptor->GenericReg.AddressSpaceId = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoGeneralRegisterDescriptor() 105 Descriptor->GenericReg.BitWidth = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoGeneralRegisterDescriptor() 112 Descriptor->GenericReg.BitOffset = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoGeneralRegisterDescriptor() 119 Descriptor->GenericReg.Address = InitializerOp->Asl.Value.Integer; in RsDoGeneralRegisterDescriptor() 126 Descriptor->GenericReg.AccessSize = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoGeneralRegisterDescriptor() 130 if (Descriptor->GenericReg.AddressSpaceId == ACPI_ADR_SPACE_PLATFORM_COMM) in RsDoGeneralRegisterDescriptor() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | hash-table.h | 372 template <typename Descriptor, bool Lazy = false, 376 typedef typename Descriptor::value_type value_type; 377 typedef typename Descriptor::compare_type compare_type; 430 return find_with_hash (value, Descriptor::hash (value)); in find() 435 return find_slot_with_hash (value, Descriptor::hash (value), insert); in find_slot() 457 remove_elt_with_hash (value, Descriptor::hash (value)); in remove_elt() 536 return Descriptor::is_deleted (v); in is_deleted() 541 return Descriptor::is_empty (v); in is_empty() 546 Descriptor::mark_deleted (v); in mark_deleted() 551 Descriptor::mark_empty (v); in mark_empty() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | hash-table.h | 372 template <typename Descriptor, bool Lazy = false, 376 typedef typename Descriptor::value_type value_type; 377 typedef typename Descriptor::compare_type compare_type; 430 return find_with_hash (value, Descriptor::hash (value)); in find() 435 return find_slot_with_hash (value, Descriptor::hash (value), insert); in find_slot() 457 remove_elt_with_hash (value, Descriptor::hash (value)); in remove_elt() 536 return Descriptor::is_deleted (v); in is_deleted() 541 return Descriptor::is_empty (v); in is_empty() 546 Descriptor::mark_deleted (v); in mark_deleted() 551 Descriptor::mark_empty (v); in mark_empty() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| H A D | Descriptor.h | 23 struct Descriptor; 33 Descriptor *FieldDesc); 38 Descriptor *FieldDesc); 45 char *DstFieldPtr, Descriptor *FieldDesc); 51 struct Descriptor { struct 72 Descriptor *const ElemDesc = nullptr; argument 88 Descriptor(const DeclTy &D, PrimType Type, bool IsConst, bool IsTemporary, argument 92 Descriptor(const DeclTy &D, PrimType Type, size_t NumElems, bool IsConst, 96 Descriptor(const DeclTy &D, PrimType Type, bool IsTemporary, UnknownSize); 99 Descriptor(const DeclTy &D, Descriptor *Elem, unsigned NumElems, bool IsConst, [all …]
|
| H A D | Descriptor.cpp | 18 static void ctorTy(Block *, char *Ptr, bool, bool, bool, Descriptor *) { in ctorTy() argument 22 template <typename T> static void dtorTy(Block *, char *Ptr, Descriptor *) { in dtorTy() argument 27 static void moveTy(Block *, char *Src, char *Dst, Descriptor *) { in moveTy() argument 34 static void ctorArrayTy(Block *, char *Ptr, bool, bool, bool, Descriptor *D) { in ctorArrayTy() 41 static void dtorArrayTy(Block *, char *Ptr, Descriptor *D) { in dtorArrayTy() 48 static void moveArrayTy(Block *, char *Src, char *Dst, Descriptor *D) { in moveArrayTy() 57 bool IsActive, Descriptor *D) { in ctorArrayDesc() 81 static void dtorArrayDesc(Block *B, char *Ptr, Descriptor *D) { in dtorArrayDesc() 96 static void moveArrayDesc(Block *B, char *Src, char *Dst, Descriptor *D) { in moveArrayDesc() 118 bool IsActive, Descriptor *D) { in ctorRecord() [all …]
|
| H A D | Program.cpp | 41 Descriptor *Desc = allocateDescriptor(S, CharType, S->getLength() + 1, in createGlobalString() 165 Descriptor *Desc; in createGlobal() 225 auto GetBaseDesc = [this](const RecordDecl *BD, Record *BR) -> Descriptor * { in getOrCreateRecord() 243 if (Descriptor *Desc = GetBaseDesc(BD, BR)) { in getOrCreateRecord() 256 if (Descriptor *Desc = GetBaseDesc(BD, BR)) { in getOrCreateRecord() 276 Descriptor *Desc; in getOrCreateRecord() 296 Descriptor *Program::createDescriptor(const DeclTy &D, const Type *Ty, in createDescriptor() 322 Descriptor *Desc = in createDescriptor() 339 Descriptor::UnknownSize{}); in createDescriptor() 341 Descriptor *Desc = in createDescriptor() [all …]
|
| H A D | InterpBlock.h | 40 Block(const llvm::Optional<unsigned> &DeclID, Descriptor *Desc, 44 Block(Descriptor *Desc, bool IsStatic = false, bool IsExtern = false) 49 Descriptor *getDescriptor() const { return Desc; } in getDescriptor() 83 Block(Descriptor *Desc, bool IsExtern, bool IsStatic, bool IsDead) in Block() 105 Descriptor *Desc;
|
| H A D | Pointer.cpp | 89 Descriptor *Desc = getDeclDesc(); in toAPValue() 118 Descriptor *Desc = Ptr.getFieldDesc(); in toAPValue() 137 Descriptor *Desc = getFieldDesc(); in isInitialized() 156 Descriptor *Desc = getFieldDesc(); in initialize()
|
| H A D | Program.h | 101 Descriptor *createDescriptor(const DeclTy &D, PrimType Type, 109 Descriptor *createDescriptor(const DeclTy &D, const Type *Ty, 189 Descriptor *allocateDescriptor(Ts &&... Args) { in allocateDescriptor() 190 return new (Allocator) Descriptor(std::forward<Ts>(Args)...); in allocateDescriptor()
|
| /netbsd-src/sys/external/bsd/acpica/dist/utilities/ |
| H A D | uttrack.c | 649 ACPI_DESCRIPTOR *Descriptor; in AcpiUtDumpAllocations() local 681 Descriptor = ACPI_CAST_PTR ( in AcpiUtDumpAllocations() 688 Descriptor, Element->Size, Element->Module, in AcpiUtDumpAllocations() 695 if (ACPI_GET_DESCRIPTOR_TYPE (Descriptor) != in AcpiUtDumpAllocations() 699 Descriptor, Element->Size, Element->Module, in AcpiUtDumpAllocations() 700 Element->Line, AcpiUtGetDescriptorName (Descriptor)); in AcpiUtDumpAllocations() 707 AcpiUtDumpBuffer ((UINT8 *) Descriptor, Element->Size, in AcpiUtDumpAllocations() 715 switch (ACPI_GET_DESCRIPTOR_TYPE (Descriptor)) in AcpiUtDumpAllocations() 753 AcpiUtGetTypeName (Descriptor->Object.Common.Type), in AcpiUtDumpAllocations() 754 Descriptor->Object.Common.ReferenceCount); in AcpiUtDumpAllocations() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/ |
| H A D | ExecutionUtils.cpp | 79 jit_descriptor *Descriptor = reinterpret_cast<jit_descriptor *>(Addr); in dumpDebugDescriptor() local 80 outsv("Version: {0}\n", Descriptor->version); in dumpDebugDescriptor() 81 outsv("Action: {0}\n\n", actionFlagToStr(Descriptor->action_flag)); in dumpDebugDescriptor() 86 for (auto *Entry = Descriptor->first_entry; Entry; Entry = Entry->next_entry) in dumpDebugDescriptor() 95 jit_descriptor *Descriptor = reinterpret_cast<jit_descriptor *>(Addr); in dumpDebugObjects() local 96 for (auto *Entry = Descriptor->first_entry; Entry; Entry = Entry->next_entry) in dumpDebugObjects()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | SymbolRewriter.cpp | 286 for (auto &Descriptor : *DescriptorList) in parse() 287 if (!parseEntry(YS, Descriptor, DL)) in parse() 327 yaml::MappingNode *Descriptor, in parseRewriteFunctionDescriptor() argument 334 for (auto &Field : *Descriptor) { in parseRewriteFunctionDescriptor() 378 YS.printError(Descriptor, in parseRewriteFunctionDescriptor() 397 yaml::MappingNode *Descriptor, in parseRewriteGlobalVariableDescriptor() argument 403 for (auto &Field : *Descriptor) { in parseRewriteGlobalVariableDescriptor() 442 YS.printError(Descriptor, in parseRewriteGlobalVariableDescriptor() 460 yaml::MappingNode *Descriptor, in parseRewriteGlobalAliasDescriptor() argument 466 for (auto &Field : *Descriptor) { in parseRewriteGlobalAliasDescriptor() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ObjCMissingSuperCallChecker.cpp | 108 SelectorDescriptor Descriptor = *I; in fillSelectors() local 109 assert(Descriptor.ArgumentCount <= 1); // No multi-argument selectors yet. in fillSelectors() 112 IdentifierInfo *II = &Ctx.Idents.get(Descriptor.SelectorName); in fillSelectors() 114 Selector Sel = Ctx.Selectors.getSelector(Descriptor.ArgumentCount, &II); in fillSelectors()
|
| /netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
| H A D | rfc4530.txt | 75 4.3. 'uuidMatch' Descriptor Registration ........................5 76 4.4. 'uuidOrderingMatch' Descriptor Registration ................5 77 4.5. 'entryUUID' Descriptor Registration ........................6 260 4.3. 'uuidMatch' Descriptor Registration 262 Subject: Request for LDAP Descriptor Registration 263 Descriptor (short name): uuidMatch 271 4.4. 'uuidOrderingMatch' Descriptor Registration 273 Subject: Request for LDAP Descriptor Registration 274 Descriptor (short name): uuidOrderingMatch 290 4.5. 'entryUUID' Descriptor Registration [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCSectionMachO.cpp | 218 [&](decltype(*SectionTypeDescriptors) &Descriptor) { in ParseSectionSpecifier() argument 219 return SectionType == Descriptor.AssemblerName; in ParseSectionSpecifier() 249 [&](decltype(*SectionAttrDescriptors) &Descriptor) { in ParseSectionSpecifier() argument 250 return SectionAttr.trim() == Descriptor.AssemblerName; in ParseSectionSpecifier()
|
| /netbsd-src/external/bsd/openldap/dist/doc/drafts/ |
| H A D | draft-sermersheim-ldap-csn-xx.txt | 86 A.2. LDAP Descriptor Registrations . . . . . . . . . . . . 11 607 A.2. LDAP Descriptor Registrations 621 Subject: Request for LDAP Descriptor Registration 623 Descriptor (short name): ChangeSequenceNumber 641 Subject: Request for LDAP Descriptor Registration 643 Descriptor (short name): UTF8String 661 Subject: Request for LDAP Descriptor Registration 663 Descriptor (short name): changeSequenceNumberMatch 689 Subject: Request for LDAP Descriptor Registration 691 Descriptor (short name): utf8CodePointMatch [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| H A D | DWARFYAML.cpp | 136 IO &IO, DWARFYAML::ARangeDescriptor &Descriptor) { in mapping() argument 137 IO.mapRequired("Address", Descriptor.Address); in mapping() 138 IO.mapRequired("Length", Descriptor.Length); in mapping() 153 IO &IO, DWARFYAML::RangeEntry &Descriptor) { in mapping() argument 154 IO.mapRequired("LowOffset", Descriptor.LowOffset); in mapping() 155 IO.mapRequired("HighOffset", Descriptor.HighOffset); in mapping() 169 IO.mapRequired("Descriptor", Entry.Descriptor); in mapping()
|
| /netbsd-src/external/gpl3/binutils/dist/libsframe/doc/ |
| H A D | sframe-spec.info | 99 • SFrame Function Descriptor Entry encodes the size of the repetitive 102 • SFrame Function Descriptor Entry includes an explicit padding of 104 • The above two imply that each SFrame Function Descriptor Entry has 116 Descriptor Entry (SFrame FDE) sub-section, and the SFrame Frame Row 123 * SFrame Function Descriptor Entries:: 206 ‘SFRAME_F_FDE_SORTED’ All 0x1 Function Descriptor Entries 214 File: sframe-spec.info, Node: SFrame Header, Next: SFrame Function Descriptor Entries, Prev: SFr… 300 *Note SFrame Function Descriptor Entries::. 339 File: sframe-spec.info, Node: SFrame Function Descriptor Entries, Next: SFrame Frame Row Entries,… 344 The SFrame Function Descriptor Entry sub-section is a sorted array of [all …]
|