Searched refs:List (Results 1 - 25 of 152) sorted by relevance

1234567

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineModuleInfoImpls.cpp36 MachineModuleInfoImpl::SymbolListTy List(Map.begin(), Map.end());
38 array_pod_sort(List.begin(), List.end(), SortSymbolPair);
41 return List;
/freebsd-12-stable/contrib/bearssl/T0/
H A DWord.cs116 internal virtual List<Word> GetReferences()
118 return new List<Word>();
125 internal virtual List<ConstData> GetDataBlocks()
127 return new List<ConstData>();
133 internal virtual void GenerateCodeElements(List<CodeElement> dst)
H A DWordData.cs81 internal override List<ConstData> GetDataBlocks()
84 List<ConstData> r = new List<ConstData>();
89 internal override void GenerateCodeElements(List<CodeElement> dst)
H A DWordInterpreted.cs80 internal override List<Word> GetReferences()
83 List<Word> r = new List<Word>();
93 internal override List<ConstData> GetDataBlocks()
96 List<ConstData> r = new List<ConstData>();
106 internal override void GenerateCodeElements(List<CodeElement> dst)
H A DWordBuilder.cs43 List<Opcode> code;
44 List<string> toResolve;
61 code = new List<Opcode>();
62 toResolve = new List<string>();
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAllocatorList.h49 list_type List;
141 : AllocatorT(std::move(X.getAlloc())), List(std::move(X.List)) {}
144 List.cloneFrom(X.List, Cloner(*this), Disposer(*this));
149 List = std::move(X.List);
155 List.cloneFrom(X.List, Cloner(*this), Disposer(*this));
162 List
[all...]
/freebsd-12-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbstats.c182 ACPI_MEMORY_LIST *List);
215 * PARAMETERS: List - Memory list/cache to be displayed
225 ACPI_MEMORY_LIST *List)
231 AcpiOsPrintf ("\n%s\n", List->ListName);
235 if (List->MaxDepth > 0)
240 List->CurrentDepth,
241 List->MaxDepth,
242 List->MaxDepth - List->CurrentDepth,
243 (List
224 AcpiDbListInfo( ACPI_MEMORY_LIST *List) argument
[all...]
/freebsd-12-stable/contrib/bmake/lst.lib/
H A DlstInit.c74 List nList;
76 PAlloc (nList, List);
H A DlstInt.h59 #define LN_DELETED 0x0001 /* List node should be removed when done */
65 typedef struct List { struct
79 } *List; typedef in typeref:struct:List
103 #define LstIsEmpty(l) (((List)(l))->firstPtr == NULL)
H A DlstClose.c79 List list = l;
H A DlstIsAtEnd.c82 List list = l;
H A DlstMember.c58 List list = l;
H A DlstDupl.c78 List list = l;
H A DlstForEachFrom.c77 List list = l;
H A DlstNext.c79 List list = l;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombineWorklist.h58 void AddInitialGroup(ArrayRef<Instruction *> List) { argument
60 Worklist.reserve(List.size()+16);
61 WorklistMap.reserve(List.size());
62 LLVM_DEBUG(dbgs() << "IC: ADDING: " << List.size()
65 for (Instruction *I : reverse(List)) {
/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
H A Ddttable2.c164 * PARAMETERS: List - Current field list pointer
174 void **List)
179 DT_FIELD **PFieldList = (DT_FIELD **) List;
240 * PARAMETERS: List - Current field list pointer
250 void **List)
255 DT_FIELD **PFieldList = (DT_FIELD **) List;
394 * PARAMETERS: List - Current field list pointer
404 void **List)
409 Status = DtCompileTwoSubtables (List,
419 * PARAMETERS: List
173 DtCompileLpit( void **List) argument
249 DtCompileMadt( void **List) argument
403 DtCompileMcfg( void **List) argument
428 DtCompileMpst( void **List) argument
565 DtCompileMsct( void **List) argument
590 DtCompileMtmr( void **List) argument
615 DtCompileNfit( void **List) argument
817 DtCompilePcct( void **List) argument
920 DtCompilePdtt( void **List) argument
980 DtCompilePmtt( void **List) argument
1123 DtCompilePptt( void **List) argument
1242 DtCompileRsdt( void **List) argument
1361 DtCompileSdev( void **List) argument
1575 DtCompileSlic( void **List) argument
1616 DtCompileSlit( void **List) argument
1687 DtCompileSrat( void **List) argument
1791 DtCompileStao( void **List) argument
1844 DtCompileTcpa( void **List) argument
1912 DtCompileTpm2Rev3( void **List) argument
1969 DtCompileTpm2( void **List) argument
2130 DtCompileUefi( void **List) argument
2178 DtCompileVrtc( void **List) argument
2203 DtCompileWdat( void **List) argument
2228 DtCompileWpbt( void **List) argument
2285 DtCompileXsdt( void **List) argument
2324 DtCompileGeneric( void **List, char *Name, UINT32 *Length) argument
[all...]
H A Ddttable1.c177 * PARAMETERS: List - Current field list pointer
187 void **List)
197 DT_FIELD **PFieldList = (DT_FIELD **) List;
349 * PARAMETERS: List - Current field list pointer
359 void **List)
364 Status = DtCompileTwoSubtables (List,
374 * PARAMETERS: List - Current field list pointer
384 void **List)
389 DT_FIELD **PFieldList = (DT_FIELD **) List;
482 * PARAMETERS: List
186 DtCompileAsf( void **List) argument
358 DtCompileCpep( void **List) argument
383 DtCompileCsrt( void **List) argument
491 DtCompileDbg2( void **List) argument
647 DtCompileDmar( void **List) argument
807 DtCompileDrtm( void **List) argument
944 DtCompileEinj( void **List) argument
969 DtCompileErst( void **List) argument
994 DtCompileGtdt( void **List) argument
1137 DtCompileFpdt( void **List) argument
1212 DtCompileHest( void **List) argument
1365 DtCompileHmat( void **List) argument
1577 DtCompileIort( void **List) argument
1929 DtCompileIvrs( void **List) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h76 uptr getOverheadSize() const { return List.size() * sizeof(QuarantineBatch); }
79 if (List.empty() || List.back()->Count == QuarantineBatch::MaxCount) {
86 List.back()->push_back(Ptr, Size);
92 List.append_back(&From->List);
98 List.push_back(B);
103 if (List.empty())
105 QuarantineBatch *B = List.front();
106 List
163 SinglyLinkedList<QuarantineBatch> List; member in class:scudo::QuarantineCache
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DUse.h147 void addToList(Use **List) { argument
148 Next = *List;
151 setPrev(List);
152 *List = this;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h26 /// Stores a unified stream of .debug_loc entries. There's \a List for each
33 struct List { struct in class:llvm::DebugLocStream
37 List(DwarfCompileUnit *CU, size_t EntryOffset) function in struct:llvm::DebugLocStream::List
48 SmallVector<List, 4> Lists;
61 const List &getList(size_t LI) const { return Lists[LI]; }
62 ArrayRef<List> getLists() const { return Lists; }
110 ArrayRef<Entry> getEntries(const List &L) const {
128 size_t getIndex(const List &L) const {
188 EntryBuilder(ListBuilder &List, const MCSymbol *Begin, const MCSymbol *End) argument
189 : Locs(List
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFListTable.h254 for (const auto &List : ListMap)
255 for (const auto &Entry : List.second.getEntries())
262 for (const auto &List : ListMap)
263 for (const auto &Entry : List.second.getEntries())
277 DWARFListType List;
281 List.extract(Data, getHeaderOffset(), End, &Offset,
284 ListMap[StartingOffset] = List;
285 return List;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePassRegistry.h75 MachinePassRegistryNode<PassCtorTy> *List; // List of registry nodes. member in class:llvm::MachinePassRegistry
86 MachinePassRegistryNode<PassCtorTy> *getList() { return List; }
107 Node->setNext(List);
108 List = Node;
117 for (MachinePassRegistryNode<PassCtorTy> **I = &List; *I;
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestMultiAggPrinta.java31 import java.util.List;
74 List <Record> records = data.getRecords();
115 List <Record> records = data.getRecords();
/freebsd-12-stable/usr.sbin/ctm/ctm/
H A Dctm_pass1.c100 for(i=0;(j = sp->List[i]);i++) {
101 if (sp->List[i+1] && (sp->List[i+1] & CTM_F_MASK) != CTM_F_Bytes)
107 fprintf(stderr," %x(%d)",sp->List[i],sep);
201 fprintf(stderr,"List = 0x%x\n",j);
217 fprintf(stderr,"List = 0x%x\n",j);
218 Fatal("List had garbage.");

Completed in 295 milliseconds

1234567