Searched refs:once (Results 1 - 25 of 107) sorted by relevance

12345

/barrelfish-2018-10-04/lib/openssl-1.0.0d/ms/
H A Dapplink.c56 { static int once=1; local
59 if (once)
85 once = 0;
/barrelfish-2018-10-04/lib/msun/arm/
H A Dfenv-mangle.h30 #error Only include fenv-mangle.h once
/barrelfish-2018-10-04/lib/openssl-1.0.0d/MacOS/GetHTTPS.src/
H A DMacSocket.h1 #pragma once
H A DCPStringUtils.hpp1 #pragma once
/barrelfish-2018-10-04/lib/compiler-rt/builtins/
H A Demutls.c126 static pthread_once_t once = PTHREAD_ONCE_INIT; local
127 pthread_once(&once, emutls_init);
/barrelfish-2018-10-04/tools/usbboot/
H A Dusbboot.c344 int once= 1; local
392 if (once) {
393 once = 0;
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dprotect.pl49 once(latex_name(N, Name)),
H A Dumsopers.tex68 900 fy [\+, not, once, ~]
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/
H A Dvbs_router.pl39 % running the problem once. The file eclipse.cplex.lastprob
159 once(delete(I-IIn,In,RIn)),
160 once(delete(I-IOut,Out,ROut)),
H A Dcumulative_examples.pl119 once(member(LO,Solutions)),
160 once(member(Vars,Solutions)),
193 once(member(Vars,Solutions)),
242 once(member(Vars,Solutions)),
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dstatistics.pl76 once((current_predicate_body(P, M),
H A Dsource_storage.pl263 % Also eliminate: \+ not fail_if call once.
319 comma_to_list(once(Goal), [Goal|List], List) :- !.
320 comma_to_list(once(Goal,_), [Goal|List], List) :- !.
H A Dmegalog.pl142 retract -- succeed only once
325 once(Action),
337 once(Action),
443 once_not_fail(Goal) :- once(Goal),!.
H A Dtest_util.pl386 once(Test)@M.
403 once(NewTest)@M,
/barrelfish-2018-10-04/usr/eclipseclp/ecrc_solvers/
H A Dpropia.pl174 (Vars=[] -> once(Constraint)@Module
248 once(Goal)@Module
284 (subcall(once(Goal)@Module,Del),
401 once(Goal)@Module
408 subcall(once(CopyGoal)@Module,_).
412 subcall(once(CopyGoal)@Module,Del),
/barrelfish-2018-10-04/usr/eclipseclp/ecrc_solvers/chr/
H A Dtime.pl84 quantqual1(_7569, eq) :- once (member(_7582 - _7586, _7569), _7582 =< 0, 0 =< _7586).
85 quantqual1(_7696, le) :- once (member(_7709 - _7713, _7696), 0 < _7713).
86 quantqual1(_7799, ge) :- once (member(_7812 - _7816, _7799), _7812 < 0).
87 quantqual1(_7902, _7905) :- once (member(_7905 - _7919, _7902), _7905 =:= _7919).
/barrelfish-2018-10-04/usr/eclipseclp/Contrib/
H A Dxml_pp.pl159 possible_operator( (once) ).
H A Dxml.pl131 * Similarly, you may be happy to dispense with diagnosis once you are
H A Dstruct.pl100 % appearing exactly once in the list. var_member_check(L, V) checks
/barrelfish-2018-10-04/doc/015-disk-driver-arch/
H A Dfuture.tex44 initialization steps once the link to the device has been established. Removal
/barrelfish-2018-10-04/doc/016-serial-ports/
H A DSerial.tex96 Initializing a serial port more than once, however, is permissible:
110 bug to call this function more than once with the same port number,
/barrelfish-2018-10-04/usr/eclipseclp/documents/embedding/
H A Dembsumcxx.tex244 as well as subsequent waking will only happen once control is
265 Waking will only happen once control is returned to {\eclipse}
328 execution of the corresponding event handler once the \eclipse
H A Ddbi.tex473 twice, once to deduct an amount and once to add that same amount to
491 The SQL statement of Cursor is executed once for each Tuple in
506 once, doing this more efficiently than executing each tuple of parameter
H A Dembsumc.tex247 as well as subsequent waking will only happen once control is
266 Waking will only happen once control is returned to {\eclipse}
416 execution of the corresponding event handler once the \eclipse
423 execution of the corresponding event handler once the \eclipse
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/asm/
H A Dppc-mont.pl302 $STX $j,$tp,$j ; zap at once

Completed in 280 milliseconds

12345