Searched defs:range (Results 1 - 25 of 192) sorted by relevance

12345678

/freebsd-current/crypto/openssl/crypto/perlasm/
H A Darm-xlate.pl112 sub range { subroutine
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Drandom.h52 random_in_range(uint32_t range) argument
/freebsd-current/crypto/openssl/test/
H A Dbn_rand_range.h14 unsigned int range; member in struct:__anon90
/freebsd-current/contrib/wpa/src/common/
H A Dqca-vendor-attr.h25 struct qca_avoid_freq_range range[0]; member in struct:qca_avoid_freq_list
/freebsd-current/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Drandom.h40 random_in_range(uint32_t range) argument
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DRangeSelector.h41 inline RangeSelector range(RangeSelector Begin, RangeSelector End) { function in namespace:clang
46 inline RangeSelector range(std::string BeginID, std::string EndID) { function in namespace:clang
[all...]
/freebsd-current/usr.sbin/bluetooth/btpand/
H A Dclient.c171 uint32_t range; local
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7603/
H A Ddebugfs.c76 int bound[3], i, range; local
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineEntry.h134 AddressRange range; ///< The section offset address range for this line entry. member in struct:lldb_private::LineEntry
/freebsd-current/contrib/llvm-project/libcxx/include/__ranges/
H A Dconcepts.h47 concept range = requires(_Tp& __t) { member in namespace:ranges
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.h45 const Range *range = m_aranges.GetEntryAtIndex(idx); local
H A DDWARFCompileUnit.cpp85 const LineTable::FileAddressRanges::Entry &range = local
H A DDWARFDebugAranges.cpp40 Range range; local
/freebsd-current/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_arange.c61 uint64_t offset, dwarf_size, length, addr, range; local
/freebsd-current/contrib/llvm-project/clang/include/clang/ARCMigrate/
H A DARCMT.h118 virtual void remove(CharSourceRange range) { } argument
/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Dprng.h132 prng_range_u32(atomic_u32_t *state, uint32_t range, bool atomic) { argument
150 prng_range_u64(uint64_t *state, uint64_t range) { argument
168 prng_range_zu(atomic_zu_t *state, size_t range, bool atomic) argument
[all...]
/freebsd-current/crypto/heimdal/lib/gssapi/krb5/
H A Dtest_cfx.c36 struct range { struct
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanShouldStopHere.cpp111 AddressRange range = sc.line_entry.range; local
/freebsd-current/usr.sbin/ppp/
H A Diplist.c62 iplist_setrange(struct iplist *list, char *range) argument
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dmt792x_debugfs.c11 int bound[15], range[4], i; local
/freebsd-current/usr.bin/mkcsmapper/
H A Dyacc.y137 range : L_IMM '-' L_IMM { set_range($1, $3); } label
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp91 AddressRange range; local
[all...]
/freebsd-current/contrib/xz/src/liblzma/rangecoder/
H A Drange_decoder.h21 uint32_t range; member in struct:__anon102
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp44 auto range = ranges.GetEntryAtIndex(i); local
/freebsd-current/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DRewriter.h145 RemoveText(CharSourceRange range, RewriteOptions opts = RewriteOptions()) argument
151 RemoveText(SourceRange range, RewriteOptions opts = RewriteOptions()) argument
164 ReplaceText(CharSourceRange range, StringRef NewStr) argument
171 ReplaceText(SourceRange range, StringRef NewStr) argument
185 IncreaseIndentation(SourceRange range, SourceLocation parentIndent) argument
[all...]

Completed in 175 milliseconds

12345678