Searched defs:top (Results 1 - 25 of 33) sorted by relevance

12

/seL4-l4v-10.1.1/HOL4/examples/dev/sw/
H A DStack.sig8 val top : 'item stack -> 'item value
H A DStack.sml20 fun top( Empty ) = raise EmptyStack function
/seL4-l4v-10.1.1/HOL4/examples/dev/sw/working/0.1/
H A DStack.sig8 val top : 'item stack -> 'item value
H A DStack.sml20 fun top( Empty ) = raise EmptyStack function
/seL4-l4v-10.1.1/HOL4/examples/dev/sw/working/0.2/util/
H A DStack.sig8 val top : 'item stack -> 'item value
H A DStack.sml20 fun top( Empty ) = raise EmptyStack function
/seL4-l4v-10.1.1/HOL4/src/metis/
H A DmlibHeap.sig14 val top : 'a heap -> 'a (* raises Empty *) value
H A DmlibHeap.sml39 fun top (mlibHeap (_, _, E)) = raise Empty function
/seL4-l4v-10.1.1/HOL4/examples/l3-machine-code/lib/
H A DMutableMapFunctor.sml27 val top = IntInf.~>> (v, arrayBits) value
37 val top = IntInf.~>> (v, arrayBits) value
H A DPureMap.sml28 val top = IntInf.~>> (v, arrayBits) value
38 val top = IntInf.~>> (v, arrayBits) value
/seL4-l4v-10.1.1/isabelle/src/Tools/Metis/src/
H A DHeap.sig17 val top : 'a heap -> 'a (* raises Empty *) value
H A DHeap.sml41 fun top (Heap (_,_,E)) = raise Empty function
/seL4-l4v-10.1.1/l4v/isabelle/src/Tools/Metis/src/
H A DHeap.sig17 val top : 'a heap -> 'a (* raises Empty *) value
H A DHeap.sml41 fun top (Heap (_,_,E)) = raise Empty function
/seL4-l4v-10.1.1/HOL4/polyml/libpolyml/
H A Dbitmap.h73 VisitBitmap(PolyWord *bottom, PolyWord *top): argument
H A Dgc_mark_phase.cpp677 static void SetBitmaps(LocalMemSpace *space, PolyWord *pt, PolyWord *top) argument
[all...]
H A Dmemmgr.h81 PolyWord *top; // Top of area. member in class:MemSpace
H A Dprofiling.cpp214 void ProfileRequest::getProfileResults(PolyWord *bottom, PolyWord *top) argument
/seL4-l4v-10.1.1/HOL4/examples/acl2/tests/inputs/
H A Dproblem-set-1-answers.lisp206 (defun top (stack) (car stack)) function
[all...]
/seL4-l4v-10.1.1/HOL4/src/portableML/
H A DOldPP.sml98 fun top (Istack stk) = function
/seL4-l4v-10.1.1/HOL4/examples/muddy/muddyC/buddy/src/
H A Dreorder.c1803 BddTree *top; local
[all...]
/seL4-l4v-10.1.1/HOL4/src/0/
H A DTerm.sml687 let val top = Array.length A - 1 value
/seL4-l4v-10.1.1/HOL4/src/floating-point/
H A Dbinary_ieeeLib.sml146 val top = Float (false, m, f) value
/seL4-l4v-10.1.1/HOL4/src/parse/
H A Dparse_term.sml1382 val top = dest_terminal top_item value
[all...]
/seL4-l4v-10.1.1/HOL4/src/n-bit/
H A DwordsLib.sml2694 val top = lsr (v, Arbnum.less1 m) value

Completed in 458 milliseconds

12