Searched defs:match (Results 276 - 300 of 337) sorted by relevance

<<11121314

/freebsd-current/contrib/jemalloc/src/
H A Djemalloc.c1183 bool match = false; local
1201 bool match = false; local
1315 bool match = false; local
1398 bool match local
[all...]
/freebsd-current/contrib/mandoc/
H A Droff.c2543 int match; local
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dconfig.c1578 size_t i, j, prev_methods, match = 0; local
H A Dwpa_cli.c4120 const struct wpa_cli_cmd *cmd, *match = NULL; local
/freebsd-current/contrib/wpa/hostapd/
H A Dctrl_iface.c2641 u8 match[10]; local
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_internal.h587 ZSTD_count_2segments(const BYTE* ip, const BYTE* match, argument
[all...]
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dzstd_lazy.c81 const BYTE* match; local
191 const BYTE* match = dictBase + dictMatchIndex; local
315 const BYTE* match; local
544 const BYTE* match; local
586 const BYTE* match; local
692 const BYTE* const match = base + matchIndex; local
697 const BYTE* const match = dictBase + matchIndex; local
733 const BYTE* const match = dmsBase + matchIndex; local
1234 const BYTE* const match = base + matchIndex; local
1239 const BYTE* const match = dictBase + matchIndex; local
1288 { const BYTE* const match = dmsBase + matchIndex; local
1666 const BYTE* match = (matchIndex < prefixLowestIndex) ? dictBase + matchIndex - dictIndexDelta : base + matchIndex; local
2008 const BYTE* match = (matchIndex < dictLimit) ? dictBase + matchIndex : base + matchIndex; local
[all...]
H A Dzstd_compress_internal.h823 ZSTD_count_2segments(const BYTE* ip, const BYTE* match, const BYTE* iEnd, const BYTE* mEnd, const BYTE* iStart) argument
[all...]
/freebsd-current/contrib/libedit/
H A Dreadline.c2401 char **list, *match, *a, *b; local
/freebsd-current/sys/dev/firewire/
H A Dfwohci.c2246 uint32_t off, cntl, stat, cmd, match; local
H A Dfwohcireg.h207 fwohcireg_t match; member in struct:ohci_dma
/freebsd-current/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_tree.c710 _alloc_new_level(struct fs_prio *prio, struct mlx5_flow_namespace *match) argument
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dip_nat.c4635 int match; local
[all...]
/freebsd-current/sys/cam/scsi/
H A Dscsi_cd.c594 caddr_t match; local
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dd3.c2626 struct cfg80211_wowlan_nd_match *match; local
2519 iwl_mvm_query_set_freqs(struct iwl_mvm *mvm, struct iwl_mvm_nd_results *results, struct cfg80211_wowlan_nd_match *match, int idx) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1075 Pattern::MatchResult Pattern::match(StringRe function in class:Pattern
1671 StringRef match(StringRef Buffer) { function in struct:PrefixMatcher
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1101 bool match = false; local
1135 bool match local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp994 ProcessInstanceInfoMatch match; local
1163 IsCompatibleArchitecture(const ArchSpec &arch, const ArchSpec &process_host_arch, ArchSpec::MatchType match, ArchSpec *compatible_arch_ptr) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp2170 template <typename ITy> bool match(ITy *V) { function in struct:match_LoopInvariant
[all...]
/freebsd-current/sys/contrib/openzfs/module/nvpair/
H A Dnvpair.c314 boolean_t match = B_FALSE; local
/freebsd-current/sys/netinet/
H A Dip_carp.c785 struct ifaddr *ifa, *match; local
H A Dsctp_pcb.c1096 int match = 0; local
[all...]
/freebsd-current/sys/cam/ata/
H A Data_da.c1816 caddr_t match; local
/freebsd-current/contrib/wpa/src/crypto/
H A Dtls_openssl.c1714 static int tls_match_altsubject(X509 *cert, const char *match) argument
1758 static int domain_suffix_match(const u8 *val, size_t len, const char *match, argument
1971 tls_match_dn_field(X509 *cert, const char *match) argument
2004 tls_match_suffix_helper(X509 *cert, const char *match, size_t match_len, int full) argument
2075 tls_match_suffix(X509 *cert, const char *match, int full) argument
2348 char *match, *altmatch, *suffix_match, *domain_match; local
[all...]
/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c1785 const BYTE* match = op - sequence.offset; /* possible underflow at op - offset ? */ local
[all...]

Completed in 940 milliseconds

<<11121314