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

/seL4-l4v-10.1.1/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-10.1.1/HOL4/src/portableML/poly/
H A DDynarray.sml20 fun copy i = Array.sub (arrval, i + lo) handle _ => dflt function
/seL4-l4v-10.1.1/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-10.1.1/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-10.1.1/HOL4/tools/
H A Dbuildutils.sig23 val copy : string -> string -> unit (* copy src dest *) value
H A Dbuildutils.sml395 fun copy file path = (* Dead simple file copy *) function
/seL4-l4v-10.1.1/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-10.1.1/graph-refine/graph-to-graph/
H A Dconflict.py12 import os, re, sys, copy namespace
H A Dreconstruct.py14 import copy namespace
H A Dpydot.py29 import copy namespace
/seL4-l4v-10.1.1/seL4/tools/
H A Dlex.py40 import re, sys, types, copy, os namespace
/seL4-l4v-10.1.1/HOL4/tools/Holmake/
H A Dbasis2002.sml279 val copy : {src : 'a array, dst : 'a array, di : int} -> unit value
305 fun copy {di,dst,src} = function
354 val copy : { value
412 fun copy {di,dst,src = src as (a,i,sz)} = function

Completed in 250 milliseconds