| /freebsd-head/usr.sbin/ppp/ |
| HD | ncpaddr.c | 411 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 …]
|
| HD | ncp.c | 371 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/ |
| HD | TransformActions.cpp | 304 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 …]
|
| HD | Internals.h | 76 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/ |
| HD | addr2line.c | 60 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/ |
| HD | bn_rand.c | 133 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/ |
| HD | fspacectl_test.c | 186 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/ |
| HD | RangeSelector.h | 41 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/ |
| HD | Block.cpp | 47 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/ |
| HD | Commit.cpp | 65 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/ |
| HD | test_cfx.c | 36 struct range { struct 41 struct range tests[] = { argument
|
| /freebsd-head/contrib/jemalloc/include/jemalloc/internal/ |
| HD | prng.h | 132 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/ |
| HD | Rewriter.h | 164 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/ |
| HD | DWARFCompileUnit.cpp | 46 for (const DWARFRangeList::Entry &range : ranges) in BuildAddressRangeTable() local 85 const LineTable::FileAddressRanges::Entry &range = in BuildAddressRangeTable() local
|
| HD | DWARFDebugAranges.h | 45 const Range *range = m_aranges.GetEntryAtIndex(idx); in OffsetAtIndex() local
|
| /freebsd-head/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_libignore.cpp | 59 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/ |
| HD | CommandObjectDisassemble.cpp | 223 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/ |
| HD | TraceCursorIntelPT.cpp | 107 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/ |
| HD | arm-xlate.pl | 112 sub range { subroutine
|
| /freebsd-head/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| HD | random.h | 41 random_in_range(uint32_t range) in random_in_range()
|
| /freebsd-head/crypto/heimdal/lib/asn1/ |
| HD | symbol.h | 111 struct range { struct 130 struct range *range; argument
|
| /freebsd-head/crypto/openssl/test/ |
| HD | bn_rand_range.h | 14 unsigned int range; member
|
| /freebsd-head/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| HD | random.h | 51 random_in_range(uint32_t range) in random_in_range()
|
| /freebsd-head/sys/contrib/openzfs/cmd/zinject/ |
| HD | translate.c | 153 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/ |
| HD | qca-vendor-attr.h | 25 struct qca_avoid_freq_range range[0]; member
|