Home
last modified time | relevance | path

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

12345678910>>...19

/netbsd/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransformActions.cpp304 void TransformActionsImpl::remove(SourceRange range) { in remove()
329 void TransformActionsImpl::replace(SourceRange range, in replace()
413 bool TransformActionsImpl::canReplaceRange(SourceRange range, in canReplaceRange()
446 void TransformActionsImpl::commitRemove(SourceRange range) { in commitRemove()
464 void TransformActionsImpl::commitReplace(SourceRange range, in commitReplace()
638 void TransformActions::remove(SourceRange range) { in remove()
650 void TransformActions::replace(SourceRange range, in replace()
672 SourceRange range) { in clearDiagnostic()
688 SourceRange range) { in reportError()
693 SourceRange range) { in reportWarning()
[all …]
H A DInternals.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()
/netbsd/sys/dev/pci/
H A Dgenfb_pcivar.h34 struct range { struct
49 struct range sc_ranges[8]; argument
/netbsd/sys/arch/macppc/pci/
H A Dbandit.c85 struct range { in bandit_attach() struct
86 uint32_t pci_hi, pci_mid, pci_lo; in bandit_attach()
87 uint32_t host; in bandit_attach()
88 uint32_t size_hi, size_lo; in bandit_attach()
/netbsd/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_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()
251 int BN_generate_dsa_nonce(BIGNUM *out, const BIGNUM *range, in BN_generate_dsa_nonce()
/netbsd/external/bsd/elftosb/dist/common/
H A DDataTarget.cpp24 AddressRange range; in getRangeForSegment() local
54 AddressRange range; in getRangeForSegment() local
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Dbn_rand.c113 static int bnrand_range(BNRAND_FLAG flag, BIGNUM *r, const BIGNUM *range) in bnrand_range()
177 int BN_rand_range(BIGNUM *r, const BIGNUM *range) in BN_rand_range()
182 int BN_priv_rand_range(BIGNUM *r, const BIGNUM *range) in BN_priv_rand_range()
192 int BN_pseudo_rand_range(BIGNUM *r, const BIGNUM *range) in BN_pseudo_rand_range()
205 int BN_generate_dsa_nonce(BIGNUM *out, const BIGNUM *range, in BN_generate_dsa_nonce()
/netbsd/external/gpl3/gcc/dist/gcc/rtl-ssa/
H A Dmovement.h26 move_later_than (insn_range_info range, insn_info *insn) in move_later_than()
35 move_no_earlier_than (insn_range_info range, insn_info *insn) in move_no_earlier_than()
45 move_no_later_than (insn_range_info range, insn_info *insn) in move_no_later_than()
54 move_earlier_than (insn_range_info range, insn_info *insn) in move_earlier_than()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Tooling/Transformer/
H A DRangeSelector.h41 inline RangeSelector range(RangeSelector Begin, RangeSelector End) { in range() function
46 inline RangeSelector range(std::string BeginID, std::string EndID) { in range() function
/netbsd/external/apache2/llvm/dist/clang/lib/Edit/
H A DCommit.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()
/netbsd/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
H A Dtest_cfx.c38 struct range { struct
43 struct range tests[] = { argument
/netbsd/external/lgpl3/mpc/dist/tests/
H A Drandom.c117 const unsigned long range = (unsigned long int) (emax - emin) + 1; in test_default_random() local
205 const unsigned long range = (unsigned long int) (emax - emin) + 1; in test_random_mpfr() local
248 const unsigned long range = (unsigned long int) (emax - emin) + 1; in test_random_mpc() local
/netbsd/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_mn.c69 const struct mmu_notifier_range *range, in amdgpu_mn_invalidate_gfx()
106 const struct mmu_notifier_range *range, in amdgpu_mn_invalidate_hsa()
/netbsd/external/bsd/jemalloc/include/jemalloc/internal/
H A Dprng.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()
/netbsd/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Dprng.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()
/netbsd/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-sparc-low.cc188 int range; in sparc_fill_gregset() local
203 int range; in sparc_fill_fpregset() local
241 int range; in sparc_store_gregset() local
260 int range; in sparc_store_fpregset() local
/netbsd/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-sparc-low.cc188 int range; in sparc_fill_gregset() local
203 int range; in sparc_fill_fpregset() local
241 int range; in sparc_store_gregset() local
260 int range; in sparc_store_fpregset() local
/netbsd/external/apache2/llvm/dist/clang/include/clang/Rewrite/Core/
H A DRewriter.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()
/netbsd/sys/dev/mvme/
H A Dvme_two.c170 vmetwo_master_range(struct vmetwo_softc *sc, int range, struct mvmebus_range *vr) in vmetwo_master_range()
264 vmetwo_slave_range(struct vmetwo_softc *sc, int range, vme_am_t am, struct mvmebus_range *vr) in vmetwo_slave_range()
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_libignore.cc58 for (const auto &range : mod.ranges()) { in OnLibraryLoaded() local
102 for (const auto &range : mod.ranges()) { in OnLibraryLoaded() local
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_libignore.cc60 for (const auto &range : mod.ranges()) { in OnLibraryLoaded() local
104 for (const auto &range : mod.ranges()) { in OnLibraryLoaded() local
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_libignore.cc58 for (const auto &range : mod.ranges()) { in OnLibraryLoaded() local
102 for (const auto &range : mod.ranges()) { in OnLibraryLoaded() local
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Ddata-streamer.h240 HOST_WIDE_INT range = max - min; in streamer_write_hwi_in_range() local
258 HOST_WIDE_INT range = max - min; in streamer_read_hwi_in_range() local
279 HOST_WIDE_INT range = max - min; in bp_pack_int_in_range() local
298 HOST_WIDE_INT range = max - min; in bp_unpack_int_in_range() local
/netbsd/external/gpl3/gcc/dist/gcc/
H A Ddata-streamer.h242 HOST_WIDE_INT range = max - min; in streamer_write_hwi_in_range() local
260 HOST_WIDE_INT range = max - min; in streamer_read_hwi_in_range() local
281 HOST_WIDE_INT range = max - min; in bp_pack_int_in_range() local
300 HOST_WIDE_INT range = max - min; in bp_unpack_int_in_range() local
/netbsd/external/bsd/jemalloc/dist/test/unit/
H A Dprng.c141 uint32_t range; in test_prng_range_u32() local
161 uint64_t range; in test_prng_range_u64() local
181 size_t range; in test_prng_range_zu() local

12345678910>>...19