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

12345678910

/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dstack.h9 void push (List *_stack, void *_elem);
10 void *pop (List *_stack);
11 void unshift (List *_stack, void *_elem);
12 void *shift (List *_stack);
13 void push_string (List *_stack, char *_elem);
14 char *pop_string (List *_stack);
15 void unshift_string (List *_stack, char *_elem);
16 char *shift_string (List *_stack);
17 int isempty (List *_stack);
H A Dhardlink.h27 extern List *hardlist;
32 List *list_linked_files_on_disk (char *);
33 int compare_linkage_lists (List *, List *);
H A Dhash.h49 typedef struct list List; typedef in typeref:struct:list
51 List *getlist (void);
52 Node *findnode (List *list, const char *key);
53 Node *findnode_fn (List *list, const char *key);
55 int insert_before (List *list, Node *marker, Node *p);
56 int addnode (List *list, Node *p);
57 int addnode_at_front (List *list, Node *p);
58 int walklist (List *list, int (*)(Node *n, void *closure), void *closure);
59 int list_isempty (List *list);
61 void mergelists (List *des
[all...]
H A Dstack.c21 do_push (List *stack, void *elem, int isstring)
36 push (List *stack, void *elem)
44 push_string (List *stack, char *elem)
52 do_pop (List *stack, int isstring)
76 pop (List *stack)
84 pop_string (List *stack)
92 do_unshift (List *stack, void *elem, int isstring)
107 unshift (List *stack, void *elem)
115 unshift_string (List *stack, char *elem)
123 do_shift (List *stac
[all...]
H A Drcs.h87 /* List of nodes, the key of which is the symbolic name and the data
89 List *symbols;
91 /* List of nodes (type RCSVERS), the key of which the numeric revision
93 List *versions;
104 /* List of nodes, the key of which is the numeric revision and the
106 List *locks;
121 /* Newphrases from the RCS header. List of nodes, the key of which
124 List *other;
146 List *other;
162 List *branche
[all...]
H A Dfind_names.c30 static int find_dirs (char *dir, List * list, int checkadm,
31 List *entries);
32 static int find_rcs (const char *dir, List * list);
44 List *filelist = closure;
63 List *
64 Find_Names (char *repository, int which, int aflag, List **optentries)
66 List *entries;
67 List *files;
130 List *dirlist = closure;
153 List *entrie
[all...]
H A Dedit.h44 void edit_file (void *data, List *ent_list, const char *short_pathname,
H A Dhash.c23 static List *listcache = NULL;
54 List *
58 List *list;
73 list = xmalloc (sizeof (List));
74 memset (list, 0, sizeof (List));
91 dellist (List **listp)
95 List *tmp;
166 mergelists (List *dest, List **src)
278 insert_before (List *lis
[all...]
H A Dcvs.h400 extern List *root_directories;
424 extern List *dirs_sent_to_server; /* used to decide which "Argument
485 List *Find_Directories (char *repository, int which, List *entries);
486 void Entries_Close (List *entries);
487 List *Entries_Open (int aflag, char *update_dir);
488 void Subdirs_Known (List *entries);
489 void Subdir_Register (List *, const char *, const char *);
490 void Subdir_Deregister (List *, const char *, const char *);
558 List *entrie
[all...]
H A Dmyndbm.h21 List *dbm_list; /* cached database */
H A Dhardlink.c50 dellist ((List **)&p->data);
55 List *hardlist; /* Record hardlink information for working files */
163 /* Return a List with all the files known to be linked to FILE in
170 List *
225 compare_linkage_lists (List *links1, List *links2)
/netbsd-current/usr.bin/make/
H A Dlst.h86 typedef struct List List; typedef in typeref:struct:List
96 struct List { struct
102 void Lst_Done(List *);
104 void Lst_DoneFree(List *);
110 Lst_Init(List *list)
119 Lst_IsEmpty(List *list)
125 ListNode *Lst_FindDatum(List *, const void *) MAKE_ATTR_USE;
130 void Lst_InsertBefore(List *, ListNode *, void *);
132 void Lst_Prepend(List *, voi
[all...]
H A Dlst.c52 Lst_Done(List *list)
63 Lst_DoneFree(List *list)
76 Lst_InsertBefore(List *list, ListNode *ln, void *datum)
94 Lst_Prepend(List *list, void *datum)
113 Lst_Append(List *list, void *datum)
135 Lst_Remove(List *list, ListNode *ln)
177 Lst_FindDatum(List *list, const void *datum)
195 Lst_MoveAll(List *dst, List *src)
214 Lst_PrependAll(List *ds
[all...]
/netbsd-current/external/apache2/llvm/dist/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;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAllocatorList.h49 list_type List;
134 : AllocatorT(std::move(X.getAlloc())), List(std::move(X.List)) {}
137 List.cloneFrom(X.List, Cloner(*this), Disposer(*this));
142 List = std::move(X.List);
148 List.cloneFrom(X.List, Cloner(*this), Disposer(*this));
155 List
[all...]
/netbsd-current/sys/external/bsd/acpica/dist/debugger/
H A Ddbstats.c74 ACPI_MEMORY_LIST *List);
107 * PARAMETERS: List - Memory list/cache to be displayed
117 ACPI_MEMORY_LIST *List)
123 AcpiOsPrintf ("\n%s\n", List->ListName);
127 if (List->MaxDepth > 0)
132 List->CurrentDepth,
133 List->MaxDepth,
134 List->MaxDepth - List->CurrentDepth,
135 (List
116 AcpiDbListInfo( ACPI_MEMORY_LIST *List) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/utils/analyzer/
H A Dentrypoint.py7 from typing import List, Tuple namespace
28 def parse_arguments() -> Tuple[argparse.Namespace, List[str]]:
66 def test(args: List[str]) -> int:
H A DProjectMap.py5 from typing import Any, Dict, List, NamedTuple, Optional, Tuple namespace
149 def _parse(raw_projects: List[JSON]) -> List[ProjectInfo]:
188 def _save(projects: List[ProjectInfo], path: str):
194 def _convert_infos_to_dicts(projects: List[ProjectInfo]) -> List[JSON]:
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclContextInternals.h47 Decls List = Data.getPointer(); local
48 if (!List)
55 if (!ShouldErase(*DeclListNode::iterator(List))) {
57 *NewTail = List;
58 if (auto *Node = List.dyn_cast<DeclListNode*>()) {
60 List = Node->Rest;
64 } else if (DeclListNode *N = List.dyn_cast<DeclListNode*>()) {
65 List = N->Rest;
102 Decls List = Data.getPointer(); local
103 while (DeclListNode *ToDealloc = List
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DUse.h99 void addToList(Use **List) { argument
100 Next = *List;
103 Prev = List;
/netbsd-current/sys/external/bsd/acpica/dist/compiler/
H A Ddttable2.c56 * PARAMETERS: List - Current field list pointer
66 void **List)
71 DT_FIELD **PFieldList = (DT_FIELD **) List;
132 * PARAMETERS: List - Current field list pointer
142 void **List)
147 DT_FIELD **PFieldList = (DT_FIELD **) List;
355 * PARAMETERS: List - Current field list pointer
365 void **List)
370 Status = DtCompileTwoSubtables (List,
379 * PARAMETERS: List
65 DtCompileLpit( void **List) argument
141 DtCompileMadt( void **List) argument
364 DtCompileMcfg( void **List) argument
388 DtCompileMpam( void **List) argument
546 DtCompileMpst( void **List) argument
683 DtCompileMsct( void **List) argument
708 DtCompileNfit( void **List) argument
910 DtCompileNhlt( void **List) argument
1303 DtCompilePcct( void **List) argument
1411 DtCompilePdtt( void **List) argument
1471 DtCompilePhat( void **List) argument
1727 DtCompilePmtt( void **List) argument
1843 DtCompilePptt( void **List) argument
1977 DtCompilePrmt( void **List) argument
2041 DtCompileRgrt( void **List) argument
2089 DtCompileRhct( void **List) argument
2221 DtCompileRsdt( void **List) argument
2340 DtCompileSdev( void **List) argument
2641 DtCompileSlic( void **List) argument
2682 DtCompileSlit( void **List) argument
2753 DtCompileSrat( void **List) argument
2862 DtCompileStao( void **List) argument
2918 DtCompileSvkl( void **List) argument
2971 DtCompileTcpa( void **List) argument
3039 DtCompileTpm2Rev3( void **List) argument
3096 DtCompileTpm2( void **List) argument
3257 DtCompileUefi( void **List) argument
3305 DtCompileViot( void **List) argument
3410 DtCompileWdat( void **List) argument
3435 DtCompileWpbt( void **List) argument
3498 DtCompileXsdt( void **List) argument
3537 DtCompileGeneric( void **List, char *Name, UINT32 *Length) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/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...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DTree.cpp291 const auto *L = dyn_cast<List>(T);
340 std::vector<syntax::List::ElementAndDelimiter<syntax::Node>>
341 syntax::List::getElementsAsNodesAndDelimiters() {
345 std::vector<syntax::List::ElementAndDelimiter<Node>> Children;
368 case syntax::List::TerminationKind::Separated: {
372 case syntax::List::TerminationKind::Terminated:
373 case syntax::List::TerminationKind::MaybeTerminated: {
386 std::vector<syntax::Node *> syntax::List::getElementsAsNodes() {
412 case syntax::List::TerminationKind::Separated: {
416 case syntax::List
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_list_test.cc22 typedef IntrusiveList<ListItem> List; typedef in namespace:__sanitizer
24 static List static_list;
26 static void SetList(List *l, ListItem *x = 0,
34 static void CheckList(List *l, ListItem *i1, ListItem *i2 = 0, ListItem *i3 = 0,
67 List l;
144 List l1, l2;
174 List l;
177 List l2;
/netbsd-current/external/apache2/llvm/dist/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;

Completed in 310 milliseconds

12345678910