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

/freebsd-10.3-release/contrib/gcclibs/libdecnumber/
H A DdecUtility.c83 uByte *bout; /* -> current output byte */ local
125 bout = &bytes[len - 1]; /* rightmost result byte for phase */
181 *bout = (uByte) dpd; /* [top 2 bits truncated] */
182 bout--;
183 *bout = (uByte) (dpd >> 8);
186 *bout |= (uByte) (dpd << 2);
187 bout--;
188 *bout = (uByte) (dpd >> 6);
191 *bout |= (uByte) (dpd << 4);
192 bout
[all...]
/freebsd-10.3-release/crypto/openssl/crypto/dh/
H A Ddhtest.c106 int i, alen, blen, aout, bout, ret = 1; local
189 bout = DH_compute_key(bbuf, a->pub_key, b);
192 for (i = 0; i < bout; i++) {
197 if ((aout < 4) || (bout != aout) || (memcmp(abuf, bbuf, aout) != 0)) {
/freebsd-10.3-release/crypto/openssl/crypto/ecdh/
H A Decdhtest.c130 int i, alen, blen, aout, bout, ret = 0; local
237 bout =
242 for (i = 0; i < bout; i++) {
252 if ((aout < 4) || (bout != aout) || (memcmp(abuf, bbuf, aout) != 0)) {
273 for (i = 0; i < bout; i++) {
/freebsd-10.3-release/contrib/apr-util/test/
H A Dtestbuckets.c194 apr_bucket_brigade *bin, *bout; local
198 bout = apr_brigade_create(p, ba);
201 apr_brigade_split_line(bout, bin,
204 flatten_match(tc, "split line", bout, "blah blah blah-end of line.\n");
207 apr_brigade_destroy(bout);
/freebsd-10.3-release/usr.bin/gzip/
H A Dzuncompress.c134 off_t bin, bout = 0; local
153 bout += bin;
160 return bout;
/freebsd-10.3-release/crypto/openssh/
H A Dclientloop.c720 client_suspend_self(Buffer *bin, Buffer *bout, Buffer *berr) argument
723 if (buffer_len(bout) > 0)
724 atomicio(vwrite, fileno(stdout), buffer_ptr(bout),
725 buffer_len(bout));
737 buffer_free(bout);
748 buffer_init(bout);
1088 process_escapes(Channel *c, Buffer *bin, Buffer *bout, Buffer *berr, argument
1167 client_suspend_self(bin, bout, berr);
/freebsd-10.3-release/contrib/file/magic/
H A DMakefile.am44 $(MAGIC_FRAGMENT_DIR)/bout \
H A DMakefile.in316 $(MAGIC_FRAGMENT_DIR)/bout \
/freebsd-10.3-release/contrib/binutils/bfd/
H A DMakefile.am205 bout.lo \
384 bout.c \
1166 bout.lo: bout.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1167 $(INCDIR)/bfdlink.h genlink.h $(INCDIR)/bout.h $(INCDIR)/libiberty.h \
H A DMakefile.in454 bout.lo \
633 bout.c \
1745 bout.lo: bout.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1746 $(INCDIR)/bfdlink.h genlink.h $(INCDIR)/bout.h $(INCDIR)/libiberty.h \
/freebsd-10.3-release/contrib/binutils/gas/
H A Dconfigure10464 bout)

Completed in 206 milliseconds