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

12

/seL4-l4v-master/HOL4/examples/l3-machine-code/common/
H A Dspec_databaseLib.sig
H A Dspec_databaseLib.sml106 val opt = !current_opt value
120 val opt = !current_opt value
[all...]
/seL4-l4v-master/HOL4/examples/CCS/
H A DObsCongrLib.sml61 val (opt, t1, t2) = args_equiv w value
79 val (opt, t1, t2) = args_equiv w value
H A DWeakEQLib.sml60 val (opt, t1, t2) = args_equiv w value
78 val (opt, t1, t2) = args_equiv w value
H A DObsCongrConv.sml119 val (opt, t1, t2) = args_equiv w value
H A DStrongEQLib.sml56 val (opt, t1, t2) = args_equiv w value
76 val (opt, t1, t2) = args_equiv w value
188 val (opt, t1, t2) = args_equiv w value
H A DWeakLawsConv.sml51 val (opt, t1, t2) = args_equiv w value
221 val (opt, t1, t2) = args_equiv w value
/seL4-l4v-master/HOL4/tools/Holmake/
H A DGetOpt.sml105 val (opt, arg) = breakAtEq subs value
/seL4-l4v-master/l4v/tools/c-parser/standalone-parser/
H A DGetOpt.sml112 val (opt, arg) = breakeq subs value
/seL4-l4v-master/isabelle/src/Tools/Metis/src/
H A DOptions.sig21 type opt = type
H A DOptions.sml19 type opt = {switches : string list, arguments : string list, type
/seL4-l4v-master/l4v/isabelle/src/Tools/Metis/src/
H A DOptions.sig21 type opt = type
H A DOptions.sml19 type opt = {switches : string list, arguments : string list, type
/seL4-l4v-master/seL4/src/arch/x86/kernel/
H A Dcmdline.c32 static int UNUSED parse_opt(const char *cmdline, const char *opt, char *value, int bufsize) argument
62 static int parse_bool(const char *cmdline, const char *opt) argument
/seL4-l4v-master/graph-refine/graph-to-graph/
H A Dreconstruct.py472 opt = '--follow' variable
481 opt = argv[1] variable
[all...]
/seL4-l4v-master/HOL4/examples/dev/sw2/
H A DregAlloc.sml351 let val opt = value
560 val opt = List.find (fn x => is_mem x andalso value
/seL4-l4v-master/HOL4/examples/ARM/v7/
H A Darm_disassemblerLib.sml64 fun opt b c x = if b then x ^ c else x function
[all...]
H A Darm_random_testingLib.sml734 val opt = String.concat [arch, ", ", block, ", ", value
H A Darm_stepLib.sml1205 val opt = process_options options value
[all...]
/seL4-l4v-master/HOL4/src/metis/
H A DmlibMeson.sml274 val opt = if 1 <= sort_literals then sort_lits else I value
/seL4-l4v-master/HOL4/examples/ARM_security_properties/
H A DARM_proverLib.sml711 val (opt , body) = hd(List.rev(case_options)) value
/seL4-l4v-master/HOL4/src/TeX/
H A DmungeTools.sml7 datatype opt = Turnstile | Case | TT | Def | SpacedDef | AlignedDef type
/seL4-l4v-master/HOL4/examples/l3-machine-code/arm8/prog/
H A Darm8_progLib.sml462 type opt = {gpr_map: bool, mem: memory, temporal: bool, newline: bool} type
653 val opt = process_rule_options options value
[all...]
/seL4-l4v-master/HOL4/examples/l3-machine-code/m0/prog/
H A Dm0_progLib.sml457 type opt = {gpr_map: bool, mem: memory, temporal: bool} type
586 val opt = process_rule_options options value
[all...]
/seL4-l4v-master/HOL4/examples/l3-machine-code/arm/prog/
H A Darm_progLib.sml622 type opt = {gpr_map: bool, fpr_map: bool, mem: memory, temporal: bool} type
778 val opt = process_rule_options options value
[all...]

Completed in 249 milliseconds

12