HomeSort by relevance Sort by last modified time
    Searched defs:ilist (Results 1 - 5 of 5) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
intlist.c 29 static void int_node__delete(struct int_node *ilist)
31 free(ilist);
50 int intlist__add(struct intlist *ilist, int i)
52 return rblist__add_node(&ilist->rblist, (void *)((long)i));
55 void intlist__remove(struct intlist *ilist, struct int_node *node)
57 rblist__remove_node(&ilist->rblist, &node->rb_node);
60 struct int_node *intlist__find(struct intlist *ilist, int i)
65 if (ilist == NULL)
69 rb_node = rblist__find(&ilist->rblist, (void *)((long)i));
76 static int intlist__parse_list(struct intlist *ilist, const char *s
97 struct intlist *ilist = malloc(sizeof(*ilist)); local
    [all...]
  /system/netd/server/
CommandListener.cpp 549 InterfaceCollection *ilist = sTetherCtrl->getTetheredInterfaceList(); local
551 for (it = ilist->begin(); it != ilist->end(); ++it) {
    [all...]
  /external/llvm/include/llvm/ADT/
ilist.h 1 //==-- llvm/ADT/ilist.h - Intrusive Linked List Template ---------*- C++ -*-==//
19 // The ilist class itself, should be a plug in replacement for list, assuming
24 // The ilist class is implemented by allocating a 'tail' node when the list is
73 /// strategy. The sentinel is stored in the prev field of ilist's Head.
83 /// provideInitialHead - when constructing an ilist, provide a starting
215 assert(NodePtr && "--'d off the beginning of an ilist!");
451 // an ilist (and potentially deleted) with iterators still pointing at it.
640 struct ilist : public iplist<NodeTy> { struct in namespace:llvm
644 ilist() {} function in struct:llvm::ilist
645 ilist(const ilist &right) function in struct:llvm::ilist
648 explicit ilist(size_type count) { function in struct:llvm::ilist
651 ilist(size_type count, const NodeTy &val) { function in struct:llvm::ilist
654 template<class InIt> ilist(InIt first, InIt last) { function in struct:llvm::ilist
    [all...]
  /dalvik/dx/etc/
jasmin.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 103 milliseconds