Searched refs:left (Results 76 - 100 of 174) sorted by relevance

1234567

/barrelfish-2018-10-04/usr/eclipseclp/ecrc_solvers/propia/
H A Dzebra.pl14 The Norwegian lives in the first house on the left.
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/
H A Dbn_prime.pl67 * The word 'cryptographic' can be left out if the rouines from the library
/barrelfish-2018-10-04/lib/openssl-1.0.0d/util/
H A Dadd_cr.pl99 * The word 'cryptographic' can be left out if the rouines from the library
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Dmad.c820 int left, seg_size, pad; local
827 for (left = send_buf->data_len + pad; left > 0; left -= seg_size) {
1485 Any management classes left ?
1526 Any OUIs left ?
1531 Any other vendor classes left ?
H A Dlocal_sa.c354 int left, offset = 0; local
360 left = IB_MGMT_SA_DATA - iter->data_offset;
361 if (left < iter->attr_size) {
365 &mad->data[iter->data_offset], left);
366 offset = left;
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dqueens.pl46 strictly left to right
50 the board rather than from the left bottom corner,
H A Dremote_tools.pl181 made. This can be left as a variable, so that the system can determine
H A Dt_all.pl354 similar_lists([C1|T1], T2) :- % skip one left
/barrelfish-2018-10-04/usr/eclipseclp/documents/megalog/
H A Dmanual.tex57 % Needed to adjust left/right pages properly
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/conf/
H A Dkeysets.pl89 * The word 'cryptographic' can be left out if the rouines from the library
/barrelfish-2018-10-04/lib/tommath/
H A Dbn.tex26 \newcommand{\floor}[1]{\left\lfloor{#1}\right\rfloor}
27 \newcommand{\ceil}[1]{\left\lceil{#1}\right\rceil}
357 are passed on the left and the destination is on the right. For instance,
786 Comparisons in LibTomMath are always performed in a ``left to right'' fashion. There are three possible return codes
804 In figure \ref{fig:CMP} two integers $a$ and $b$ are being compared. In this case $a$ is said to be ``to the left'' of
817 This will compare $a$ to $b$ placing $a$ to the left of $b$. This function cannot fail and will return one of the
874 This will compare $a$ to the left of $b$. It will first compare the signs of the two mp\_int variables. If they
930 This will compare $a$ to the left of $b$ using a signed comparison. Note that it will always treat $b$ as
977 Multiplications and divisions by any power of two can be performed with quick logical shifts either left or
1070 To multiply by the polynomial $g(x) = x$ all you have todo is shift the digits of the basis left on
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/widget/
H A Dcalculator.tcl194 pack [menubutton $m -text "File" -underline 0 -menu $m.m] -side left
201 pack [menubutton $m -text "Math" -underline 0 -menu $m.m] -side left
H A Dtabnotebook.tcl45 ## Must be one of: left, right, center.
586 foreach {x y x1 y1} $box {left right} [$c xview] \
588 set xpos [expr {(($x1+$x)/2.0)/$xmax - ($right-$left)/2.0}]
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Dtutorial.tex89 % Needed to adjust left/right pages properly
124 A few topics have been left out of this tutorial and are covered
H A Dtkdebug.tex241 on the left hand side, and a list of properties on the right.
395 allows us to navigate the term. The initial display is shown on the left
543 \item[left-click] selects the object.
544 \item[double (left)-click] `opens' the object. This can mean expanding it
552 left-mouse button with the control key pressed.
/barrelfish-2018-10-04/include/openssl/
H A Dssl3.h35 * The word 'cryptographic' can be left out if the rouines from the library
360 int left; /* how many bytes left */ member in struct:ssl3_buffer_st
/barrelfish-2018-10-04/include/vm/
H A Dvm_map.h102 struct vm_map_entry *left; /* left child in binary search tree */ member in struct:vm_map_entry
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Dd1_pkt.c92 * The word 'cryptographic' can be left out if the rouines from the library
974 if (s->s3->rbuf.left == 0) /* no read-ahead left? */
1179 if (s->s3->rbuf.left == 0) /* no read-ahead left? */
1344 if (s->s3->wbuf.left != 0)
1525 wb->left = prefix_len + wr->length;
H A Dssl3.h35 * The word 'cryptographic' can be left out if the rouines from the library
360 int left; /* how many bytes left */ member in struct:ssl3_buffer_st
H A Ds23_clnt.c35 * The word 'cryptographic' can be left out if the rouines from the library
676 s->s3->rbuf.left=n;
/barrelfish-2018-10-04/usr/eclipseclp/documents/internal/kernel/
H A Dgc.tex171 target object (left hand side).
216 What is left for the compaction phase is to move the marked objects
/barrelfish-2018-10-04/usr/eclipseclp/ecrc_solvers/
H A Dchr2pl.pl844 :- setval(left, off).
848 setval(left, on),
850 setval(left, off),
853 getval(left, on), !,
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/objects/
H A Dobj_dat.pl211 * The word 'cryptographic' can be left out if the rouines from the library
H A Dobjects.pl162 * The word 'cryptographic' can be left out if the rouines from the library
/barrelfish-2018-10-04/lib/cxx/cxx/
H A Dios.cpp97 const ios_base::fmtflags ios_base::left; member in class:ios_base

Completed in 422 milliseconds

1234567