Searched refs:why (Results 1 - 23 of 23) sorted by relevance

/barrelfish-2018-10-04/lib/libc/rpc/
H A Dsvc.c464 svcerr_auth(SVCXPRT *xprt, enum auth_stat why) argument
473 rply.rjcted_rply.rj_why = why;
640 enum auth_stat why; local
648 if ((why = _authenticate(&r, &msg)) != AUTH_OK) {
656 if (why != RPCSEC_GSS_NODISPATCH)
657 svcerr_auth(xprt, why);
/barrelfish-2018-10-04/lib/lua/src/
H A Dlundump.c30 static l_noret error(LoadState* S, const char* why) argument
32 luaO_pushfstring(S->L,"%s: %s precompiled chunk",S->name,why);
/barrelfish-2018-10-04/usr/eclipseclp/Contrib/
H A Doccur.pl98 % Dec-10 compiler, which is why the second 'arg' call follows the replace
H A Dassoc.pl157 insert(why,sky),
H A Dintervals.pl157 are disjoint but coalescable. This is why 'iset_union' calls
H A Drdtok.pl237 % inside a comment, which is why read_solidus/2 passes back an end of
/barrelfish-2018-10-04/tools/fof/
H A DFutureWork.tex39 the source is released. This is the reason why @IL.Paka.Optimizer@
/barrelfish-2018-10-04/usr/eclipseclp/ecrc_solvers/chr/
H A Dmath-utilities.pl86 ((C=[X*_|_],nonvar(X),X=slack(_))->A=B;B=C). % slacks unordered why?
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dsystools.pl823 ignored_module(database_kernel). % Too many missing - why??
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/asm/
H A Dsparcv9a-mont.pl628 ! why?
648 ! end-of-why?
/barrelfish-2018-10-04/lib/tommath/
H A Dbn.tex251 LibTomMath was written to be an instructive collection of source code. This is why there are many comments, only one
255 Source code alone cannot really teach how the algorithms work which is why I also wrote a textbook that accompanies
1237 So why not always use Karatsuba or Toom-Cook? The simple answer is that they have so much overhead that they're not
1623 This is why a simple function has been provided to help out.
H A Dtommath.tex90 They ask why I did it and especially why I continue to work on them for free. The best I can explain it is ``Because I can.''
354 Some algorithms have slight advantages over others which is why some constants will not be removed in
542 why this design works note that the Karatsuba and Toom-Cook multipliers were written \textit{after} the
1493 seem obvious as to why the digit counter does not grow exceedingly large it is because of the shift on line 28
2699 efficient than the baseline algorithm why not simply always use this algorithm?
3426 If the asymptotic times of Karatsuba squaring and multiplication are the same, why not simply use the multiplication algorithm
6128 collide, that is be in synchronous states, after only $[ a, b ]$ iterations. This is why, for example, random number generators based on
/barrelfish-2018-10-04/doc/009-notifications/
H A DNotify.tex133 notification (PCN) pages. (by the way, why is struct global still
/barrelfish-2018-10-04/doc/015-disk-driver-arch/
H A Dlibahci.tex8 a single \ac{ahci} port. The main reason why such a library is desirable is to
/barrelfish-2018-10-04/doc/019-device-drivers/
H A DDeviceDriver.tex198 allocation-table for the FAT file-system. Now, you might think, well, why
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Dsearch.tex254 This unique property is the reason why backtracking is a built feature
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumscompiler.tex966 tells you why.
H A Dexthsusp.tex1588 The reason why delayed goals are woken \emph{after} the cut and not before
H A Dumsdebug.tex764 The purpose of this command is to find out why a goal has failed (FAIL)
/barrelfish-2018-10-04/doc/000-overview/
H A DOverview.tex100 CPU driver, and there is no reason why these drivers have to be the
/barrelfish-2018-10-04/usr/eclipseclp/documents/search/
H A Dsearch.tex258 This unique property is the reason why backtracking is a built feature
/barrelfish-2018-10-04/doc/014-bulk-transfer/
H A Dbulk-transfer.tex45 about why those are not good enough. The \autoref{chap:design}
/barrelfish-2018-10-04/usr/eclipseclp/documents/applications/
H A Dtutorial.tex1787 In a constraint problem we then have to identify which constraint(s) should eliminate this answer and why that didn't happen. There are two typical scenarios.

Completed in 268 milliseconds