Home
last modified time | relevance | path

Searched defs:range (Results 201 – 225 of 227) sorted by relevance

12345678910

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp6274 llvm::AddressRange range(addr, addr + region.GetRange().GetByteSize()); in CreateCoreFileMemoryRange() local
6290 llvm::AddressRange range(0, 0); in AddDirtyPages() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp366 SourceRange range = TL.getAttrOperandParensRange(); in VisitDependentAddressSpaceTypeLoc() local
392 SourceRange range = TL.getAttrOperandParensRange(); in VisitConstantMatrixTypeLoc() local
402 SourceRange range = TL.getAttrOperandParensRange(); in VisitDependentSizedMatrixTypeLoc() local
/freebsd/contrib/tcpdump/
H A Dprint-isoclns.c2392 uint32_t range; in isis_print_router_cap_subtlv() local
/freebsd/usr.sbin/bhyve/
H A Dpci_nvme.c2587 struct nvme_dsm_range *range = NULL; in nvme_opc_dataset_mgmt() local
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1751 void replace(CharSourceRange range, StringRef text) override { in replace()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_hsi_debug_tools.h670 struct dbg_bus_storm_eid_range_params range /* EID range filter params */; member
H A Decore_dbg_fw_funcs.c2449 u16 range, in ecore_bus_set_constraint()
5450 u16 dword_offset, range = 0; in ecore_dbg_bus_add_constraint() local
/freebsd/sys/cam/ctl/
H A Dctl.c5812 struct scsi_unmap_desc *buf, *end, *endnz, *range; in ctl_unmap() local
11617 struct scsi_unmap_desc *buf, *end, *range; in ctl_extent_check_unmap() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp4183 auto range = llvm::make_range(signals.begin(), signals.end()); in SendSignalsToIgnore() local
/freebsd/sys/net/
H A Dif_vxlan.c2428 int range; in vxlan_pick_source_port() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h560 void setTypeArgumentRange(SourceRange range) { TypeofParensRange = range; } in setTypeArgumentRange()
/freebsd/sys/netinet/
H A Dip_fw.h1086 ipfw_range_tlv range; member
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c2644 int reg_ranges_size, range; in t4_get_regs() local
9192 u8 range) in set_pcie_completion_timeout()
/freebsd/contrib/bearssl/test/
H A Dtest_crypto.c1521 size_t len, rlen, outlen, range; in test_SHAKE_MonteCarlo() local
/freebsd/sys/security/mac_mls/
H A Dmac_mls.c227 mls_effective_in_range(struct mac_mls *effective, struct mac_mls *range) in mls_effective_in_range()
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dlocation.h1329 __le32 range; member
/freebsd/sys/security/mac_biba/
H A Dmac_biba.c251 biba_effective_in_range(struct mac_biba *effective, struct mac_biba *range) in biba_effective_in_range()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1386 const DWARFRangeList::Entry &range = ranges.GetEntryRef(i); in ParseBlocksRecursive() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp614 using range = iterator_range<iterator>; typedef in __anon27169d500411::AllocaSlices
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc400 uint32_t Random::Generate(uint32_t range) { in Generate()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76.h657 const struct cfg80211_sar_freq_ranges *range; member
/freebsd/crypto/openssl/include/openssl/
H A Dx509v3.h1089 ASRange *range; member
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c892 ztest_random(uint64_t range) in ztest_random()
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c3860 parse_object_range(char *range, zopt_object_range_t *zor, const char **msg) in parse_object_range()
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp1988 std::string rangeToString( Range const& range ) { in rangeToString()
4641 GeneratorWrapper<T> range(T const& start, T const& end, T const& step) { in range() function
4647 GeneratorWrapper<T> range(T const& start, T const& end) { in range() function

12345678910