Searched refs:bf (Results 1 - 25 of 104) sorted by relevance

12345

/barrelfish-2018-10-04/include/openssl/
H A Dui_compat.h74 #define des_read_pw(b,bf,s,p,v) \
75 _ossl_old_des_read_pw((b),(bf),(s),(p),(v))
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ui/
H A Dui_compat.h74 #define des_read_pw(b,bf,s,p,v) \
75 _ossl_old_des_read_pw((b),(bf),(s),(p),(v))
/barrelfish-2018-10-04/lib/virtio/
H A Dvbuffer.h32 * \param bf buffer allocator
35 errval_t virtio_buffer_alloc_assing(struct virtio_buffer_allocator *bf,
/barrelfish-2018-10-04/usr/eclipseclp/documents/megalog/
H A Dbackwards-sec.tex40 \section{Module {\bf megalog}}
57 last call. However, {\bf cputime/1} and related built-ins
80 not flush after each output. The predicates {\bf set\_io/2},
81 {\bf writeqvar/2} and {\bf writeqvar/3} are not provided.
90 The predicate {\bf term\_string/3} is not provided, however
91 {\bf term\_string/2} is.
101 possible a list is seen as {\bf ./2}. The compatibility module
102 redefines {\bf compound/1}, {\bf lis
[all...]
H A Dknowbase-sec.tex86 the ending \verb+-db+ being replaced with \verb+-kb+ (e.g. {\bf createdb}
87 becomes {\bf createkb})
91 The {\bf createkb/1}, {\bf openkb/1}, and {\bf closekb/0} predicates all
128 The predicate used to define a deductive relation is {\bf \verb+<==>/2+}, where
143 \item The {\bf Relation\_Name} can be either an atom or a variable
146 \item Each {\bf Attribute\_Name} is an atom. A prefix
184 Synonyms are created and queried with the {\bf \verb+<-->/2+} predicate,
186 {\bf \ver
[all...]
H A Ddatabase-sec.tex82 enhance the access performance. Therefore there is the deductive {\bf KB} version
84 {\bf DB} version.
109 A database is created with the predicate {\bf createdb/1}. \index{createdb/1}
130 predicate {\bf opendb/1} \index{opendb/1} can be used.
138 {\bf closedb/0} \index{closedb/0} predicate is used.
145 {\bf $<=>$/2} predicate. \index{$<=>$/2}
179 The first argument of the {\bf \verb-<=>-} predicate is the name of the
185 In the permanent case the {\bf Relation\_Name} is an atom that
188 for {\bf Relation\_Name}, and this will be instantiated by the system
210 \item{{\bf Typ
[all...]
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/net/mlx4/
H A Dpd.c174 int mlx4_bf_alloc(struct mlx4_dev *dev, struct mlx4_bf *bf, int node) { argument
220 bf->uar = uar;
223 bf->uar = uar;
224 bf->offset = 0;
225 bf->buf_size = priv->dev.caps.bf_reg_size / 2;
226 bf->reg = uar->bf_map + idx * priv->dev.caps.bf_reg_size;
232 unamp_uar: bf->uar = NULL;
245 void mlx4_bf_free(struct mlx4_dev *dev, struct mlx4_bf *bf)
250 if (!bf->uar || !bf
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/evp/
H A De_bf.c77 IMPLEMENT_BLOCK_CIPHER(bf, ks, BF, EVP_BF_KEY, NID_bf, 8, 16, 8, 64,
/barrelfish-2018-10-04/kernel/
H A Dprintf.c153 snprintf(char *bf, size_t size, const char *fmt, ...) argument
162 retval = kprintf(bf, size, fmt, ap, TOBUFONLY);
165 bf[retval] = '\0'; /* null terminate */
174 vsnprintf(char *bf, size_t size, const char *fmt, va_list ap) argument
181 retval = kprintf(bf, size, fmt, ap, TOBUFONLY);
183 bf[retval] = '\0'; /* null terminate */
277 char bf[KPRINTF_BUFSIZE]; /* space for %c, %[diouxX] */ local
411 *(cp = bf) = va_arg(ap, int);
517 cp = bf + KPRINTF_BUFSIZE;
557 size = TC(bf)
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/util/
H A Dx86asm.sh17 (cd crypto/bf/asm; perl bf-586.pl cpp > bx86unix.cpp)
18 (cd crypto/bf/asm; perl bf-586.pl win32 > b-win32.asm)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bf/
H A DMakefile5 DIR= bf
45 bf-586.s: asm/bf-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
46 $(PERL) asm/bf-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
/barrelfish-2018-10-04/lib/openssl-1.0.0d/shlib/
H A Dwin32.bat8 rem ml /coff /c crypto\bf\asm\b-win32.asm
17 cl /Fessleay.exe %OPTIONS% eay.obj ssl.obj crypto.obj crypto\bf\asm\b-win32.obj crypto\des\asm\c-win32.obj crypto\des\asm\d-win32.obj crypto\bn\asm\x86nt32.obj user32.lib gdi32.lib ws2_32.lib
H A Dwin32dll.bat8 cl /Felibeay32.dll /GD /MD /LD -DWIN32 %OPTIONS% ms\libeay32.def crypto\crypto.c crypto\bf\asm\b-win32.obj crypto\des\asm\c-win32.obj crypto\des\asm\d-win32.obj crypto\bn\asm\x86nt32.obj user32.lib gdi32.lib ws2_32.lib
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ms/
H A Dtestenc.bat78 call tenc.bat bf-ecb
81 call tenc.bat bf-cfb
84 call tenc.bat bf-ofb
87 call tenc.bat bf-cbc
H A Dtestencce.bat81 call tencce.bat bf-ecb
84 call tencce.bat bf-cfb
87 call tencce.bat bf-ofb
90 call tencce.bat bf-cbc
/barrelfish-2018-10-04/usr/eclipseclp/documents/embedding/
H A Dembtcl.tex53 The {\bf tkeclipse} development environment is entirely
55 {\bf tkeclipse} is currently implemented using only the embedding interface,
64 The {\eclipse} interface is provided as a Tcl-package called {\bf eclipse},
107 Apart from the basic functionality in {\bf package eclipse} which
110 {\bf package eclipse_tools} containing Tk interfaces to
146 An {\eclipse} goal is executed by using the {\bf ec_rpc} mechanism. The
149 transferred to {\eclipse} using {\bf ec_resume}. Furthermore, handler goals
164 Unlike {\bf ec_resume}, calls to {\bf ec_rpc} can be nested
172 On success, {\bf ec_rp
[all...]
H A Dumsforeign.tex49 After compiling definitions of the {\bf foreign/3} predicate,
50 (the predicate {\bf foreign_file/2} is ignored),
51 the predicate {\bf make_simple_interface} has to be called.
58 interface, and calling {\bf load_foreign_files/2} will connect
H A Dembremote.tex38 streams of bytes via I/O queues (the {\bf ec_rpc} mechanism is
69 then {\bf attaching} the Tcl process to the {\eclipse} process. Once
72 {\eclipse} side via the remote predicate call ({\bf ec_rpc}) mechanism,
101 remote process is identified by a {\bf control} name, which is the
107 the Tcl program must first load a Tcl-package called {\bf
144 \bipref{remote_connect/3}{../bips/kernel/externals/remote_connect-3.html} \footnote{Instead of {\bf remote_connect/3}, the more
148 {\eclipse} program by executing the procedure {\bf
171 \item[\index{ec_remote_init (Tcl remote interface)}{\bf ec_remote_init} {\it host port ?init_command? ?pass? ?format?}]\ \\
173 corresponding {\bf remote_connect/3} must have been started on the
205 \item[\index{ec_control_name (Tcl remote interface)}{\bf ec_control_nam
[all...]
H A Dembtclmulti.tex49 The peer multitasking interface is provided as a Tcl-package called {\bf
51 ({\bf eclipse}) or remote ({\bf remote_eclipse}) variant of the Tcl peer
80 procedure {\bf ec_multi:peer_register}\index{ec_multi:peer_register (Tcl command)}
85 The registration can set up three user-defined handlers: the {\bf
86 start} handler, the {\bf interact} handler, and the {\bf end} handler.
113 \item[\index{ec_multi:peer_register (Tcl peer multitasking)}{\bf
119 given control during a multitasking phase. {\bf Multitask handlers}
122 where type is either {\bf star
[all...]
H A Dembremoteproto.tex63 The remote interface is established by {\bf attaching} the remote and
71 \item[Rpc] This is used to send {\bf ec_rpc} goals from the remote process
89 The {\bf ec_rpc} mechanism is designed to be the main way for the remote
134 and \bipref{remote_connect_accept/6}{../bips/kernel/externals/remote_connect_accept-6.html} pair. In fact, {\bf remote_connect/3} is implemented using {\bf
135 remote_connect_setup/3} and {\bf remote_connect_accept/6} with default
548 \put(70,52){\bf yield}
564 \put(40,16){{\bf yield} {\footnotesize \it (answer via rpc)}}
575 \put(40,12){{\bf yield}}
580 \put(40,52){{\bf re
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/documents/libman/
H A Dextconjunto.tex32 {\bf Note: As of \eclipse\ release 5.1, the library described
40 {\em\bf Conjunto} is a system to solve set constraints over finite set
43 library {\bf conjunto.pl} implements constraints over set domain terms
56 The computation domain of {\em\bf Conjunto} is finite so set
62 {\bf Ground set}
67 {\bf Set domain}
76 {\bf set domain variable}.
79 {\bf Weighted set domain}
94 {\bf Set expression}
103 {\bf Se
[all...]
H A Dextfd.tex33 The library {\bf fd.pl}
40 {\bf :- use_module(library(fd)).}
111 ${\bf +, -, *, /}$.
126 {\bf \#\andsy/2, \#\orsy/2, \#=\gt/2, \#\lt=\gt/2, \#\bsl+/1}.
128 %${\bf \#/\backslash/2, \#\backslash//2,
132 %{\bf #/\verb+\+/2, #\verb+\/+/2,
135 %{\bf \#/\verb+\+/2, \#\verb+\/+/2,
166 of a domain variable is updated, the {\bf constrained}
167 list of its {\bf suspend} attribute is woken, if it has one.
430 {\bf
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumsprofile.tex109 The predicate {\bf profile(Goal, Flags)} can be used to change
151 %compiled in {\bf dbgcomp}-mode and it must be run with the debugger
192 %\item subgoals of predicates that are compiled in {\bf nodbgcomp}-mode
201 %\item {\bf off} - no procedure is counted
202 %\item {\bf some} - some specified (using \bipref{set_flag/3}{../bips/kernel/compiler/set_flag-3.html} or
204 %\item {\bf all} - all traceable procedures are counted
205 %\item {\bf mode} - like {\bf all}, but the mode usage is also collected
225 %\item The {\bf CALL} ports show how often a procedure is called
229 %\item Many {\bf TR
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Dprogs.pl73 "rc2", "bf", "cast", "rc5",
81 "bf-cbc", "bf-ecb", "bf-cfb", "bf-ofb",
95 elsif ($_ =~ /bf/) { $t="#ifndef OPENSSL_NO_BF\n${t}#endif\n"; }
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Dconstimpl.tex72 In the following, we will call a predicate a {\bf constraint} only if it
202 \item their triggering condition ({\bf when} are they executed)
203 \item the action they perform when triggered ({\bf what} do they do)
211 {\bf suspend} library. Both implementations
212 have the same declarative meaning, but the {\bf suspend} version can
214 It implements a {\bf passive test}, i.e.\
234 with domain variables. Consider {\bf ic}'s disequality constraint \verb.#\=. :
267 For example, {\bf ic}'s inequality constraints performs {\bf domain updates} as
283 This behaviour corresponds to {\bf ar
[all...]

Completed in 178 milliseconds

12345