Searched defs:match (Results 176 - 200 of 337) sorted by relevance

1234567891011>>

/freebsd-current/sys/kern/
H A Dvfs_mountroot.c461 int c, match; local
/freebsd-current/lib/libc/regex/
H A Dengine.c54 #define match smat macro
65 #define match lmat macro
76 #define match mmat macro
80 struct match { struct
1213 #undef match macro
[all...]
/freebsd-current/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_iter.c551 int i, match = 0; local
/freebsd-current/sys/dev/netmap/
H A Dnetmap_generic.c459 bool match = false; local
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzap_leaf.c339 boolean_t match = memcmp(thiskey, zn->zn_key_orig, local
351 boolean_t match = zap_match(zn, thisname); local
H A Dlz4.c563 const BYTE* match; local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DStream.cpp90 llvm::StringRef match = matches[0]; local
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFileOnDemand.cpp434 void SymbolFileOnDemand::FindTypes(const TypeQuery &match, argument
[all...]
/freebsd-current/sys/netinet6/
H A Din6_src.c886 struct in6_addrpolicy *match = NULL; local
H A Din6_pcb.c719 struct inpcb *match = NULL; local
999 inp_lookup_match_t match; local
1044 inp_lookup_match_t match; local
[all...]
/freebsd-current/usr.bin/xargs/
H A Dxargs.c774 int match; local
/freebsd-current/sys/dev/nvmf/controller/
H A Dctl_frontend_nvmf.c1025 bool found, match; local
/freebsd-current/contrib/wpa/src/utils/
H A Dos_unix.c558 int match; local
644 int match; local
/freebsd-current/contrib/gdtoa/
H A Dgdtoaimp.h572 #define match __match_D2A macro
/freebsd-current/contrib/dialog/
H A Dfselect.c360 match(char *name, LIST * d_list, LIST * f_list, MATCH * match_list) function
/freebsd-current/contrib/wpa/src/crypto/
H A Dtls_gnutls.c1089 static int tls_match_suffix_helper(gnutls_x509_crt_t cert, const char *match, argument
1109 static int tls_match_suffix(gnutls_x509_crt_t cert, const char *match, argument
[all...]
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver_macsec_linux.c1069 void *match; local
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dglob.c906 match(Char *name, Char *pat, Char *patend) function
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dlstrlib.c420 static const char *match (MatchState *ms, const char *s, const char *p) { function
[all...]
/freebsd-current/crypto/heimdal/kdc/
H A Dpkinit.c1579 match_rfc_san(krb5_context context, krb5_kdc_configuration *config, hx509_context hx509ctx, hx509_cert client_cert, krb5_const_principal match) argument
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_lazy.c81 const BYTE* match; local
191 const BYTE* match = dictBase + dictMatchIndex; local
314 const BYTE* match; local
512 const BYTE* const match = base + matchIndex; local
517 const BYTE* const match = dictBase + matchIndex; local
550 const BYTE* const match = dmsBase + matchIndex; local
814 const BYTE* match = (matchIndex < prefixLowestIndex) ? dictBase + matchIndex - dictIndexDelta : base + matchIndex; local
1069 const BYTE* match = (matchIndex < dictLimit) ? dictBase + matchIndex : base + matchIndex; local
[all...]
/freebsd-current/contrib/byacc/
H A Doutput.c816 int match = 1; local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMIPatternMatch.h41 bool match(const MachineRegisterInfo &MRI, Register Reg) { function in struct:llvm::MIPatternMatch::OneUse_match
55 bool match(const MachineRegisterInfo &MRI, Register Reg) { function in struct:llvm::MIPatternMatch::OneNonDBGUse_match
84 bool match(const MachineRegisterInfo &MRI, Register Reg) { function in struct:llvm::MIPatternMatch::ConstantMatch
119 bool match(const MachineRegisterInfo &MRI, Register Reg) { function in struct:llvm::MIPatternMatch::ICstOrSplatMatch
145 bool match(const MachineRegisterInfo &MRI, Register Reg) { function in struct:llvm::MIPatternMatch::GCstAndRegMatch
159 bool match(cons function in struct:llvm::MIPatternMatch::GFCstAndRegMatch
173 bool match(const MachineRegisterInfo &MRI, Register Reg) { function in struct:llvm::MIPatternMatch::GFCstOrSplatGFCstMatch
188 bool match(const MachineRegisterInfo &MRI, Register Reg) { function in struct:llvm::MIPatternMatch::SpecificConstantMatch
204 bool match(const MachineRegisterInfo &MRI, Register Reg) { function in struct:llvm::MIPatternMatch::SpecificConstantSplatMatch
220 bool match(const MachineRegisterInfo &MRI, Register Reg) { function in struct:llvm::MIPatternMatch::SpecificConstantOrSplatMatch
248 bool match(const MachineRegisterInfo &MRI, Register Reg) { function in struct:llvm::MIPatternMatch::SpecificRegisterMatch
264 bool match(const MachineRegisterInfo &MRI, Register Reg) { return true; } function in struct:llvm::MIPatternMatch::operand_type_match
265 bool match(const MachineRegisterInfo &MRI, MachineOperand *MO) { function in struct:llvm::MIPatternMatch::operand_type_match
275 bool match(const MachineRegisterInfo &MRI, MatchSrc &&src) { function in struct:llvm::MIPatternMatch::And
287 bool match(const MachineRegisterInfo &MRI, MatchSrc &&src) { function in struct:llvm::MIPatternMatch::And
294 bool match(const MachineRegisterInfo &MRI, MatchSrc &&src) { function in struct:llvm::MIPatternMatch::Or
305 bool match(const MachineRegisterInfo &MRI, MatchSrc &&src) { function in struct:llvm::MIPatternMatch::Or
364 template <typename ITy> bool match(const MachineRegisterInfo &MRI, ITy &&V) { function in struct:llvm::MIPatternMatch::bind_ty
376 bool match(const MachineRegisterInfo &MRI, Register Reg) { function in struct:llvm::MIPatternMatch::ImplicitDefMatch
398 bool match(const MachineRegisterInfo &MRI, OpTy &&Op) { function in struct:llvm::MIPatternMatch::BinaryOp_match
422 bool match(const MachineRegisterInfo &MRI, OpTy &&Op) { function in struct:llvm::MIPatternMatch::BinaryOpc_match
558 bool match(const MachineRegisterInfo &MRI, OpTy &&Op) { function in struct:llvm::MIPatternMatch::UnaryOp_match
652 bool match(const MachineRegisterInfo &MRI, OpTy &&Op) { function in struct:llvm::MIPatternMatch::CompareOp_match
719 bool match(const MachineRegisterInfo &MRI, Register Reg) { function in struct:llvm::MIPatternMatch::CheckType
735 bool match(const MachineRegisterInfo &MRI, OpTy &&Op) { function in struct:llvm::MIPatternMatch::TernaryOp_match
[all...]
/freebsd-current/contrib/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc116 const bool match = x % 2 == 0; variable
[all...]
/freebsd-current/sys/fs/cuse/
H A Dcuse.c1032 int match; local

Completed in 608 milliseconds

1234567891011>>