Searched defs:ps (Results 1 - 25 of 32) sorted by last modified time

12

/seL4-l4v-10.1.1/isabelle/src/Tools/Metis/src/
H A DUseful.sml489 val ps = ps @ [i] value
/seL4-l4v-10.1.1/l4v/isabelle/src/Tools/Metis/src/
H A DUseful.sml489 val ps = ps @ [i] value
/seL4-l4v-10.1.1/HOL4/polyml/mlsource/extra/Win/
H A DGdiBase.sml215 val (ps, {x=width, ...}, cr) = loadStr v value
/seL4-l4v-10.1.1/HOL4/polyml/libpolyml/
H A Dwindows_specific.cpp1259 PolyStringObject *ps = (PolyStringObject*)str.AsObjPtr(); local
H A Dunix_specific.cpp2067 static int findPathVar(TaskData *taskData, PolyWord ps) argument
H A Dprocess_env.cpp438 PolyStringObject * ps = (PolyStringObject *)path.AsObjPtr(); local
H A Dpolystring.cpp84 POLYUNSIGNED Poly_string_to_C(PolyWord ps, char *buff, POLYUNSIGNED bufflen) argument
95 char *Poly_string_to_C_alloc(PolyWord ps, size_t extraChars) argument
160 POLYUNSIGNED Poly_string_to_C(PolyWord ps, WCHAR *buff, POLYUNSIGNED bufflen) argument
184 WCHAR *Poly_string_to_U_alloc(PolyWord ps, size_t extraChars) argument
H A Dpolystring.h38 inline POLYUNSIGNED PolyStringLength(PolyWord ps) { return ((PolyStringObject*)ps.AsObjPtr())->length; } argument
58 TempCString(PolyWord ps): m_value(Poly_string_to_C_alloc(ps)) {} argument
95 TempString(PolyWord ps): m_value(Poly_string_to_T_alloc(ps)) {} argument
[all...]
H A Dpexport.cpp139 PolyStringObject* ps = (PolyStringObject*)p; local
679 PolyStringObject * ps = (PolyStringObject *)p; local
/seL4-l4v-10.1.1/HOL4/src/postkernel/
H A DTheoryGraph.sml102 val ps = Theory.parents thy_s value
/seL4-l4v-10.1.1/HOL4/src/pattern_matches/
H A DpatternMatchesSyntax.sml448 val ps = pairSyntax.strip_pair pt value
491 val ps value
[all...]
H A DpatternMatchesLib.sml310 val ps = map2 (fn c => fn arg => let value
335 val ps = List.rev ((v', c_else) :: ps_rev) value
398 val ps = flatten (map process_arg ps) value
470 val ps = case case2pmatch_aux opt v t0 of value
474 val ps = if opt then case2pmatch_remove_unnessary_rows ps else ps value
2394 val ps = (snd current_col) value
3775 val ps = strip_disj (dest_neg pre) value
[all...]
/seL4-l4v-10.1.1/HOL4/src/n-bit/
H A DbitstringLib.sml352 val ps = List.tabulate (i - 1, mk_p) value
/seL4-l4v-10.1.1/HOL4/src/metis/
H A DnormalForms.sml581 val ps = TRY_CONV TSIMP_CONV; value
/seL4-l4v-10.1.1/HOL4/src/HolSat/sat_solvers/zc2hs/
H A Dzc2hs.cpp274 void update(vector<int>& ps, int lit, vector<int>& r1) { argument
311 vector<int> ps; // pivots local
287 get_res(const vector<int>& resolvents, vec<Lit>& res, vector<int>& ps) argument
[all...]
/seL4-l4v-10.1.1/HOL4/src/HolSat/sat_solvers/minisat/
H A DSolverTypes.h89 Clause(bool learnt, const vec<Lit>& ps, ClauseId id_ = ClauseId_NULL) { argument
106 inline Clause* Clause_new(bool learnt, const vec<Lit>& ps, ClauseId id = ClauseId_NULL) { argument
H A DSolver.C98 const vec<Lit>& ps = learnt ? ps_ : qs; // 'ps' is now the (possibly) reduced vector of literals. variable
[all...]
H A DSolver.h185 void addClause (const vec<Lit>& ps) { newClause(ps); } // (used to be a difference between internal and external method...) argument
/seL4-l4v-10.1.1/HOL4/src/1/
H A DPmatch.sml799 val (ps,es) = unzip pes value
/seL4-l4v-10.1.1/HOL4/examples/theorem-prover/lisp-runtime/implementation/
H A Dlisp_codegenScript.sml1605 val ps = filter (not o can dest_sep_hide) (list_dest dest_star p) value
1607 val ps = filter (fn tm => not (car tm = pc) handle HOL_ERR _ => true) ps value
1611 val ps = sorter ps value
/seL4-l4v-10.1.1/HOL4/examples/theorem-prover/lisp-runtime/extract/
H A Dlisp_extractLib.sml379 val (ps,t) = ``(k:string |-> string list # term) ' ^name_tm`` value
443 val (ps,t) = ``(k:string |-> string list # term) ' ^name_tm`` value
491 val ps = params xs input_ty value
711 val (ps, value
874 val ps = map parts defs_inds value
889 val (ps,t) = ``(k:string |-> string list # term) ' ^name_tm`` value
[all...]
/seL4-l4v-10.1.1/HOL4/examples/machine-code/x64_compiler/
H A Dx64_codegenLib.sml228 val ps = list_dest dest_star p value
/seL4-l4v-10.1.1/HOL4/examples/machine-code/hoare-triple/
H A DhelperLib.sml842 val ps = (list_dest dest_star o last o list_dest dest_sep_exists) p value
1147 val ps = filter (can dest_pair_one) (list_dest dest_star p) value
1156 val ps = filter (can dest_pair_one) (list_dest dest_star p) value
/seL4-l4v-10.1.1/HOL4/examples/machine-code/graph/
H A DstraightlineLib.sml31 val ps = list_dest dest_star pre value
H A Dstack_introLib.sml11 val ps = list_dest dest_star p value

Completed in 171 milliseconds

12