Searched defs:str (Results 1 - 25 of 55) sorted by path

123

/seL4-l4v-10.1.1/HOL4/examples/ARM_security_properties/
H A DARM_proverLib.sml78 let val (str , fst , snd) = value
82 val (str , tp_type, b) = value
364 val str = valOf (TextIO.inputLine TextIO.stdIn) value
[all...]
H A DARM_prover_extLib.sml112 let val (str , fst , snd) = value
116 val (str , tp_type, b) = value
[all...]
/seL4-l4v-10.1.1/HOL4/examples/dev/sw2/
H A Drefine.sml59 val str = Arbnum.toBinString n value
/seL4-l4v-10.1.1/HOL4/examples/dev/
H A Dvsynth.sml131 let val (str, [_,ty]) = dest_type(type_of tm) value
/seL4-l4v-10.1.1/HOL4/examples/elliptic/
H A DfieldTools.sml270 val (str,brk) = (#add_string ppfns, #add_break ppfns); value
/seL4-l4v-10.1.1/HOL4/examples/machine-code/compiler/
H A DcodegenLib.sml142 val str = implode (repeatc m #" ") value
396 val str = code2string code false value
/seL4-l4v-10.1.1/HOL4/examples/machine-code/graph/
H A Dderive_specsLib.sml679 val str = "Section `"^sec_name^"` consists of "^cl^" instructions." value
H A Dfunc_decompileLib.sml123 val str = "Section " ^ sec_name ^ " (" ^ value
H A Dgraph_specsLib.sml51 val str = tm |> rator |> rand |> stringSyntax.fromHOLstring value
68 val str = tm |> rator |> rand |> stringSyntax.fromHOLstring value
416 val str = ("Graph spec failed in " ^ sec_name ^ " for pos " ^ value
440 val str = name ^ "_" ^ int_to_string i value
[all...]
/seL4-l4v-10.1.1/HOL4/examples/machine-code/just-in-time/
H A Dexport_codeLib.sml54 val str = if ty = ``:word8`` then "\t.byte\t" else value
/seL4-l4v-10.1.1/HOL4/examples/machine-code/lisp/
H A Dexport_codeLib.sml54 val str = if ty = ``:word8`` then "\t.byte\t" else value
/seL4-l4v-10.1.1/HOL4/examples/machine-code/x64_compiler/
H A Dx64_codegenLib.sml124 val str = implode (repeatc m #" ") value
295 val str = code2string code false value
/seL4-l4v-10.1.1/HOL4/examples/muddy/muddyC/buddy/examples/calculator/
H A Dparser.h19 char *str; member in struct:token
/seL4-l4v-10.1.1/HOL4/examples/muddy/muddyC/buddy/src/
H A Dkernel.c672 static char str[100]; local
/seL4-l4v-10.1.1/HOL4/examples/real-to-float/
H A DdaisyLib.sml7 val str = ``p_str "test" ^func`` value
16 val str = (case TextIO.inputLine(f) of SOME str => str) value
/seL4-l4v-10.1.1/HOL4/examples/theorem-prover/lisp-runtime/bin/
H A Dwrapper.c27 void print_str (char* str, long i, long e, long wsp) { argument
/seL4-l4v-10.1.1/HOL4/examples/theorem-prover/lisp-runtime/extract/
H A Dlisp_synthesisLib.sml45 val str = stringSyntax.fromHOLstring (rand tm) value
/seL4-l4v-10.1.1/HOL4/examples/theorem-prover/lisp-runtime/implementation/
H A Dexport_codeLib.sml59 val str = if ty = ``:word8`` then "\t.byte\t" else value
/seL4-l4v-10.1.1/HOL4/examples/theorem-prover/milawa-prover/
H A Dmilawa_initScript.sml288 val str = tm |> rator |> rator |> rator |> rator |> rator |> rand value
/seL4-l4v-10.1.1/HOL4/polyml/basis/
H A DByte.sml48 val (str, offset, size) = Substring.base s value
H A DDate.sml434 val str = Int.toString i value
[all...]
H A DReal.sml256 val str = "0." ^ String.implode(List.map toChar digits) ^"E" ^ value
282 val (str, exp, sign) = dtoa(r, 3, ndigs) value
318 val (str, exp, sign) = dtoa(r, 2, ndigs+1) value
342 val (str, exp, sign) = dtoa(r, 2, ndigs) value
397 val (str, exp, sign) = dtoa(r, 0, 0) value
[all...]
H A DString.sml199 val str: char ->string = charAsString value
555 val str = LibrarySupport.allocString iW value
580 val str = LibrarySupport.allocString iW value
1703 val str: char -> string = String.str; value
[all...]
H A DStringSignatures.sml80 val str : char -> string value
/seL4-l4v-10.1.1/HOL4/polyml/libpolyml/
H A Dbasicio.cpp284 void close_stream(PIOSTRUCT str) argument
[all...]

Completed in 187 milliseconds

123