Searched refs:Init (Results 1 - 11 of 11) sorted by relevance

/barrelfish-2018-10-04/lib/cxx/cxx/
H A Diostream.cpp34 ios_base::Init __start_std_streams;
36 ios_base::Init::Init() function in class:ios_base::Init
55 ios_base::Init::~Init()
/barrelfish-2018-10-04/usr/eclipseclp/Opium/demo/
H A Dsimplify.pl30 simplify(Init,Sexpr) :-
31 simplify2(Init,Int,Vars),
/barrelfish-2018-10-04/usr/eclipseclp/VBinterface/
H A DEclipseClass.cls178 Public Function Init() As Long
183 Init = ec_init()
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dio.pl1032 remote_connect(Address, Control, Init, Mod) :-
1035 remote_connect_accept(Control, Soc, block, Init, "", _, Mod).
1036 remote_connect(Address, Control, Init, _Mod) :-
1037 error(5, remote_connect(Address, Control, Init)).
1067 remote_connect_accept(Control, Soc, TimeOut, Init, Pass, Res, Mod) :-
1087 run_remote_init(Init, Res, Mod),
1095 remote_connect_accept(Control, Soc, TimeOut, Init, Pass, Res, Mod) :-
1099 error(Err, remote_connect_accept(Control, Soc, TimeOut, Init, Pass, Res, Mod)).
1128 run_remote_init(Init, Res, Mod) :-
1129 ( nonvar(Init), va
[all...]
H A Dtracer_tty.pl1138 % Init global settings
H A Dkernel.pl3201 local_body(shelf(Name,Init), M) :-
3202 check_compound(Init),
3203 shelf_create(Init, Handle),
3207 local_body(reference(Name,Init), M) :-
3209 make_array_(Name, reference(Init), local, M), !.
3216 local_body(variable(Name,Init), M) :-
3219 setval(Name, Init)@M.
/barrelfish-2018-10-04/usr/eclipseclp/ecrc_solvers/
H A Dchr.pl306 % concat_string(["make(chr_op,chr_op,[active,untraceable,global],'", ID, "/lib/chr/','", ID, "/lib/chr/')"], Init),
307 % opium(init(Init)),
/barrelfish-2018-10-04/lib/openssl-1.0.0d/util/
H A Dmkdef.pl935 $a .= ",RSA" if($s =~ /EVP_(Open|Seal)(Final|Init)/);
936 $a .= ",RSA" if($s =~ /PEM_Seal(Final|Init|Update)/);
/barrelfish-2018-10-04/usr/eclipseclp/documents/embedding/
H A Dembvb.tex76 \item[Function Init() As Long]\ \\
H A Dembremoteproto.tex275 % +Init: goal to call to perform any application specific initialisation
280 remote_attach(Host, Port, Pass, Init, Control, Ec_rpc, EcSideControl) :-
312 % Remote side now has control, call Init to perform application
314 call(Init),
/barrelfish-2018-10-04/lib/tommath/
H A Dtommath.tex1267 1. Init $a$. (\textit{mp\_init}) \\
2529 2. Init $t$ to be of size $digs$ \\
2953 1. Init the following mp\_int variables: $x0$, $x1$, $y0$, $y1$, $t1$, $x0y0$, $x1y1$.\\
3264 1. Init a temporary mp\_int of at least $2 \cdot a.used +1$ digits. (\textit{mp\_init\_size}) \\
5623 3. Init $q$ to $a.used$ digits. \\

Completed in 190 milliseconds