Searched refs:List (Results 51 - 75 of 152) sorted by relevance

1234567

/freebsd-12-stable/sys/contrib/dev/acpica/components/resources/
H A Drsutils.c167 * List - Where the converted list is returned
178 UINT8 *List)
193 List[BitCount] = i;
208 * PARAMETERS: List - List of values to encode
219 UINT8 *List,
233 Mask |= (0x1 << List[i]);
176 AcpiRsDecodeBitmask( UINT16 Mask, UINT8 *List) argument
218 AcpiRsEncodeBitmask( UINT8 *List, UINT8 Count) argument
/freebsd-12-stable/usr.sbin/ctm/ctm/
H A Dctm_pass2.c76 for(i=0;(j = sp->List[i]);i++) {
77 if (sp->List[i+1] && (sp->List[i+1] & CTM_F_MASK) != CTM_F_Bytes)
H A Dctm_pass3.c133 for(i=0;(j = sp->List[i]);i++) {
134 if (sp->List[i+1] && (sp->List[i+1] & CTM_F_MASK) != CTM_F_Bytes)
H A Dctm.h57 int *List; /* List of operations */ member in struct:CTM_Syntax
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateBase.h610 ASTTemplateArgumentListInfo(const TemplateArgumentListInfo &List);
640 Create(const ASTContext &C, const TemplateArgumentListInfo &List);
667 const TemplateArgumentListInfo &List,
670 const TemplateArgumentListInfo &List,
677 TemplateArgumentListInfo &List) const;
/freebsd-12-stable/sys/contrib/dev/acpica/components/disassembler/
H A Ddmbuffer.c187 const char **List);
449 * PARAMETERS: Op - Byte List op containing a UUID
809 * List - Array to reference
811 * RETURN: String from List or empty string
814 * position in List.
821 const char **List)
829 NameString = List[0];
835 NameString = List[i];
845 return (List[Index]);
963 * PARAMETERS: Op - Byte List o
819 AcpiDmFindNameByIndex( UINT64 Index, const char **List) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp175 SmallVector<Entry, 64> List;
179 List.push_back(std::make_pair(&U, List.size()));
181 if (List.size() < 2)
186 llvm::sort(List, [&](const Entry &L, const Entry &R) {
227 List.begin(), List.end(),
233 Stack.emplace_back(V, F, List.size());
234 assert(List.size() == Stack.back().Shuffle.size() && "Wrong size");
235 for (size_t I = 0, E = List
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp779 void ValueHandleBase::AddToExistingUseList(ValueHandleBase **List) { argument
780 assert(List && "Handle list is null?");
783 Next = *List;
784 *List = this;
785 setPrevPtr(List);
792 void ValueHandleBase::AddToExistingUseListAfter(ValueHandleBase *List) { argument
793 assert(List && "Must insert after existing node");
795 Next = List->Next;
796 setPrevPtr(&List->Next);
797 List
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1605 DebugLocStream::ListBuilder List(DebugLocs, TheCU, *Asm, *RegVar, *MInsn);
1627 Entry.finalize(*Asm, List, BT, TheCU);
2268 DebugLocStream::ListBuilder &List,
2274 DebugLocStream::EntryBuilder Entry(List, Begin, End);
2295 List.setTagOffset(*DwarfExpr.TagOffset);
2349 for (const RangeSpanList &List : Holder.getRangeLists())
2350 Asm->EmitLabelDifference(List.Label, Holder.getRnglistsTableBaseSym(),
2371 for (const auto &List : DebugLocs.getLists())
2372 Asm->EmitLabelDifference(List.Label, DebugLocs.getSym(), 4);
2474 static void emitLocList(DwarfDebug &DD, AsmPrinter *Asm, const DebugLocStream::List
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h281 for (List::ConstIterator it = list_.begin(); it != list_.end(); ++it) {
302 typedef IntrusiveList<QuarantineBatch> List; typedef in class:__sanitizer::QuarantineCache
304 List list_;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyInstPrinter.cpp324 std::string WebAssembly::typeListToString(ArrayRef<wasm::ValType> List) { argument
326 for (auto &Ty : List) {
327 if (&Ty != &List[0]) S += ", ";
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h644 ListTy List;
687 List.push_back(*new (Alloc) Node(V));
688 return value_iterator(ListTy::toIterator(List.back()));
698 void takeValues(DIEValueList &Other) { List.takeNodes(Other.List); }
701 return make_range(value_iterator(List.begin()), value_iterator(List.end()));
704 return make_range(const_value_iterator(List.begin()),
705 const_value_iterator(List.end()));
/freebsd-12-stable/contrib/gcc/config/rs6000/
H A Dsol-ci.asm53 # List of C++ constructors
59 # List of C++ destructors
/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
H A Daslpld.c168 const char **List,
798 * PARAMETERS: List - Array of char strings to be searched
811 const char **List,
821 for (i = 0, NameString = List[0];
823 i++, NameString = List[i])
810 OpcFindName( const char **List, char *Name, UINT32 *Index) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSpillPlacement.cpp185 void getDissentingNeighbors(SparseSet<unsigned> &List, argument
192 List.insert(n);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DJSONBackend.cpp64 } else if (auto *List = dyn_cast<ListInit>(&I)) {
66 for (auto val : *List)
H A DTGLexer.h49 Bit, Bits, Class, Code, Dag, Def, Foreach, Defm, Field, In, Int, Let, List, enumerator in enum:llvm::tgtok::TokKind
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DJob.h117 void setInputFileList(llvm::opt::ArgStringList List) { argument
118 InputFileList = std::move(List);
/freebsd-12-stable/sys/contrib/dev/acpica/include/
H A Dacresrc.h432 UINT8 *List);
436 UINT8 *List,
/freebsd-12-stable/share/mk/
H A Dbsd.dirs.mk7 # List of directory variable names to install. Each variable name's value
H A Dgoogletest.test.mk19 # List of GoogleTest test programs to build.
/freebsd-12-stable/contrib/bearssl/T0/
H A DT0Comp.cs43 List<string> r = new List<string>();
45 List<string> entryPoints = new List<string>();
252 List<string> extraCode;
258 List<string> extraCodeDefer;
295 extraCode = new List<string>();
296 extraCodeDefer = new List<string>();
1631 List<CodeElement> gcodeList = new List<CodeElemen
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp30 // List of space-separated OpenCL extensions. A builtin references an
106 // in the List parameter.
107 // \param Types (in) List containing the Types to extract.
108 // \param TypesSeen (inout) List containing the Types already extracted.
110 // \param List (out) List containing the extracted Types, except the Types in
114 std::vector<const Record *> &List);
127 // \param SignatureList (in) List of signatures of the considered function.
203 // List of OpenCL function extensions mapping extension strings to
207 // List o
258 ExtractEnumTypes(std::vector<Record *> &Types, StringMap<bool> &TypesSeen, std::string &Output, std::vector<const Record *> &List) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp109 // List of fields/attributes that need to be same across all the
113 // List of fields/attributes that are constant across all the instruction
121 // List of values for the fields/attributes listed in 'ColFields', one for
519 ListInit *List = CurMap->getValueAsListInit("ValueCols"); local
521 unsigned ListSize = List->size();
524 auto *ListJ = cast<ListInit>(List->getElement(j));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDDG.cpp129 PiBlockDDGNode::PiBlockDDGNode(const PiNodeList &List) argument
130 : DDGNode(NodeKind::PiBlock), NodeList(List) {

Completed in 378 milliseconds

1234567