Searched defs:matches (Results 76 - 93 of 93) sorted by relevance

1234

/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp735 llvm::SmallVector<llvm::StringRef, 2> matches; local
798 llvm::SmallVector<llvm::StringRef, 3> matches; local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp681 llvm::SmallVector<llvm::StringRef, 4> matches; variable
/freebsd-current/contrib/ncurses/progs/
H A Dtic.c553 matches(char **needle, const char *haystack) function
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dzstd_lazy.c991 int matches[4] = {0}; local
1201 ZSTD_VecMask matches = ZSTD_row_getMatchMask(tagRow, (BYTE)tag, head, rowEntries); local
1270 ZSTD_VecMask matches = ZSTD_row_getMatchMask(dmsTagRow, (BYTE)dmsTag, head, rowEntries); local
[all...]
/freebsd-current/contrib/libedit/
H A Dreadline.c1945 rl_display_match_list(char **matches, int len, int max) argument
/freebsd-current/contrib/libpcap/
H A Dpcap-linux.c867 int matches, verlen; local
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dd3.c2441 u8 matches[ND_QUERY_BUF_LEN]; member in struct:iwl_mvm_nd_results
2503 struct iwl_scan_offload_profile_match *matches = local
2509 struct iwl_scan_offload_profile_match_v1 *matches = local
2528 struct iwl_scan_offload_profile_match *matches local
2536 struct iwl_scan_offload_profile_match_v1 *matches = local
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp1494 bool StdLibraryFunctionsChecker::Signature::matches( function in class:StdLibraryFunctionsChecker::Signature
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1102 std::vector<SymbolAndUid> matches = m_index->FindSymbolsByVa(file_addr); local
1729 std::vector<TypeIndex> matches = local
1752 std::vector<TypeIndex> matches = m_index->tpi().findRecordsByName(name); local
[all...]
/freebsd-current/sys/contrib/dev/iwlwifi/fw/api/
H A Dscan.h1190 struct iwl_scan_offload_profile_match_v1 matches[]; member in struct:iwl_scan_offload_profiles_query_v1
1234 struct iwl_scan_offload_profile_match matches[]; member in struct:iwl_scan_offload_match_info
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp922 GetCommandNamesMatchingPartialString( const char *cmd_str, bool include_aliases, StringList &matches, StringList &descriptions) argument
994 GetCommandSP(llvm::StringRef cmd_str, bool include_aliases, bool exact, StringList *matches, StringList *descriptions) const argument
1236 GetCommandObject(llvm::StringRef cmd_str, StringList *matches, StringList *descriptions) const argument
1246 GetUserCommandObject( llvm::StringRef cmd, StringList *matches, StringList *descriptions) const argument
1294 StringList matches; local
3399 StringList matches; local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp873 size_t matches = 0; variable
[all...]
/freebsd-current/sys/dev/acpica/
H A Dacpi.c1127 bool matches; local
1198 bool matches; local
[all...]
/freebsd-current/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2719 const bool matches = inner_matcher_.MatchAndExplain(*it, &inner_listener); local
2740 const bool matches = inner_matcher_.MatchAndExplain(*it, &inner_listener); local
[all...]
/freebsd-current/sys/dev/drm2/
H A DdrmP.h1732 struct dmi_strmatch matches[4]; member in struct:dmi_system_id
/freebsd-current/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h979 struct cfg80211_wowlan_nd_match *matches[0]; member in struct:cfg80211_wowlan_nd_info
/freebsd-current/sys/cam/
H A Dcam_ccb.h586 struct dev_match_result *matches; member in struct:ccb_dev_match
/freebsd-current/sys/dev/iwm/
H A Dif_iwmreg.h6107 struct iwm_scan_offload_profile_match matches[IWM_SCAN_MAX_PROFILES]; member in struct:iwm_scan_offload_profiles_query

Completed in 579 milliseconds

1234