Home
last modified time | relevance | path

Searched defs:range (Results 1 – 25 of 237) sorted by relevance

12345678910

/freebsd-head/usr.sbin/ppp/
HDncpaddr.c411 struct ncprange range; in ncpaddr_aton() local
448 ncprange_init(struct ncprange *range) in ncprange_init()
454 ncprange_isset(const struct ncprange *range) in ncprange_isset()
460 ncprange_equal(const struct ncprange *range, const struct ncprange *cmp) in ncprange_equal()
487 ncprange_isdefault(const struct ncprange *range) in ncprange_isdefault()
508 ncprange_setdefault(struct ncprange *range, int af) in ncprange_setdefault()
515 ncprange_contains(const struct ncprange *range, const struct ncpaddr *addr) in ncprange_contains()
548 ncprange_containsip4(const struct ncprange *range, struct in_addr addr) in ncprange_containsip4()
560 ncprange_copy(struct ncprange *range, const struct ncprange *from) in ncprange_copy()
584 ncprange_set(struct ncprange *range, const struct ncpaddr *addr, int width) in ncprange_set()
[all …]
HDncp.c371 ncp_IsUrgentPort(struct port_range *range, u_short src, u_short dst) in ncp_IsUrgentPort()
383 ncp_AddUrgentPort(struct port_range *range, u_short port) in ncp_AddUrgentPort()
418 ncp_RemoveUrgentPort(struct port_range *range, u_short port) in ncp_RemoveUrgentPort()
436 ncp_ClearUrgentPorts(struct port_range *range) in ncp_ClearUrgentPorts()
/freebsd-head/contrib/llvm-project/clang/lib/ARCMigrate/
HDTransformActions.cpp304 void TransformActionsImpl::remove(SourceRange range) { in remove()
322 void TransformActionsImpl::replace(SourceRange range, StringRef text) { in replace()
329 void TransformActionsImpl::replace(SourceRange range, in replace()
358 void TransformActionsImpl::increaseIndentation(SourceRange range, in increaseIndentation()
370 SourceRange range) { in clearDiagnostic()
409 bool TransformActionsImpl::canRemoveRange(SourceRange range) { in canRemoveRange()
413 bool TransformActionsImpl::canReplaceRange(SourceRange range, in canReplaceRange()
446 void TransformActionsImpl::commitRemove(SourceRange range) { in commitRemove()
464 void TransformActionsImpl::commitReplace(SourceRange range, in commitReplace()
492 void TransformActionsImpl::commitIncreaseIndentation(SourceRange range, in commitIncreaseIndentation()
[all …]
HDInternals.h76 bool clearAllDiagnostics(SourceRange range) { in clearAllDiagnostics()
79 bool clearDiagnostic(unsigned ID1, unsigned ID2, SourceRange range) { in clearDiagnostic()
84 SourceRange range) { in clearDiagnostic()
89 bool hasDiagnostic(unsigned ID, SourceRange range) { in hasDiagnostic()
93 bool hasDiagnostic(unsigned ID1, unsigned ID2, SourceRange range) { in hasDiagnostic()
/freebsd-head/contrib/elftoolchain/addr2line/
HDaddr2line.c60 struct range { struct
62 Dwarf_Off off;
63 Dwarf_Unsigned lopc;
64 Dwarf_Unsigned hipc;
65 char **srcfiles;
66 Dwarf_Signed nsrcfiles;
68 Dwarf_Die die;
92 static RB_HEAD(cutree, range) cuhead = RB_INITIALIZER(&cuhead); argument
101 RB_GENERATE(cutree, range, entry, lopccmp) in RB_GENERATE() argument
174 search_func(struct range *range, Dwarf_Unsigned addr) in search_func()
[all …]
/freebsd-head/crypto/openssl/crypto/bn/
HDbn_rand.c133 static int bnrand_range(BNRAND_FLAG flag, BIGNUM *r, const BIGNUM *range, in bnrand_range()
205 int BN_rand_range_ex(BIGNUM *r, const BIGNUM *range, unsigned int strength, in BN_rand_range_ex()
212 int BN_rand_range(BIGNUM *r, const BIGNUM *range) in BN_rand_range()
218 int BN_priv_rand_range_ex(BIGNUM *r, const BIGNUM *range, unsigned int strength, in BN_priv_rand_range_ex()
225 int BN_priv_rand_range(BIGNUM *r, const BIGNUM *range) in BN_priv_rand_range()
236 int BN_pseudo_rand_range(BIGNUM *r, const BIGNUM *range) in BN_pseudo_rand_range()
243 int ossl_bn_priv_rand_range_fixed_top(BIGNUM *r, const BIGNUM *range, in ossl_bn_priv_rand_range_fixed_top()
296 int ossl_bn_gen_dsa_nonce_fixed_top(BIGNUM *out, const BIGNUM *range, in ossl_bn_gen_dsa_nonce_fixed_top()
399 int BN_generate_dsa_nonce(BIGNUM *out, const BIGNUM *range, in BN_generate_dsa_nonce()
/freebsd-head/tests/sys/file/
HDfspacectl_test.c186 struct spacectl_range range; in ATF_TC_BODY() local
211 struct spacectl_range range; in ATF_TC_BODY() local
236 struct spacectl_range range; in ATF_TC_BODY() local
260 struct spacectl_range range; in ATF_TC_BODY() local
284 struct spacectl_range range; in ATF_TC_BODY() local
309 struct spacectl_range range; in ATF_TC_BODY() local
/freebsd-head/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
HDRangeSelector.h41 inline RangeSelector range(RangeSelector Begin, RangeSelector End) { in range() function
46 inline RangeSelector range(std::string BeginID, std::string EndID) { in range() function
/freebsd-head/contrib/llvm-project/lldb/source/Symbol/
HDBlock.cpp47 const Range &range = m_ranges.GetEntryRef(i); in GetDescription() local
86 const Range &range = m_ranges.GetEntryRef(i); in Dump() local
173 const Range &range = m_ranges.GetEntryRef(i); in DumpAddressRanges() local
240 bool Block::GetRangeContainingOffset(const addr_t offset, Range &range) { in GetRangeContainingOffset()
251 AddressRange &range) { in GetRangeContainingAddress()
279 Target &target, AddressRange &range) { in GetRangeContainingLoadAddress()
303 bool Block::GetRangeAtIndex(uint32_t range_idx, AddressRange &range) { in GetRangeAtIndex()
324 auto &range = ranges.back(); in GetRanges() local
351 void Block::AddRange(const Range &range) { in AddRange()
/freebsd-head/contrib/llvm-project/clang/lib/Edit/
HDCommit.cpp65 CharSourceRange range, in insertFromRange()
91 bool Commit::remove(CharSourceRange range) { in remove()
103 bool Commit::insertWrap(StringRef before, CharSourceRange range, in insertWrap()
116 bool Commit::replace(CharSourceRange range, StringRef text) { in replace()
132 bool Commit::replaceWithInner(CharSourceRange range, in replaceWithInner()
296 bool Commit::canRemoveRange(CharSourceRange range, in canRemoveRange()
/freebsd-head/crypto/heimdal/lib/gssapi/krb5/
HDtest_cfx.c36 struct range { struct
41 struct range tests[] = { argument
/freebsd-head/contrib/jemalloc/include/jemalloc/internal/
HDprng.h132 prng_range_u32(atomic_u32_t *state, uint32_t range, bool atomic) { in prng_range_u32()
150 prng_range_u64(uint64_t *state, uint64_t range) { in prng_range_u64()
168 prng_range_zu(atomic_zu_t *state, size_t range, bool atomic) { in prng_range_zu()
/freebsd-head/contrib/llvm-project/clang/include/clang/Rewrite/Core/
HDRewriter.h164 bool ReplaceText(CharSourceRange range, StringRef NewStr) { in ReplaceText()
171 bool ReplaceText(SourceRange range, StringRef NewStr) { in ReplaceText()
185 bool IncreaseIndentation(SourceRange range, SourceLocation parentIndent) { in IncreaseIndentation()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFCompileUnit.cpp46 for (const DWARFRangeList::Entry &range : ranges) in BuildAddressRangeTable() local
85 const LineTable::FileAddressRanges::Entry &range = in BuildAddressRangeTable() local
HDDWARFDebugAranges.h45 const Range *range = m_aranges.GetEntryAtIndex(idx); in OffsetAtIndex() local
/freebsd-head/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_libignore.cpp59 for (const auto &range : mod.ranges()) { in OnLibraryLoaded() local
103 for (const auto &range : mod.ranges()) { in OnLibraryLoaded() local
/freebsd-head/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectDisassemble.cpp223 llvm::Error CommandObjectDisassemble::CheckRangeSize(const AddressRange &range, in CheckRangeSize()
248 AddressRange range; in GetContainingAddressRanges() local
303 AddressRange range; in GetCurrentFunctionRanges() local
359 AddressRange range; in GetNameRanges() local
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
HDTraceCursorIntelPT.cpp107 if (const std::optional<DecodedThread::TSCRange> &range = GetTSCRange()) in GetHWClock() local
113 if (const std::optional<DecodedThread::NanosecondsRange> &range = in GetWallClockTime() local
/freebsd-head/crypto/openssl/crypto/perlasm/
HDarm-xlate.pl112 sub range { subroutine
/freebsd-head/sys/contrib/openzfs/include/os/linux/spl/sys/
HDrandom.h41 random_in_range(uint32_t range) in random_in_range()
/freebsd-head/crypto/heimdal/lib/asn1/
HDsymbol.h111 struct range { struct
130 struct range *range; argument
/freebsd-head/crypto/openssl/test/
HDbn_rand_range.h14 unsigned int range; member
/freebsd-head/sys/contrib/openzfs/include/os/freebsd/spl/sys/
HDrandom.h51 random_in_range(uint32_t range) in random_in_range()
/freebsd-head/sys/contrib/openzfs/cmd/zinject/
HDtranslate.c153 initialize_range(err_type_t type, int level, char *range, in initialize_range()
219 translate_record(err_type_t type, const char *object, const char *range, in translate_record()
/freebsd-head/contrib/wpa/src/common/
HDqca-vendor-attr.h25 struct qca_avoid_freq_range range[0]; member

12345678910