Home
last modified time | relevance | path

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

12345678910>>...15

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransformActions.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 …]
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-src/sys/dev/pci/
H A Dgenfb_pcivar.h34 struct range { struct
49 struct range sc_ranges[8]; argument
/netbsd-src/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-src/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()
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()
/netbsd-src/external/bsd/elftosb/dist/common/
H A DDataTarget.cpp24 AddressRange range; in getRangeForSegment() local
54 AddressRange range; in getRangeForSegment() local
/netbsd-src/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-src/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-src/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-src/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-src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
H A Dtest_cfx.c38 struct range { struct
43 struct range tests[] = { argument
/netbsd-src/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-src/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-src/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-src/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-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_libignore.cpp59 for (const auto &range : mod.ranges()) { in OnLibraryLoaded() local
103 for (const auto &range : mod.ranges()) { in OnLibraryLoaded() local
/netbsd-src/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-src/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-src/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-src/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-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dconstraint-manager.h56 range () : m_lower_bound (), m_upper_bound () {} in range() function
57 range (const bound &lower, const bound &upper) in range() function
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dcodecvt.cc62 struct range struct
64 Elem* next;
65 Elem* end;
68 range& operator=(Elem e) in operator =()
75 Elem operator*() const { return *next; } in operator *()
78 Elem operator[](size_t n) const { return next[n]; } in operator []()
81 range& operator++() in operator ++()
88 range& operator+=(size_t n) in operator +=()
95 size_t size() const { return end - next; } in size()
98 size_t nbytes() const { return (const char*)end - (const char*)next; } in nbytes()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dcodecvt.cc62 struct range struct
64 Elem* next;
65 Elem* end;
68 range& operator=(Elem e) in operator =()
75 Elem operator*() const { return *next; } in operator *()
78 Elem operator[](size_t n) const { return next[n]; } in operator []()
81 range& operator++() in operator ++()
88 range& operator+=(size_t n) in operator +=()
95 size_t size() const { return end - next; } in size()
98 size_t nbytes() const { return (const char*)end - (const char*)next; } in nbytes()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/perlasm/
H A Darm-xlate.pl99 sub range { subroutine
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/perlasm/
H A Darm-xlate.pl112 sub range { subroutine

12345678910>>...15