HomeSort by: relevance | last modified time | path
    Searched defs:range (Results 1 - 25 of 340) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/elftosb/dist/common/
DataTarget.cpp 24 AddressRange range; local
25 range.m_begin = m_begin;
29 // we have an end address. trim the result range to the segment size
31 range.m_end = std::min<uint32_t>(m_end, m_begin + segment.getLength());
36 range.m_end = m_begin + segment.getLength();
39 return range;
42 //! If the \a segment has a natural location, the returned address range extends
54 AddressRange range; local
55 range.m_begin = segment.getBaseAddress();
56 range.m_end = segment.getBaseAddress() + segment.getLength()
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/perlasm/
arm-xlate.pl 149 sub range { subroutine
167 $line =~ s/\G([rdqv])([0-9]+)([^\-]*)\-\1([0-9]+)\3/range($1,$3,$2,$4)/e;
  /src/crypto/external/bsd/openssl/dist/crypto/perlasm/
arm-xlate.pl 112 sub range { subroutine
130 $line =~ s/\G([rdqv])([0-9]+)([^\-]*)\-\1([0-9]+)\3/range($1,$3,$2,$4)/e;
  /src/crypto/external/bsd/openssl.old/dist/crypto/perlasm/
arm-xlate.pl 99 sub range { subroutine
117 $line =~ s/\G([rdqv])([0-9]+)([^\-]*)\-\1([0-9]+)\3/range($1,$3,$2,$4)/e;
  /src/crypto/external/apache2/openssl/dist/test/
bn_rand_range.h 14 unsigned int range; member in struct:__anon661
  /src/crypto/external/bsd/openssl/dist/test/
bn_rand_range.h 14 unsigned int range; member in struct:__anon1695
  /src/sbin/mount_nfs/
udp_xfer.c 69 int range = IP_PORTRANGE_LOW; local
82 setsockopt(sock, IPPROTO_IP, IP_PORTRANGE, &range, sizeof(range));
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Transformer/
RangeSelector.h 37 /// Convenience version of \c range where end-points are bound nodes.
41 inline RangeSelector range(RangeSelector Begin, RangeSelector End) { function in namespace:clang
46 inline RangeSelector range(std::string BeginID, std::string EndID) { function in namespace:clang
50 /// Selects the (empty) range [B,B) when \p Selector selects the range [B,E).
54 /// (empty) range [E,E), when \p Selector selects either
56 /// * the TokenRange [B,E'] where the token at E' spans the range [E',E).
59 /// Selects the range between `R1` and `R2.
93 // Given a \c InitListExpr (bound to \p ID), selects the range of the elements
97 /// Given an \IfStmt (bound to \p ID), selects the range of the else branch
    [all...]
  /src/external/bsd/wpa/dist/src/common/
qca-vendor-attr.h 25 struct qca_avoid_freq_range range[0]; member in struct:qca_avoid_freq_list
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
elements_of.h 55 template<range _Range, typename _Alloc = allocator<byte>>
58 [[no_unique_address]] _Range range; member in struct:ranges::elements_of
  /src/external/mpl/bind/dist/bin/tests/system/rrl/
tests.sh 107 range() { function
126 range $ADDRS "$3" 1 \
130 range $TC "$4" 1 \
134 range $DROP "$5" 1 \
138 range $NXDOMAIN "$6" 1 \
142 range $SERVFAIL "$7" 1 \
146 range $NOERROR "$8" 1 \
167 range "$C" $EXPECTED 1 \
  /src/external/gpl3/gdb.old/dist/gdb/
corelow.c 67 given range. */
72 : range (r),
76 /* A range of memory addresses. */
77 mem_range range; member in struct:mem_range_and_build_id
79 /* The build-id of the file mapped into RANGE. */
230 /* If the architecture supports it, check if ADDRESS is within a memory range
613 optional soname (DT_SONAME .dynamic attribute), and the range of
2026 /* Setup the list of memory range to build-id objects. */
2075 return a.range < b.range;
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
corelow.c 66 given range. */
71 : range (r),
75 /* A range of memory addresses. */
76 mem_range range; member in struct:mem_range_and_build_id
78 /* The build-id of the file mapped into RANGE. */
229 /* If the architecture supports it, check if ADDRESS is within a memory range
639 optional soname (DT_SONAME .dynamic attribute), and the range of
2065 /* Setup the list of memory range to build-id objects. */
2114 return a.range < b.range;
    [all...]
  /src/crypto/external/apache2/openssl/dist/include/internal/
uint_set.h 20 * structure tracks each contiguous range of integers using one allocation and
34 UINT_RANGE range; member in struct:uint_set_item_st
45 * Insert a range into a integer set. Returns 0 on allocation failure, in which
47 * Ranges can overlap existing ranges without limitation. If a range is a subset
48 * of an existing range in the set, this is a no-op and returns 1.
50 int ossl_uint_set_insert(UINT_SET *s, const UINT_RANGE *range);
53 * Remove a range from the set. Returns 0 on allocation failure, in which case
55 * already in the set can be removed without issue. If a passed range is not in
58 int ossl_uint_set_remove(UINT_SET *s, const UINT_RANGE *range);
  /src/external/apache2/llvm/dist/libcxx/include/__ranges/
concepts.h 32 // [range.range]
34 concept range = requires(_Tp& __t) { member in namespace:ranges
40 concept borrowed_range = range<_Range> &&
45 template <range _Rp>
48 template <range _Rp>
51 template <range _Rp>
54 template <range _Rp>
57 template <range _Rp>
60 // [range.sized
    [all...]
  /src/sys/dev/pci/
genfb_pcivar.h 34 struct range { struct
49 struct range sc_ranges[8];
pci_usrreq.c 161 int device, range; local
170 * and pass 0 as the offset into that range.
180 * first, check if someone's trying to map the IO range
198 for (range = 0; range < __arraycount(c->c_range); range++) {
199 r = &c->c_range[range];
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_random.c 101 u64 range, addr; local
106 range = round_down(end - len, align) - round_up(start, align);
107 if (range) {
109 div64_u64_rem(addr, range, &addr);
  /src/external/apache2/llvm/dist/llvm/lib/Testing/Support/
Annotations.cpp 48 Range R;
82 Annotations::Range Annotations::range(llvm::StringRef Name) const { function in class:Annotations
85 "expected exactly one range", Code);
89 std::vector<Annotations::Range>
98 const llvm::Annotations::Range &R) {
  /src/external/bsd/jemalloc/dist/test/unit/
prng.c 117 uint32_t range; local
123 for (range = 2; range < max_range; range += range_step) {
127 s = range;
129 uint32_t r = prng_range_u32(&s, range);
131 expect_u32_lt(r, range, "Out of range");
138 uint64_t range; local
144 for (range = 2; range < max_range; range += range_step)
159 size_t range; local
    [all...]
  /src/external/bsd/zstd/dist/contrib/pzstd/utils/
Buffer.h 11 #include "utils/Range.h"
20 * A `Buffer` has a pointer to a shared buffer, and a range of the buffer that
64 /// Modifies the buffer to point to the range [begin + n, end).
69 /// Modifies the buffer to point to the range [begin, end - n).
74 /// Returns a read only `Range` pointing to the `Buffer`s data.
75 ByteRange range() const { function in class:pzstd::Buffer
78 /// Returns a mutable `Range` pointing to the `Buffer`s data.
79 MutableByteRange range() { function in class:pzstd::Buffer
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
cooked-index-shard.h 27 #include "gdbsupport/iterator-range.h"
60 /* A simple range over part of m_entries. */
62 range; typedef in class:cooked_index_shard
64 /* Return a range of all the entries. */
65 range all_entries () const
70 /* Look up an entry by name. Returns a range of all matching
71 results. If COMPLETING is true, then a larger range, suitable
73 range find (const std::string &name, bool completing) const;
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_gem_gtt.c 161 u64 range, addr; local
166 range = round_down(end - len, align) - round_up(start, align);
167 if (range) {
172 if (range > U32_MAX) {
177 div64_u64_rem(addr, range, &addr);
194 * @start: start of any range restriction inside GTT (0 for all),
196 * @end: end of any range restriction inside GTT (U64_MAX for all),
253 * The drm_mm range manager is optimised to return results
291 * the 448k list before it finds one within range. And now imagine that
298 * range restrictions (e.g. restriction to low 4GiB) and so, fo
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
test_cfx.c 38 struct range { struct
43 struct range tests[] = {
52 test_range(const struct range *r, int integ,
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
test_addr.c 138 krb5_addresses range, one; local
141 ret = krb5_parse_address(context, range_addr, &range);
145 if (range.len != 1)
155 if (krb5_address_order(context, &range.val[0], &one.val[0]) == 0) {
163 krb5_free_addresses(context, &range);
208 print_addr(context, "RANGE:127.0.0.0/8");
209 print_addr(context, "RANGE:127.0.0.0/24");
210 print_addr(context, "RANGE:IPv4:127.0.0.0-IPv4:127.0.0.255");
211 print_addr(context, "RANGE:130.237.237.4/29");
213 print_addr(context, "RANGE:2001:db8:1:2:3:4:1428:7ab/64")
    [all...]

Completed in 55 milliseconds

1 2 3 4 5 6 7 8 91011>>