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

/freebsd-9.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-9.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-9.3-release/crypto/openssl/crypto/ecdh/
H A Decdhtest.c130 int i, alen, blen, aout, bout, ret = 0; local
231 bout =
236 for (i = 0; i < bout; i++) {
246 if ((aout < 4) || (bout != aout) || (memcmp(abuf, bbuf, aout) != 0)) {
267 for (i = 0; i < bout; i++) {
/freebsd-9.3-release/usr.bin/gzip/
H A Dzuncompress.c135 off_t bin, bout = 0; local
154 bout += bin;
161 return bout;
/freebsd-9.3-release/crypto/openssh/
H A Dclientloop.c688 client_suspend_self(Buffer *bin, Buffer *bout, Buffer *berr) argument
691 if (buffer_len(bout) > 0)
692 atomicio(vwrite, fileno(stdout), buffer_ptr(bout),
693 buffer_len(bout));
705 buffer_free(bout);
716 buffer_init(bout);
1068 process_escapes(Channel *c, Buffer *bin, Buffer *bout, Buffer *berr, argument
1147 client_suspend_self(bin, bout, berr);
/freebsd-9.3-release/contrib/file/magic/
H A DMakefile.am37 $(MAGIC_FRAGMENT_DIR)/bout \
/freebsd-9.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 \
/freebsd-9.3-release/contrib/binutils/gas/
H A Dconfigure10464 bout)

Completed in 143 milliseconds