Searched refs:bound (Results 26 - 50 of 64) sorted by relevance

123

/freebsd-11-stable/usr.sbin/rpcbind/
H A Drpcbind.c256 int status; /* bound checking ? */
260 int bound; local
349 bound = 0;
432 bound = 1;
476 if (!bound)
627 /* decide if bound checking works for this transport */
669 * Create the list of addresses that we're bound to. Normally, this
696 * Match the sa against the list of addresses we've bound to. If
697 * we've not specifically bound to anything, we match everything.
/freebsd-11-stable/contrib/gperf/src/
H A Dsearch.cc187 /* Computes the upper bound on the indices passed to asso_values[],
500 /* Computes the upper bound on the indices passed to asso_values[]. */
853 /* Given the bound for _asso_values[c], we have a bound for the possible
951 /* Exclusive upper bound for the _asso_values[c] of this step.
1349 for (bound = 0,1,...)
1351 iter[ii] := bound
1352 iter[0..ii-1] := values <= bound
1353 iter[ii+1..k-1] := values < bound
1359 unsigned int bound local
[all...]
H A Doptions.cc368 int _range_upper_bound; /* Upper bound (inclusive) of the range. */
430 /* Verify range's upper bound. */
436 /* Verify range's lower bound. */
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DICF.cpp107 auto bound = std::stable_partition( local
113 size_t mid = bound - chunks.begin();
/freebsd-11-stable/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_lzma2.c499 uint32_t bound; local
503 bound = (rc->range >> RC_BIT_MODEL_TOTAL_BITS) * *prob;
504 if (rc->code < bound) {
505 rc->range = bound;
509 rc->range -= bound;
510 rc->code -= bound;
/freebsd-11-stable/sys/kern/
H A Dkern_ktrace.c243 int bound; local
246 bound = newsize - oldsize;
247 if (bound == 0)
249 if (bound < 0) {
252 while (bound++ < 0) {
263 while (bound-- > 0) {
H A Dsubr_rman.c438 rman_res_t count, rman_res_t bound, u_int flags,
481 /* If bound is 0, bmask will also be 0 */
482 bmask = ~(bound - 1);
515 rstart += bound - (rstart & ~bmask);
437 rman_reserve_resource_bound(struct rman *rm, rman_res_t start, rman_res_t end, rman_res_t count, rman_res_t bound, u_int flags, device_t dev) argument
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.c219 int bound; member in struct:socket_info
1327 child_si->bound = 1;
1464 si->bound = 1;
1489 if (si->bound == 0) {
1547 si->bound = 1;
1682 if (si->bound == 0) {
1850 si_newd->bound = si_oldd->bound;
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DICF.cpp210 auto bound = local
217 size_t mid = bound - sections.begin();
/freebsd-11-stable/contrib/apr/network_io/unix/
H A Dsockets.c44 if (thesocket->bound && thesocket->local_addr->family == APR_UNIX) {
227 sock->bound = 1;
354 * If the listening socket was not bound to a specific interface, we
450 /* not bound to specific local interface; connect() had to assign
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dsocket.c268 bound : 1, /* bound to local addr */ member in struct:isc_socket
402 printf("\t\tbound: %d\n", sock->bound);
1468 sock->bound = 0;
1697 sock->bound = dup_socket->bound;
2077 nsock->bound = 1;
2834 INSIST(sock->bound);
2895 INSIST(sock->bound);
3058 INSIST(sock->bound);
[all...]
/freebsd-11-stable/sys/dev/ctau/
H A Dctddk.c306 unsigned long bound; local
315 bound = ((c->tdphys[0] + 0xffff) & ~(0xffffUL));
316 if (bound < c->tdphys[0] + 2*NBUF*sizeof(ct_desc_t)) {
318 (bound - c->tdphys[0]));
319 c->tdphys[0] = bound;
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dsocket.c337 bound : 1, /* bound to local addr */ member in struct:isc__socket
2121 sock->bound = 0;
2277 sock->bound = dup_socket->bound;
2883 sock->bound = 0;
3278 NEWCONNSOCK(dev)->bound = 1;
4556 INSIST(sock->bound);
4602 INSIST(sock->bound);
4761 INSIST(sock->bound);
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h150 * returns an evhttp_bound_socket. The listener will be freed when the bound
157 * Return the listener used to implement a bound socket.
160 struct evconnlistener *evhttp_bound_socket_get_listener(struct evhttp_bound_socket *bound);
170 * @param function function to apply to every bound socket
182 * If you created this bound socket with evhttp_bind_socket_with_handle or
184 * If you created this bound socket with evhttp_bind_listener, this function
200 * @return the file descriptor used by the bound socket
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqman_low.h163 if (!(portal->config.bound & iface)) {
164 portal->config.bound |= iface;
173 ASSERT_COND(portal->config.bound & iface);
175 portal->config.bound &= ~iface;
/freebsd-11-stable/usr.bin/diff/
H A Ddiffreg.c655 u_int numtries, bound; local
658 bound = UINT_MAX;
661 bound = MAX(256, sq);
693 } while ((y = b[++j]) > 0 && numtries < bound);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dvalarith.c184 struct value *bound;
214 bound = value_from_longest (builtin_type_int, (LONGEST) lowerbound);
215 idx = value_sub (idx, bound);
183 struct value *bound; local
H A Dsymtab.c2828 struct partial_symbol **bound, **gbound, **sbound;
2836 bound = gbound;
2843 if (psym >= bound)
2845 if (bound == gbound && ps->n_static_syms != 0)
2848 bound = sbound;
2820 struct partial_symbol **bound, **gbound, **sbound; local
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-loop-ivopts.c141 the new bound to compare with. */
1361 reduction). In order for this to work we need both lower bound
4133 struct iv_use *use, struct iv_cand *cand, tree *bound)
4184 *bound = fold_affine_expr (cand_value_at (loop, cand, use->stmt, nit));
4194 tree bound = NULL_TREE, op, cond; local
4205 if (may_eliminate_iv (data, use, cand, &bound))
4207 cost = force_var_cost (data, bound, &depends_on);
4209 set_use_iv_cost (data, use, cand, cost, depends_on, bound);
5608 tree *op_p, cond, op, stmts, bound; local
5613 bound
4132 may_eliminate_iv(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand, tree *bound) argument
[all...]
H A Dglobal.c2292 rtx insn, bound;
2299 bound = NEXT_INSN (BB_END (bb));
2300 for (insn = BB_HEAD (bb); insn != bound; insn = NEXT_INSN (insn))
2277 rtx insn, bound; local
H A Dtree-flow.h798 tree bound; member in struct:tree_niter_desc
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_fb_helper.c1458 int bound = 0, crtcs_bound = 0; local
1469 bound++;
1472 if (bound < crtcs_bound) {
H A Ddrm_bufs.c372 if ((map->offset >= entry->bound) &&
373 (map->offset + map->size <= entry->bound + entry->pages * PAGE_SIZE)) {
732 if ((agp_offset >= agp_entry->bound) &&
733 (agp_offset + total * count <= agp_entry->bound + agp_entry->pages * PAGE_SIZE)) {
H A Ddrm_drv.c211 if (entry->bound)
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c3734 #define IF_BIT_0(p) ttt = *(p); bound = (zip->bcj2_range >> kNumBitModelTotalBits) * ttt; if (zip->bcj2_code < bound)
3735 #define UPDATE_0(p) zip->bcj2_range = bound; *(p) = (CProb)(ttt + ((kBitModelTotal - ttt) >> kNumMoveBits)); NORMALIZE;
3736 #define UPDATE_1(p) zip->bcj2_range -= bound; zip->bcj2_code -= bound; *(p) = (CProb)(ttt - (ttt >> kNumMoveBits)); NORMALIZE;
3787 uint32_t bound; local

Completed in 505 milliseconds

123