Searched defs:slice (Results 1 - 15 of 15) sorted by relevance

/seL4-l4v-10.1.1/HOL4/polyml/basis/
H A DIntArray.sml40 type slice = int slice type
48 type slice = int slice type
H A DRealArray.sml46 type slice = real slice type
54 type slice = real slice type
H A DByte.sml49 val slice = Word8VectorSlice.slice(stringToBytes str, offset, SOME size) value
H A DArraySliceSignature.sml29 val slice: 'a array * int * int option -> 'a slice value
[all...]
H A DMONO_VECTOR_SLICE.sml27 type slice type
32 val slice: vector * int * int option -> slice value
[all...]
H A DVectorSliceSignature.sml27 val slice: 'a vector * int * int option -> 'a slice value
[all...]
H A DArray.sml214 fun slice(vec: 'a array, i: int, NONE) = function
[all...]
H A DMONO_ARRAY_SLICE.sml27 type slice type
35 val slice: array * int * int option -> slice value
[all...]
H A DVectorSliceOperations.sml33 datatype slice = Slice of { vector: vector, start: word, length: word }; type
38 val slice: vector * int * int option -> slice value
66 datatype slice = Slice of { vector: vector, start: word, length: word }; type
94 fun slice(vec: vector, i: int, NONE) = function
[all...]
H A DVector.sml250 fun slice(vec: 'a vector, i: int, NONE) = function
H A DStringSignatures.sml122 val slice : (substring * int * int option) -> substring value
H A DString.sml1306 type slice type
1310 val slice: vector * int * int option -> slice value
1322 sharing type slice = substring type
1577 val slice = subslice value
[all...]
/seL4-l4v-10.1.1/HOL4/polyml/modules/IntInfAsInt/
H A DStringChar.sml49 val slice = fn (s, i, j) => slice(s, FixedInt.fromInt i, Option.map FixedInt.fromInt j) value
H A DArrayVector.sml171 type slice type
176 val slice: vector * FixedInt.int * FixedInt.int option -> slice value
203 val slice = fn (v, i, l) => slice(v, FixedInt.fromLarge i, Option.map FixedInt.fromInt l) value
225 val slice = fn (v, i, l) => slice(v, FixedInt.fromLarge i, Option.map FixedInt.fromInt l) value
243 type slice type
251 val slice: array * FixedInt.int * FixedInt.int option -> slice value
282 val slice = fn (v, i, l) => slice(v, FixedInt.fromLarge i, Option.map FixedInt.fromInt l) value
307 val slice = fn (v, i, l) => slice(v, FixedInt.fromLarge i, Option.map FixedInt.fromInt l) value
[all...]
/seL4-l4v-10.1.1/HOL4/tools/Holmake/
H A Dbasis2002.sml138 val slice : 'a Vector.vector * int * int option -> 'a slice value
174 fun slice (v,i,NONE) = if i < 0 orelse vlen v < i then raise Subscript function
350 val slice : 'a Array.array * int * int option -> 'a slice value
399 fun slice (v,i,NONE) = if i < 0 orelse vlen v < i then raise Subscript function
709 val slice : substring * int * int option -> substring value
841 type slice type
845 val slice : vector * int * int option -> slice value
868 where type slice = Substring.substring type
873 type slice = Substring.substring type
878 val slice = extract value
[all...]

Completed in 224 milliseconds