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

/seL4-l4v-master/HOL4/examples/l3-machine-code/lib/
H A DMap.sml11 val copy : 'a map -> 'a map value
H A DMutableMapFunctor.sml54 fun copy (Array a) = Array (copyArray a) function
H A DPureMap.sml56 fun copy x = x function
/seL4-l4v-master/HOL4/src/portableML/poly/
H A DDynarray.sml20 fun copy i = Array.sub (arrval, i + lo) handle _ => dflt function
/seL4-l4v-master/HOL4/polyml/basis/
H A DArray2Signature.sml42 val copy: value
H A DArraySignature.sml33 val copy : {src : 'a array, dst : 'a array, di : int} -> unit value
H A DArraySliceSignature.sml33 val copy : {src : 'a slice, dst : 'a array, di : int} -> unit value
H A DIntArray2.sml46 val copy: { value
H A DMONO_ARRAY.sml36 val copy : {src : array, dst : array, di : int} -> unit value
H A DArray.sml133 fun copy {src: 'a array as s, dst: 'a array as d, di: int} = function
253 fun copy {src = Slice{array=s, start=srcStart, length=srcLen}, dst, di: int} = function
H A DMONO_ARRAY_SLICE.sml39 val copy : {src : slice, dst : array, di : int} -> unit value
H A DArray2.sml129 fun copy {src as {base, row, col, ...}, dst, dst_row, dst_col} = function
H A DBoolArray.sml228 fun copy b l = function
255 fun copy b l = function
418 fun copy {src=Array (slen, s), dst=Array (dlen, d), di: int} = function
[all...]
H A DWord8Array.sml209 fun copy {src=Array (len, s), dst=Array (dlen, d), di: int} = function
371 fun copy {src, dst, di: int} = function
H A DString.sml222 fun copy (_, []:string list) = () function
264 fun copy (_, []:char list) = () function
1210 fun copy {src=Array (len, s), dst=Array (dlen, d), di: int} = function
1633 fun copy {src, dst, di: int} = function
[all...]
/seL4-l4v-master/HOL4/src/simp/src/
H A DSequence.sml69 let fun copy xq = mk_seq (fn()=> function
83 let fun copy s = mk_seq (fn()=> function
104 let fun copy s = mk_seq (fn()=> function
113 let fun copy s = mk_seq (fn()=> function
[all...]
/seL4-l4v-master/HOL4/tools/
H A Dbuildutils.sig23 val copy : string -> string -> unit (* copy src dest *) value
H A Dbuildutils.sml398 fun copy file path = (* Dead simple file copy *) function
/seL4-l4v-master/HOL4/polyml/modules/IntInfAsInt/
H A DArrayVector.sml103 val copy : {src : array, dst : array, di : FixedInt.int} -> unit value
127 val copy = fn {di, dst, src} => copy {di=FixedInt.fromLarge di, dst=dst, src=src} value
153 val copy = fn {di, dst, src} => copy {di=FixedInt.fromLarge di, dst=dst, src=src} value
255 val copy : {src : slice, dst : array, di : FixedInt.int} -> unit value
279 val copy = fn {di, dst, src} => copy {di=FixedInt.fromLarge di, dst=dst, src=src} value
304 val copy value
374 and copy = copy' value
[all...]
/seL4-l4v-master/graph-refine/graph-to-graph/
H A Dconflict.py9 import os, re, sys, copy namespace
H A Dreconstruct.py12 import copy namespace
H A Dpydot.py32 import copy namespace
/seL4-l4v-master/seL4/tools/
H A Dlex.py43 import copy namespace
/seL4-l4v-master/HOL4/examples/formal-languages/regular/
H A DRegexp_Numerics.sml15 fun copy x n = List.tabulate (n,K x) handle _ => []; function
H A DRegexp_Type.sml12 fun copy x n = List.tabulate (n,K x) handle _ => []; function

Completed in 249 milliseconds