Searched defs:next (Results 1 - 25 of 88) sorted by relevance

1234

/seL4-l4v-master/l4v/tools/c-parser/testfiles/
H A Djiraver310.c8 struct s *next; member in struct:s
H A Dmulti_deref.c9 struct node *next; member in struct:node
H A Dstruct_ptr_globals.c17 struct t* next; member in struct:t
H A Dstruct_ptr_fn.c9 struct list *next; member in struct:list
/seL4-l4v-master/l4v/tools/autocorres/tests/examples/
H A Dsuzuki.c8 struct node *next; member in struct:node
H A Dlist_rev.c10 struct node *next; member in struct:node
18 struct node *next = list->next; local
H A Dmemset.c19 struct node *next; member in struct:node
H A Dalloc.h23 struct mem_node *next; member in struct:mem_node
H A Dlist.c9 struct node *next; member in struct:node
44 struct node *next = list->next; local
55 struct node *next = list->next; local
[all...]
/seL4-l4v-master/seL4/include/benchmark/
H A Dbenchmark_utilisation.h24 static inline void benchmark_utilisation_switch(tcb_t *heir, tcb_t *next) argument
/seL4-l4v-master/HOL4/src/portableML/poly/
H A DCounter.sml20 fun next () = function
H A DMLSYSPortable.sml66 fun next () = Synchronized.change_result counter (fn i => (i, i + inc)) function
/seL4-l4v-master/l4v/tools/autocorres/experiments/alloc-proof/
H A Dalloc_lite.h23 struct mem_node *next; member in struct:mem_node
/seL4-l4v-master/HOL4/examples/acl2/tests/inputs/
H A Dltl.lisp[all...]
/seL4-l4v-master/HOL4/src/HolSat/sat_solvers/minisat/
H A DVarOrder.h79 Var next = irand(random_seed,assigns.size()); local
86 Var next = heap.getmin(); local
/seL4-l4v-master/HOL4/examples/muddy/muddyC/buddy/examples/calculator/
H A Dhashtbl.cxx88 int next = table[h].first; local
[all...]
H A Dhashtbl.h30 int next; member in class:hashElement
/seL4-l4v-master/HOL4/examples/muddy/muddyC/buddy/examples/fdd/
H A Dstatespace.cxx67 bdd next = fdd_ithvar(1, (i+1) % 8); local
/seL4-l4v-master/HOL4/examples/muddy/muddyC/buddy/src/
H A Dbddtree.h48 struct s_BddTree *next, *prev; member in struct:s_BddTree
H A Dpairs.c64 bddPair *next = p->next; local
[all...]
/seL4-l4v-master/HOL4/tools/mlyacc/mlyacclib/
H A DMLY_parser1.sml116 val next as (TOKEN (terminal,(_,leftPos,_)),_) = Stream.get lexer value
/seL4-l4v-master/isabelle/src/HOL/TPTP/TPTP_Parser/ml-yacc/lib/
H A Dparser1.sml94 val next as (TOKEN (terminal,(_,leftPos,_)),_) = Stream.get lexer value
/seL4-l4v-master/l4v/isabelle/src/HOL/TPTP/TPTP_Parser/ml-yacc/lib/
H A Dparser1.sml94 val next as (TOKEN (terminal,(_,leftPos,_)),_) = Stream.get lexer value
/seL4-l4v-master/HOL4/examples/dev/sw/
H A DCFG.sml207 val next = if nextL = [] then n value
/seL4-l4v-master/HOL4/examples/dev/sw/working/0.1/
H A DCFG.sml208 val next = if nextL = [] then n value

Completed in 145 milliseconds

1234