/src/tests/crypto/libcrypto/ecdh/ |
ecdhtest.c | 130 int i, alen, blen, aout, bout, ret = 0; local in function:test_ecdh_curve 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++) {
|
/src/usr.bin/gzip/ |
zuncompress.c | 134 off_t bin, bout = 0; local in function:zuncompress 153 bout += bin; 160 return bout;
|
/src/sys/dev/usb/ |
uchcom.c | 349 int i, bin=-1, bout=-1, intr=-1, isize=0; local in function:find_endpoints 372 bout = ed->bEndpointAddress; 376 if (intr == -1 || bin == -1 || bout == -1) { 385 if (bout == -1) { 397 device_xname(sc->sc_dev), bin, bout, intr, isize)); 402 endpoints->ep_bulkout = bout;
|