Searched refs:min_len (Results 1 - 18 of 18) sorted by relevance

/freebsd-10.0-release/contrib/libstdc++/src/
H A Dext-inst.cc41 const int min_len = __detail::_S_max_rope_depth + 1; member in namespace:__anon1816
46 rope<char, std::allocator<char> >::_S_min_len[min_len];
58 rope<wchar_t, std::allocator<wchar_t> >::_S_min_len[min_len];
/freebsd-10.0-release/crypto/openssl/crypto/rand/
H A Drand_lib.c196 int entropy, size_t min_len, size_t max_len)
199 min_len = ((min_len + 19) / 20) * 20;
200 *pout = OPENSSL_malloc(min_len);
203 if (ssleay_rand_bytes(*pout, min_len, 0, 0) <= 0)
209 return min_len;
195 drbg_get_entropy(DRBG_CTX *ctx, unsigned char **pout, int entropy, size_t min_len, size_t max_len) argument
/freebsd-10.0-release/sys/dev/cxgbe/
H A Dt4_tracer.c298 t->tp.min_len = tp.min_len;
352 t->tp.min_len > M_TFMINPKTSIZE || t->tp.skip_len > M_TFLENGTH ||
361 tp.min_len = t->tp.min_len;
H A Dt4_ioctl.h236 uint16_t min_len; member in struct:t4_trace_params
/freebsd-10.0-release/sys/dev/usb/
H A Dusb_request.h49 uint16_t *actlen, void *desc, uint16_t min_len,
H A Dusb_request.c962 * retrying an USB descriptor in case of failure. The "min_len"
972 * to reflect the actual length instead. If "min_len" is not equal to
984 uint16_t min_len, uint16_t max_len,
1002 if ((min_len < 2) || (max_len < 2)) {
1006 USETW(req.wLength, min_len);
1023 if (min_len == max_len) {
1026 if ((buf[0] > min_len) && (actlen == NULL))
1027 buf[0] = min_len;
1041 while (min_len > max_len) {
1042 min_len
982 usbd_req_get_desc(struct usb_device *udev, struct mtx *mtx, uint16_t *actlen, void *desc, uint16_t min_len, uint16_t max_len, uint16_t id, uint8_t type, uint8_t index, uint8_t retries) argument
[all...]
/freebsd-10.0-release/contrib/wpa/src/radius/
H A Dradius.h268 int radius_msg_count_attr(struct radius_msg *msg, u8 type, int min_len);
H A Dradius.c1308 int radius_msg_count_attr(struct radius_msg *msg, u8 type, int min_len) argument
1316 attr->length >= sizeof(struct radius_attr_hdr) + min_len)
/freebsd-10.0-release/usr.bin/patch/
H A Dpch.c1522 size_t min_components, min_baselen, min_len, tmp; local
1534 min_components = min_baselen = min_len = SIZE_MAX;
1553 if ((tmp = strlen(path)) > min_len)
1555 min_len = tmp;
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dpath.c427 apr_size_t min_len = ((path1_len < path2_len) ? path1_len : path2_len);
434 while (i < min_len && path1[i] == path2[i])
438 if ((path1_len == path2_len) && (i >= min_len))
423 apr_size_t min_len = ((path1_len < path2_len) ? path1_len : path2_len); local
/freebsd-10.0-release/contrib/unbound/validator/
H A Dautotrust.c1108 size_t rr1_len, rr2_len, min_len, i, offset; local
1117 min_len = (rr1_len < rr2_len) ? rr1_len : rr2_len;
1119 for(i = offset; i < min_len; i++)
/freebsd-10.0-release/contrib/wpa/src/eap_peer/
H A Deap.c351 int min_len = 1; local
361 min_len = 0; /* LEAP uses EAP-Success without payload */
362 if (!eap_hdr_len_valid(eapReqData, min_len))
/freebsd-10.0-release/sys/dev/cxgbe/common/
H A Dcommon.h294 unsigned short min_len; member in struct:trace_params
H A Dt4_hw.c3678 tp->min_len > M_TFMINPKTSIZE)
3694 V_TFMINPKTSIZE(tp->min_len));
3733 tp->min_len = G_TFMINPKTSIZE(ctlb);
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dgdbtypes.c2261 int min_len = nparms < nargs ? nparms : nargs;
2277 for (i = 1; i <= min_len; i++)
2281 for (i = min_len + 1; i <= nargs; i++)
2260 int min_len = nparms < nargs ? nparms : nargs; local
/freebsd-10.0-release/contrib/ldns/
H A Drr.c1540 size_t rr1_len, rr2_len, min_len, i, offset; local
1554 min_len = (rr1_len < rr2_len) ? rr1_len : rr2_len;
1556 for(i = offset; i < min_len; i++) {
1564 /* If both RDATAs are the same up to min_len, then the shorter one sorts first. */
/freebsd-10.0-release/tools/tools/cxgbetool/
H A Dcxgbetool.c1721 t.tp.min_len);
1820 t.tp.min_len = 0;
/freebsd-10.0-release/contrib/libgnuregex/
H A Dregexec.c200 static reg_errcode_t extend_buffers (re_match_context_t *mctx, int min_len)
4109 extend_buffers (re_match_context_t *mctx, int min_len)
4120 MAX (min_len,
4105 extend_buffers(re_match_context_t *mctx, int min_len) argument

Completed in 159 milliseconds