Searched refs:bound (Results 1 - 25 of 64) sorted by relevance

123

/freebsd-11-stable/crypto/openssl/apps/
H A DCA.pl175 my ($infile, $outfile, $bound) = @_;
180 $flag = 1 if (/^-----BEGIN.*$bound/) ;
182 if (/^-----END.*$bound/) {
H A DCA.pl.in175 my ($infile, $outfile, $bound) = @_;
180 $flag = 1 if (/^-----BEGIN.*$bound/) ;
182 if (/^-----END.*$bound/) {
H A DCA.sh35 bound=$3
40 echo $line|grep "^-----END.*$bound" 2>/dev/null 1>/dev/null
49 echo $line|grep "^-----BEGIN.*$bound" 2>/dev/null 1>/dev/null
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dtst.ipv4localtcp.ksh64 bound=5000
65 while [ $tcpport -lt $bound ]; do
69 if [ $tcpport -eq $bound ]; then
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-loop-niter.c141 tree s, c, d, bits, assumption, tmp, bound; local
144 niter->bound = final;
176 bound = build_low_bits_mask (niter_type,
197 tmp = fold_build2 (MULT_EXPR, niter_type, c, inverse (s, bound));
198 niter->niter = fold_build2 (BIT_AND_EXPR, niter_type, tmp, bound);
218 tree assumption = boolean_true_node, bound, noloop; local
233 bound = fold_build2 (MINUS_EXPR, type,
236 iv1->base, bound);
252 bound = fold_build2 (PLUS_EXPR, type,
255 iv0->base, bound);
286 tree bound, d, assumption, diff; local
354 tree assumption = boolean_true_node, bound, diff; local
1683 record_estimate(struct loop *loop, tree bound, tree additional, tree at_stmt) argument
1713 struct nb_iter_bound *bound; local
1948 tree bound = niter_bound->bound; local
2004 struct nb_iter_bound *bound; local
2087 struct nb_iter_bound *bound, *next; local
[all...]
H A Dtree-ssa-phiopt.c715 tree lhs, rhs, op0, op1, bound; local
741 r' = MAX_EXPR (smaller, bound)
749 bound = op1;
751 bound = op0;
757 bound, larger)))
766 r' = MIN_EXPR (larger, bound)
774 bound = op1;
776 bound = op0;
782 bound, smaller)))
800 r' = MIN_EXPR (smaller, bound)
[all...]
H A Dtree-ssa-loop-manip.c665 || contains_abnormal_ssa_name_p (niter->bound))
695 tree bound = desc->bound; local
749 bound,
753 bound,
757 bound = fold_build2 (MINUS_EXPR, type, bound, delta);
758 assum = fold_build2 (cmp, boolean_type_node, base, bound);
778 bound = force_gimple_operand (unshare_expr (bound),
[all...]
H A Dloop-iv.c1992 rtx op0, op1, delta, step, bound, may_xform, tmp, tmp0, tmp1; local
2201 do it if we first check that upper bound is greater or equal to
2202 lower bound, their difference is constant c modulo step and that
2233 bound = simplify_gen_binary (PLUS, comp_mode, mmin, step);
2234 bound = simplify_gen_binary (MINUS, comp_mode, bound, delta);
2235 bound = lowpart_subreg (mode, bound, comp_mode);
2238 bound, tmp);
2241 bound, tm
[all...]
H A Dcfgloop.h46 /* The structure describing a bound on number of iterations of a loop. */
50 tree bound; /* The constant expression whose value is an upper member in struct:nb_iter_bound
51 bound on the number of executions of ... */
55 /* The next bound in a list. */
118 /* Upper bound on number of iterations of a loop. */
326 /* Upper bound on the number of iterations. */
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_agpsupport.c225 entry->bound = 0;
289 if (!entry->bound)
293 entry->bound = 0;
317 * is currently bound into the GATT. Looks-up the AGP memory entry and passes
330 if (entry->bound)
335 entry->bound = dev->agp->base + (page << PAGE_SHIFT);
336 DRM_DEBUG("base = 0x%lx entry->bound = 0x%lx\n",
337 dev->agp->base, entry->bound);
361 * AGP memory entry. If the memory it's currently bound, unbind it via
373 if (entry->bound)
[all...]
/freebsd-11-stable/contrib/xz/src/liblzma/rangecoder/
H A Drange_encoder.h177 const uint32_t bound = prob * (rc->range local
179 rc->low += bound;
180 rc->range -= bound;
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_agpsupport.c196 entry->bound = 0;
249 if (entry == NULL || !entry->bound)
257 entry->bound = 0;
289 if (entry == NULL || entry->bound)
298 entry->bound = dev->agp->base + (page << PAGE_SHIFT);
337 if (entry->bound)
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dasn_mime.c105 static int mime_bound_check(char *line, int linelen, char *bound, int blen);
106 static int multi_split(BIO *bio, char *bound, STACK_OF(BIO) **ret);
276 char bound[33], c; local
292 if (RAND_bytes((unsigned char *)bound, 32) <= 0)
295 c = bound[i] & 0xf;
300 bound[i] = c;
302 bound[32] = 0;
309 bound, mime_eol, mime_eol);
313 BIO_printf(bio, "------%s%s", bound, mime_eol);
316 BIO_printf(bio, "%s------%s%s", mime_eol, bound, mime_eo
596 multi_split(BIO *bio, char *bound, STACK_OF(BIO) **ret) argument
943 mime_bound_check(char *line, int linelen, char *bound, int blen) argument
[all...]
/freebsd-11-stable/contrib/libxo/
H A Dwarnings.mk8 # using the SOFTWARE, you agree to be bound by the terms of that
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_umem_odp.h112 u64 bound);
/freebsd-11-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_networkio.h115 int bound; member in struct:apr_socket_t
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dsplit.c227 int bound; local
229 bound = (nf > nfp) ? nfp : nf;
231 for (fn = 0; fn < bound; fn++)
/freebsd-11-stable/lib/libc/regex/grot/
H A Dsplit.c199 int bound; local
201 bound = (nf > nfp) ? nfp : nf;
203 for (fn = 0; fn < bound; fn++)
/freebsd-11-stable/lib/libipsec/
H A Dipsec_dump_policy.c176 ipsec_dump_ipsecrequest(buf, len, xisr, bound)
180 size_t bound; /* boundary */
185 if (xisr->sadb_x_ipsecrequest_len > bound) {
/freebsd-11-stable/sys/rpc/
H A Drpc_generic.c704 int error, bound; local
714 bound = (((struct sockaddr_in *) sa)->sin_port != 0);
718 bound = (((struct sockaddr_in6 *) sa)->sin6_port != 0);
723 bound = (((struct sockaddr_un *) sa)->sun_path[0] != '\0');
726 bound = FALSE;
732 return bound;
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dhttp.c3345 struct evhttp_bound_socket *bound = local
3347 if (bound == NULL)
3356 struct evhttp_bound_socket *bound; local
3367 bound = evhttp_accept_socket_with_handle(http, fd);
3369 if (bound != NULL) {
3372 return (bound);
3381 struct evhttp_bound_socket *bound = local
3383 if (bound == NULL)
3393 struct evhttp_bound_socket *bound; local
3395 TAILQ_FOREACH(bound,
3402 struct evhttp_bound_socket *bound; local
3425 struct evhttp_bound_socket *bound; local
3439 evhttp_bound_socket_get_fd(struct evhttp_bound_socket *bound) argument
3445 evhttp_bound_socket_get_listener(struct evhttp_bound_socket *bound) argument
3451 evhttp_del_accept_socket(struct evhttp *http, struct evhttp_bound_socket *bound) argument
3526 struct evhttp_bound_socket *bound; local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dada-typeprint.c183 /* Print the number or discriminant bound at BOUNDS+*N on STREAM, and
184 set *N past the bound and its delimiter, if any. */
200 char *bound = bounds + *n;
203 pend = strstr (bound, "__");
205 *n += bound_len = strlen (bound);
208 bound_len = pend - bound;
211 fprintf_filtered (stream, "%.*s", bound_len, bound);
216 the value (if found) of the bound indicated by SUFFIX ("___L" or
199 char *bound = bounds + *n; local
/freebsd-11-stable/usr.bin/gzip/
H A Dunlz.c199 const uint32_t bound = (rd->range >> BIT_MODEL_TOTAL_BITS) * *bm; local
201 if(rd->code < bound) {
202 rd->range = bound;
207 rd->range -= bound;
208 rd->code -= bound;
/freebsd-11-stable/sys/sys/
H A Drman.h150 rman_res_t end, rman_res_t count, rman_res_t bound,
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_umem_odp.c625 u64 bound)
632 bound = min_t(u64, bound, ib_umem_end(umem));
639 for (addr = virt; addr < bound; addr += (u64)umem->page_size) {
624 ib_umem_odp_unmap_dma_pages(struct ib_umem *umem, u64 virt, u64 bound) argument

Completed in 197 milliseconds

123