Searched defs:update (Results 1 - 25 of 82) sorted by path

1234

/seL4-l4v-master/HOL4/examples/ARM/v7/
H A Dselftest.sml37 fun update (l,r) = "[" ^ t2s l ^ " <- " ^ t2s r ^ "]\n" function
/seL4-l4v-master/HOL4/examples/acl2/tests/inputs/
H A Dm1-story.lisp[all...]
H A Dproblem-set-1-answers.lisp
H A Drecords.lisp293 (defmacro update (old &rest updates) function
H A Dsummary.lisp49 (defmacro update (old &rest updates) function
/seL4-l4v-master/HOL4/examples/dev/sw/
H A Dint-binary-map.sml159 fun update (E,_,_) = raise Binaryset.NotFound function
H A Dord-map-sig.sml22 val update : 'a map * int * ('a -> 'a) -> 'a map value
/seL4-l4v-master/HOL4/examples/dev/sw/working/0.1/
H A Dint-binary-map.sml159 fun update (E,_,_) = raise Binaryset.NotFound function
H A Dord-map-sig.sml22 val update : 'a map * int * ('a -> 'a) -> 'a map value
/seL4-l4v-master/HOL4/examples/dev/sw/working/0.2/util/
H A Dint-binary-map.sml159 fun update (E,_,_) = raise Binaryset.NotFound function
H A Dord-map-sig.sml22 val update : 'a map * int * ('a -> 'a) -> 'a map value
/seL4-l4v-master/HOL4/examples/l3-machine-code/lib/
H A DL3.sig49 val update : (''a -> 'b) -> ''a -> 'b -> ''a -> 'b value
H A DL3.sml21 fun update m i e = fn x => if x = i then e else m x function
H A DMap.sml10 val update : 'a map * IntInf.int * 'a -> 'a map value
H A DMutableMapFunctor.sml34 fun update (Array a, v, d) = (Array.update (a, IntInf.toInt v, d); Array a) function
H A DPureMap.sml35 fun update (Vector a, v, d) = Vector (Vector.update (a, IntInf.toInt v, d)) function
/seL4-l4v-master/HOL4/examples/machine-code/compiler/
H A Dreg_allocLib.sml419 fun update x y z i = if x ~~ i then y else z i function
/seL4-l4v-master/HOL4/examples/muddy/
H A Dbdd.sml236 fun update i d = Array.update(tab,i,SOME d) function
/seL4-l4v-master/HOL4/polyml/basis/
H A DArray.sml84 fun update (vec: 'a array, i: int, new: 'a) : unit = function
208 fun update (Slice{array, start, length}, i: int, new: 'a) : unit = function
H A DArray2.sml86 fun update (arr, i, j, a) = Array.update(Vector.sub(fromArray arr, i), j, a) function
H A DArray2Signature.sml36 val update: 'a array * int * int * 'a -> unit value
H A DArraySignature.sml32 val update : ('a array * int * 'a) -> unit value
H A DArraySliceSignature.sml27 val update : 'a slice * int * 'a -> unit value
H A DBoolArray.sml278 fun update (v as Vector(len, _), i, c) = function
400 fun update (Array (l, v), i: int, new) : unit = function
H A DIntArray2.sml40 val update : array * int * int * elem -> unit value

Completed in 112 milliseconds

1234