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

1234

/freebsd-current/contrib/wpa/src/ap/
H A Dgas_serv.c457 } matches[10]; local
/freebsd-current/contrib/atf/atf-sh/
H A Datf-check.cpp730 const bool matches = grep_file(path, oc.value); local
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant_sd.c294 int matches = 0; local
/freebsd-current/contrib/less/
H A Dline.c694 int matches; local
H A Dsearch.c1175 static int search_range(POSITION pos, POSITION endpos, int search_type, int matches, int maxlines, POSITION *plinepos, POSITION *pendpos, POSITION *plastlinepos) argument
[all...]
/freebsd-current/contrib/googletest/googlemock/test/
H A Dgmock-matchers-misc_test.cc503 ElementMatcherPairs matches = internal::FindMaxBipartiteMatching(graph); local
[all...]
/freebsd-current/sys/dev/sfxge/common/
H A Def10_nic.c1699 uint32_t matches; local
/freebsd-current/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c1171 int matches = 0; local
1215 int matches = 0; local
1240 int matches; local
[all...]
/freebsd-current/sys/dev/pci/
H A Dpci_user.c100 u_int32_t matches; /* struct pci_conf ptr */ member in struct:pci_conf_io32
154 pci_conf_match_native(struct pci_match_conf *matches, int num_matches, argument
220 pci_conf_match32(struct pci_match_conf32 *matches, int num_matches, struct pci_conf *match_buf) argument
377 pci_conf_match_old(struct pci_match_conf_old *matches, int num_matches, struct pci_conf *match_buf) argument
441 pci_conf_match_old32(struct pci_match_conf_old32 *matches, int num_matches, struct pci_conf *match_buf) argument
519 pci_conf_match(u_long cmd, struct pci_match_conf *matches, int num_matches, struct pci_conf *match_buf) argument
[all...]
/freebsd-current/sbin/devd/
H A Ddevd.cc192 event_proc::matches(config &c) const function in class:event_proc
/freebsd-current/lib/libdevstat/
H A Ddevstat.c550 devstat_selectdevs(struct device_selection **dev_select, int *num_selected, int *num_selections, long *select_generation, long current_generation, struct devstat *devices, int numdevs, struct devstat_match *matches, int num_matches, char **dev_selections, int num_dev_selections, devstat_select_mode select_mode, int maxshowdevs, int perf_select) argument
1033 devstat_buildmatch(char *match_str, struct devstat_match **matches, int *num_matches) argument
[all...]
/freebsd-current/sys/contrib/zlib/
H A Ddeflate.h258 uInt matches; /* number of string matches in current block */ member in struct:internal_state
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp462 DiskFilesOrDirectories(const llvm::Twine &partial_name, bool only_directories, StringList &matches, TildeExpressionResolver &Resolver) argument
485 DiskFiles(const llvm::Twine &partial_file_name, StringList &matches, TildeExpressionResolver &Resolver) argument
497 DiskDirectories(const llvm::Twine &partial_file_name, StringList &matches, TildeExpressionResolver &Resolver) argument
[all...]
H A DCommandObjectPlatform.cpp1326 const uint32_t matches = variable
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp1045 size_t matches = 0; local
1091 size_t matches = 0; local
1107 size_t matches = 0; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h151 bool matches(StringRef S) const { function in class:llvm::objcopy::NameMatcher
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp746 llvm::SmallVector<llvm::StringRef, 3> matches; local
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_opt.c509 ZSTD_insertBtAndGetAllMatches( ZSTD_match_t* matches, ZSTD_matchState_t* ms, U32* nextToUpdate3, const BYTE* const ip, const BYTE* const iLimit, const ZSTD_dictMode_e dictMode, const U32 rep[ZSTD_REP_NUM], U32 const ll0, const U32 lengthToBeat, U32 const mls ) argument
742 ZSTD_BtGetAllMatches( ZSTD_match_t* matches, ZSTD_matchState_t* ms, U32* nextToUpdate3, const BYTE* ip, const BYTE* const iHighLimit, const ZSTD_dictMode_e dictMode, const U32 rep[ZSTD_REP_NUM], U32 const ll0, U32 const lengthToBeat) argument
818 ZSTD_match_t* const matches = optStatePtr->matchTable; local
[all...]
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dzstd_opt.c556 ZSTD_insertBtAndGetAllMatches( ZSTD_match_t* matches, ZSTD_matchState_t* ms, U32* nextToUpdate3, const BYTE* const ip, const BYTE* const iLimit, const ZSTD_dictMode_e dictMode, const U32 rep[ZSTD_REP_NUM], U32 const ll0, const U32 lengthToBeat, U32 const mls ) argument
795 ZSTD_btGetAllMatches_internal( ZSTD_match_t* matches, ZSTD_matchState_t* ms, U32* nextToUpdate3, const BYTE* ip, const BYTE* const iHighLimit, const U32 rep[ZSTD_REP_NUM], U32 const ll0, U32 const lengthToBeat, const ZSTD_dictMode_e dictMode, const U32 mls) argument
959 ZSTD_optLdm_maybeAddMatch(ZSTD_match_t* matches, U32* nbMatches, const ZSTD_optLdm_t* optLdm, U32 currPosInBlock) argument
987 ZSTD_optLdm_processMatchCandidate(ZSTD_optLdm_t* optLdm, ZSTD_match_t* matches, U32* nbMatches, U32 currPosInBlock, U32 remainingBytes) argument
1061 ZSTD_match_t* const matches = optStatePtr->matchTable; local
[all...]
/freebsd-current/usr.bin/vmstat/
H A Dvmstat.c89 static struct devstat_match *matches; variable in typeref:struct:devstat_match
/freebsd-current/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h610 bool matches(const T &Node, function in class:clang::ast_matchers::internal::Matcher
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1196 std::multimap<CompilerType, const FuncDeclInfo *> matches; local
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp516 bool matches(const DILabel *L, const DILocation *IA, function in class:__anon1883::UserLabel
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1479 uint32_t matches = 0; local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp2326 AddMatches(const Definition *def, const llvm::StringRef &prefix, const llvm::StringRef &match_prefix, StringList &matches) argument

Completed in 404 milliseconds

1234