/freebsd-src/usr.sbin/ppp/ |
H A D | 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 …]
|
H A D | 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-src/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | 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 …]
|
H A D | 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-src/contrib/elftoolchain/addr2line/ |
H A D | 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-src/crypto/openssl/crypto/bn/ |
H A D | 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-src/tests/sys/file/ |
H A D | 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-src/contrib/llvm-project/clang/include/clang/Tooling/Transformer/ |
H A D | 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 [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Edit/ |
H A D | 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-src/contrib/llvm-project/lldb/source/Symbol/ |
H A D | 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 GetRangeContainingOffset(const addr_t offset,Range & range) GetRangeContainingOffset() argument 251 GetRangeContainingAddress(const Address & addr,AddressRange & range) GetRangeContainingAddress() argument 279 GetRangeContainingLoadAddress(lldb::addr_t load_addr,Target & target,AddressRange & range) GetRangeContainingLoadAddress() argument 303 GetRangeAtIndex(uint32_t range_idx,AddressRange & range) GetRangeAtIndex() argument 335 AddRange(const Range & range) AddRange() argument [all...] |
/freebsd-src/crypto/heimdal/lib/gssapi/krb5/ |
H A D | test_cfx.c | 36 struct range { struct 41 struct range tests[] = { argument
|
/freebsd-src/contrib/jemalloc/include/jemalloc/internal/ |
H A D | 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-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFCompileUnit.cpp | 46 for (const DWARFRangeList::Entry &range : ranges) in BuildAddressRangeTable() local 85 const LineTable::FileAddressRanges::Entry &range = in BuildAddressRangeTable() local
|
H A D | DWARFDebugAranges.h | 45 const Range *range = m_aranges.GetEntryAtIndex(idx); in OffsetAtIndex() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Rewrite/Core/ |
H A D | 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-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_libignore.cpp | 59 for (const auto &range : mod.ranges()) { in OnLibraryLoaded() local 103 for (const auto &range : mod.ranges()) { in OnLibraryLoaded() local [all...] |
/freebsd-src/contrib/llvm-project/lldb/source/Commands/ |
H A D | 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-src/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | 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-src/crypto/openssl/crypto/perlasm/ |
H A D | arm-xlate.pl | 112 sub range { subroutine
|
/freebsd-src/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | random.h | 40 random_in_range(uint32_t range) in random_in_range()
|
/freebsd-src/crypto/openssl/test/ |
H A D | bn_rand_range.h | 14 unsigned int range; member
|
/freebsd-src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | random.h | 52 random_in_range(uint32_t range) random_in_range() argument
|
/freebsd-src/crypto/heimdal/lib/asn1/ |
H A D | symbol.h | 111 struct range { struct 130 struct range *range; argument
|
/freebsd-src/sys/contrib/dev/iwlwifi/fw/ |
H A D | dbg.c | 1038 struct iwl_fw_ini_error_dump_range *range = range_ptr; iwl_dump_ini_prph_mac_iter() local 1063 struct iwl_fw_ini_error_dump_range *range = range_ptr; iwl_dump_ini_prph_phy_iter() local 1113 struct iwl_fw_ini_error_dump_range *range = range_ptr; iwl_dump_ini_csr_iter() local 1133 struct iwl_fw_ini_error_dump_range *range = range_ptr; iwl_dump_ini_config_iter() local 1164 struct iwl_fw_ini_error_dump_range *range = range_ptr; iwl_dump_ini_dev_mem_iter() local 1186 struct iwl_fw_ini_error_dump_range *range = range_ptr; _iwl_dump_ini_paging_iter() local 1205 struct iwl_fw_ini_error_dump_range *range; iwl_dump_ini_paging_iter() local 1231 struct iwl_fw_ini_error_dump_range *range = range_ptr; iwl_dump_ini_mon_dram_iter() local 1250 struct iwl_fw_ini_error_dump_range *range = range_ptr; iwl_dump_ini_mon_smem_iter() local 1318 struct iwl_fw_ini_error_dump_range *range = range_ptr; iwl_dump_ini_txf_iter() local 1453 struct iwl_fw_ini_error_dump_range *range = range_ptr; iwl_dump_ini_rxf_iter() local 1524 struct iwl_fw_ini_error_dump_range *range = range_ptr; iwl_dump_ini_err_table_iter() local 1545 struct iwl_fw_ini_error_dump_range *range = range_ptr; iwl_dump_ini_special_mem_iter() local 1563 struct iwl_fw_ini_error_dump_range *range = range_ptr; iwl_dump_ini_dbgi_sram_iter() local 1590 struct iwl_fw_ini_error_dump_range *range = range_ptr; iwl_dump_ini_fw_pkt_iter() local 1612 struct iwl_fw_ini_error_dump_range *range = range_ptr; iwl_dump_ini_imr_iter() local 2116 u8 *range; global() local [all...] |
/freebsd-src/sys/contrib/openzfs/cmd/zinject/ |
H A D | translate.c | 152 initialize_range(err_type_t type, int level, char *range, in initialize_range() 218 translate_record(err_type_t type, const char *object, const char *range, in translate_record()
|