Home
last modified time | relevance | path

Searched refs:low (Results 251 – 275 of 495) sorted by relevance

1...<<11121314151617181920

/dragonfly/contrib/dhcpcd/src/
H A Dipv6.c201 const uint8_t low[8]; member
214 uint64_t id, low, high; in ipv6_reserved() local
223 low = be64dec(r->low); in ipv6_reserved()
225 if (id >= low && id <= high) in ipv6_reserved()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgimple.def297 function when converting OMP constructs into low-GIMPLE.
316 function when converting OMP constructs into low-GIMPLE.
363 function when converting OMP constructs into low-GIMPLE.
H A Dtree-pretty-print.c4066 pp_wide_integer (pp, d.low); in pp_double_int()
4068 pp_unsigned_wide_integer (pp, d.low); in pp_double_int()
4071 unsigned HOST_WIDE_INT low = d.low; in pp_double_int() local
4076 high = ~high + !low; in pp_double_int()
4077 low = -low; in pp_double_int()
4083 (unsigned HOST_WIDE_INT) high, low); in pp_double_int()
H A Dtree-if-conv.c749 tree low, high; in idx_within_array_bound() local
771 low = array_ref_low_bound (ref); in idx_within_array_bound()
776 if (TREE_CODE (low) != INTEGER_CST in idx_within_array_bound()
781 if (wi::to_widest (init) < wi::to_widest (low) in idx_within_array_bound()
794 delta = wi::to_widest (init) - wi::to_widest (low); in idx_within_array_bound()
H A Dtree-vect-generic.c75 unsigned HOST_WIDE_INT low, mask; in build_replicated_const() local
82 low = value; in build_replicated_const()
86 low = (unsigned HOST_WIDE_INT) ~0 / mask * (value & mask); in build_replicated_const()
90 a[i] = low; in build_replicated_const()
/dragonfly/sys/vfs/hammer2/
H A DDESIGN91 reserved low bits in the filename hash code.
165 Modest compression can be achieved with low overhead, is turned on
217 * Constructing a filesystem across multiple nodes. Each low-level H2 device
384 low cost without too much added complexity.
423 that HAMMER2 has very low resource overhead from the point of view of the
486 encodes the radix of the physical block size in the low bits (physical block
541 and is able to pick up where it left off with very low overhead.
634 run normally, HAMMER2 winds up with very low OS overhead.
722 turned out to be fairly low cost). In other words, its an area where
727 and would be able to make the change with relatively low downtime.
/dragonfly/sys/dev/drm/amd/powerplay/smumgr/
H A Dsmu8_smumgr.c350 task->addr.low = lower_32_bits(smu8_smu->scratch_buffer[i].mc_addr); in smu8_smu_populate_single_scratch_task()
387 task->addr.low = lower_32_bits(smu8_smu->driver_buffer[i].mc_addr); in smu8_smu_populate_single_ucode_load_task()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-switch-conversion.c467 tree low = CASE_LOW (cs); in build_constructors() local
481 && tree_int_cst_lt (low, pos)); in build_constructors()
H A Dgraphite-sese-to-poly.c1628 tree low, high; in pdr_add_data_dimensions() local
1633 low = array_ref_low_bound (ref); in pdr_add_data_dimensions()
1636 if (host_integerp (low, 0)) in pdr_add_data_dimensions()
1643 minus_low = fold_build1 (NEGATE_EXPR, TREE_TYPE (low), low); in pdr_add_data_dimensions()
1659 && operand_equal_p (low, high, 0))) in pdr_add_data_dimensions()
H A Dgimplify.c1606 tree low = CASE_LOW (elt); in gimplify_switch_expr() local
1609 if (low) in gimplify_switch_expr()
1613 if (high && tree_int_cst_lt (high, low)) in gimplify_switch_expr()
1659 low = CASE_HIGH (VEC_index (tree, labels, i - 1)); in gimplify_switch_expr()
1660 if (!low) in gimplify_switch_expr()
1661 low = CASE_LOW (VEC_index (tree, labels, i - 1)); in gimplify_switch_expr()
1662 if ((TREE_INT_CST_LOW (low) + 1 in gimplify_switch_expr()
1664 || (TREE_INT_CST_HIGH (low) in gimplify_switch_expr()
2076 tree low = unshare_expr (array_ref_low_bound (t)); in gimplify_compound_lval() local
2077 if (!is_gimple_min_invariant (low)) in gimplify_compound_lval()
[all …]
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-nds32.texi17 The NDS32 processors family includes high-performance and low-power 32-bit
18 processors for high-end to low-end. @sc{gnu} @code{@value{AS}} for NDS32
/dragonfly/contrib/file/magic/Magdir/
H A Dxenix23 # and all compressed DEGAS low-res bitmaps like: MUNCHIE.PC1 PIDER1.PC1
/dragonfly/lib/libc/rpc/
H A Dclnt_generic.c134 minvers = rpcerr.re_vers.low; in clnt_create_vers_timed()
/dragonfly/sys/bus/pci/
H A Dpcib_if.m96 # account when assigning resources so that the proper number of low bits
/dragonfly/usr.sbin/cron/doc/
H A DREADME42 low license fee just to have them take it. In the unlikely event that they
/dragonfly/contrib/libpcap/
H A DREADME.md18 framework for low-level network monitoring. Applications include
/dragonfly/sys/netproto/802_11/
H A DREADME.DRAGONFLY4 Porting low level drivers from FreeBSD
/dragonfly/contrib/tre/lib/
H A Dtre-parse.c219 size_t low = 0; in tre_search_cnames() local
224 while(low <= high) in tre_search_cnames()
226 cur = (low + high) / 2; in tre_search_cnames()
229 if (cmp > 0) low = cur + 1; in tre_search_cnames()
/dragonfly/sys/dev/drm/i915/
H A Dintel_opregion.c886 u32 low = tmp & 0x7ff; in swsci_setup() local
888 tmp = (high << 4) | (low << 1) | 1; in swsci_setup()
/dragonfly/tools/tools/ath/athrd/
H A Dathrd.c167 getChannelEdges(struct ath_hal *ah, u_int16_t flags, u_int16_t *low, u_int16_t *high) in getChannelEdges() argument
173 *low = pCap->halLow5GhzChan; in getChannelEdges()
178 *low = pCap->halLow2GhzChan; in getChannelEdges()
/dragonfly/sys/bus/u4b/input/
H A Dwsp.c59 #define WSP_CLAMP(x,low,high) do { \ argument
60 if ((x) < (low)) \
61 (x) = (low); \
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-ada-spec.c2155 unsigned HOST_WIDE_INT low = TREE_INT_CST_LOW (val); in dump_generic_ada_node() local
2161 high = ~high + !low; in dump_generic_ada_node()
2162 low = -low; in dump_generic_ada_node()
2166 (unsigned HOST_WIDE_INT) high, low); in dump_generic_ada_node()
/dragonfly/sys/dev/netif/mxge/
H A Dif_mxge.c804 buf->response_addr.low = htobe32(dma_low); in mxge_send_cmd()
1675 uint32_t low, high_swapped; in mxge_encap_tso() local
1733 low = MXGE_LOWPART_TO_U32(seg->ds_addr); in mxge_encap_tso()
1764 req->addr_low = htobe32(low); in mxge_encap_tso()
1772 low += seglen; in mxge_encap_tso()
2026 uint32_t low; in mxge_submit_8rx() local
2028 low = src->addr_low; in mxge_submit_8rx()
2034 src->addr_low = low; in mxge_submit_8rx()
2035 dst->addr_low = low; in mxge_submit_8rx()
/dragonfly/usr.bin/compress/doc/
H A Drevision.log46 * performance for low-density raster images. Pass on #ifdef bundle
/dragonfly/sys/sys/
H A Dmalloc.h159 vm_paddr_t low, vm_paddr_t high, unsigned long alignment,

1...<<11121314151617181920