Searched defs:result (Results 101 - 125 of 267) sorted by relevance

1234567891011

/seL4-l4v-10.1.1/HOL4/polyml/libpolyml/
H A Drtsentry.cpp170 Handle result = 0; local
H A Darb.cpp268 unsigned result = (unsigned)res; local
277 int result = (int)res; local
[all...]
H A Dgc.cpp366 bool result; member in class:QuickGCRequest
/seL4-l4v-10.1.1/seL4/include/arch/x86/arch/32/mode/
H A Dmachine.h90 rdmsr_safe_result_t result; local
/seL4-l4v-10.1.1/HOL4/src/HolSat/
H A Ddpll.sml12 datatype result = Unsat of thm | Sat of term -> term type
H A DsatTools.sml84 val result = substringContains failure_string sat_res_ss value
/seL4-l4v-10.1.1/HOL4/src/portableML/
H A DProfile.sml20 val result = OK (f x) handle e => Ex e value
61 val (result, timefx) = time f x value
/seL4-l4v-10.1.1/HOL4/src/portableML/poly/
H A DThread_Attributes.sml99 val result = Exn.capture (fn () => (set_attributes atts2; e atts1)) (); value
/seL4-l4v-10.1.1/HOL4/src/simp/src/
H A Dselftest.sml143 val result = ``if a then f T:'a else g F`` value
153 val result = ``(f:'b -> 'c) o I (g:'a -> 'b)`` value
165 val result = ``T`` value
/seL4-l4v-10.1.1/HOL4/tools/Holmake/
H A DHM_GraphBuildJ1.sml130 val result = system c value
/seL4-l4v-10.1.1/HOL4/tools/mlyacc/src/
H A Dshrink.sml153 let val result = array(length l,h) value
H A Dyacc-grm.sml333 type result = string*Hdr.declData* ( Hdr.rule list ) type
638 MlyValue.ID_LIST ID_LIST1,ID_LIST1left,_))::rest671) => let val result value
[all...]
/seL4-l4v-10.1.1/HOL4/developers/
H A DgenUseScript.sml168 val result = value
H A DgenerateBuildSummary.sml25 val result = OS.Process.system ("date +\"%a, %d %b %Y %H:%M:%S %z\" > "^tmp) value
/seL4-l4v-10.1.1/HOL4/polyml/libpolyml/libffi/testsuite/libffi.call/
H A Dcls_pointer_stack.c31 void* result; local
56 void* result; local
[all...]
H A Dnested_struct.c32 struct cls_struct_combined result; local
[all...]
H A Dnested_struct1.c33 struct cls_struct_combined result; local
[all...]
/seL4-l4v-10.1.1/HOL4/polyml/basis/
H A DNetHostDB.sml150 datatype result = AResult of entry | NoResult type
/seL4-l4v-10.1.1/l4v/misc/regression/
H A Dtestspec.py208 def result(x, fail=lambda x: rel[x]): function in function:Depends.__init__.lookup
/seL4-l4v-10.1.1/seL4/src/arch/arm/32/machine/
H A Dcapdl.c29 static int getDecodedChar(unsigned char *result) argument
253 int result; local
[all...]
/seL4-l4v-10.1.1/l4v/tools/c-parser/tools/mlyacc/src/
H A Dyacc-grm.sml336 type result = string*Hdr.declData* ( Hdr.rule list ) type
641 MlyValue.ID_LIST ID_LIST1,ID_LIST1left,_))::rest671) => let val result value
[all...]
/seL4-l4v-10.1.1/HOL4/examples/dev/sw2/
H A Dcompiler.sml252 val result = pass3 defs value
/seL4-l4v-10.1.1/HOL4/examples/
H A Ddpll.sml5 datatype result = Unsat of thm | Sat of term -> term type
/seL4-l4v-10.1.1/HOL4/examples/elliptic/
H A DParser.sml64 val (result, rest) = parser input value
71 val (result, rest) = parser input value
110 val (result,input) = parser input value
/seL4-l4v-10.1.1/HOL4/examples/formal-languages/regular/
H A Dregexp2dfa.sml355 val result = compile_regexp justify regexp value

Completed in 240 milliseconds

1234567891011