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

12

/seL4-l4v-10.1.1/HOL4/tools/quote-filter/
H A Dmlton-quote-filter.sml20 val out = TextIO.stdOut value
/seL4-l4v-10.1.1/HOL4/examples/machine-code/acl2/
H A Dm1_factorialScript.sml58 fun out s = TextIO.output(outstr, s); function
/seL4-l4v-10.1.1/HOL4/examples/HolBdd/
H A DPrintBdd.sml72 let val out = BasicIO.open_out file value
/seL4-l4v-10.1.1/HOL4/help/src-sml/
H A DPrintbase.sml12 fun out s = TextIO.output(os, s) function
40 fun out s = TextIO.output(os, s) function
[all...]
H A DDoc2Html.sml87 fun out s = TextIO.output(ostrm,s) function
[all...]
H A DDoc2Txt.sml10 fun out(str,s) = TextIO.output(str, s) function
[all...]
H A DDoc2Tex.sml13 fun out(str,s) = TextIO.output(str, s) function
[all...]
H A DHOLPage.sml51 fun out s = TextIO.output(os, s) function
[all...]
/seL4-l4v-10.1.1/l4v/misc/filemerge/faster/
H A Dtranslate.cpp32 static int to_ascii(wifstream &in, wofstream &out) { argument
50 static int to_unicode(wifstream &in, wofstream &out) { argument
/seL4-l4v-10.1.1/HOL4/src/1/
H A DDiskThms.sml8 fun out s = add_string s function
[all...]
/seL4-l4v-10.1.1/HOL4/examples/STE/Examples/
H A DComparator-for-STE-Reduction.sml87 val out = (T, "out", ``xnor a0 b0 /\ xnor a1 b1``, 1, 2); value
[all...]
H A DComparator.sml99 val out = (T, "out", ``(a0:bool=b0)/\(a1=b1)``, 1, 2); value
119 val out = (T, "out", `` value
139 val out = (T, "out", ``(a0:bool=b0)/\\(a1=b1)``, 1, 2); value
159 val out = (T, "out", ``T``, 1, 2); value
179 val out = (T, "out", ``T``, 1, 2); value
199 val out = (T, "out", ``T``, 1, 2); value
219 val out = (T, "out", ``T``, 1, 2); value
239 val out = (T, "out", ``F``, 1, 2); value
[all...]
/seL4-l4v-10.1.1/seL4/src/machine/
H A Dio.c78 char out[sizeof(unsigned long) * 2 + 3]; local
/seL4-l4v-10.1.1/HOL4/src/HolSat/sat_solvers/minisat/
H A DFile.C88 void putUInt(File& out, uint64 val) argument
[all...]
H A DFile.h137 static inline void putInt (File& out, int64 val) { putUInt(out, encode64(val)); } argument
/seL4-l4v-10.1.1/HOL4/examples/PSL/1.01/parser.mosmlyacc/
H A DMain.sml40 fun out s = output(outstr,s) function
/seL4-l4v-10.1.1/HOL4/polyml/libpolyml/libffi/src/tile/
H A Dffi.c73 assign_to_ffi_arg(ffi_sarg *out, void *in, const ffi_type *type, argument
226 UINT64 *out; local
[all...]
/seL4-l4v-10.1.1/HOL4/src/HolSat/
H A DdimacsTools.sml246 fun out s = output(outstr,s) function
[all...]
/seL4-l4v-10.1.1/HOL4/src/parse/
H A DHol_pp.sml266 fun out s = TextIO.output(ostrm, s) function
/seL4-l4v-10.1.1/HOL4/src/postkernel/
H A DSharingTables.sml40 val out = PP.add_string value
[all...]
/seL4-l4v-10.1.1/HOL4/src/prekernel/
H A DFeedback.sml65 fun out strm s = (TextIO.output(strm, s); TextIO.flushOut strm) function
/seL4-l4v-10.1.1/HOL4/examples/ARM/v7/eval/
H A Demit_eval.sml389 fun out l = TextIO.output (!traceOut, String.concat (l @ ["\n"])) function
[all...]
/seL4-l4v-10.1.1/HOL4/examples/dev/
H A Dvsynth.sml247 fun out s = TextIO.output(outstr,s) function
[all...]
/seL4-l4v-10.1.1/HOL4/tools/Holmake/poly/
H A DBuildCommand.sml249 val out = TextIO.openOut result value
H A DProcessMultiplexor.sml175 val out = mkTIO_instream outinfd value
[all...]

Completed in 107 milliseconds

12