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

1234

/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp183 StringList matches; local
42 GetSubcommandSP(llvm::StringRef sub_cmd, StringList *matches) argument
76 GetSubcommandObject(llvm::StringRef sub_cmd, StringList *matches) argument
367 GetSubcommandSP(llvm::StringRef sub_cmd, StringList *matches) argument
375 GetSubcommandObject(llvm::StringRef sub_cmd, StringList *matches) argument
[all...]
H A DCommandObjectFrame.cpp507 findUniqueRegexMatches(RegularExpression &regex, VariableList &matches, const VariableList &all_variables) argument
[all...]
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dmod_devicetable.h71 struct dmi_strmatch matches[4]; member in struct:dmi_system_id
/freebsd-current/contrib/libarchive/tar/
H A Dsubst.c221 regmatch_t matches[10]; local
[all...]
/freebsd-current/contrib/xz/src/liblzma/lz/
H A Dlz_encoder_mf.c22 lzma_mf_find(lzma_mf *mf, uint32_t *count_ptr, lzma_match *matches) argument
250 hc_find_func( const uint32_t len_limit, const uint32_t pos, const uint8_t *const cur, uint32_t cur_match, uint32_t depth, uint32_t *const son, const uint32_t cyclic_pos, const uint32_t cyclic_size, lzma_match *matches, uint32_t len_best) argument
305 lzma_mf_hc3_find(lzma_mf *mf, lzma_match *matches) argument
366 lzma_mf_hc4_find(lzma_mf *mf, lzma_match *matches) argument
450 bt_find_func( const uint32_t len_limit, const uint32_t pos, const uint8_t *const cur, uint32_t cur_match, uint32_t depth, uint32_t *const son, const uint32_t cyclic_pos, const uint32_t cyclic_size, lzma_match *matches, uint32_t len_best) argument
587 lzma_mf_bt2_find(lzma_mf *mf, lzma_match *matches) argument
620 lzma_mf_bt3_find(lzma_mf *mf, lzma_match *matches) argument
675 lzma_mf_bt4_find(lzma_mf *mf, lzma_match *matches) argument
[all...]
/freebsd-current/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder_private.h93 lzma_match matches[MATCH_LEN_MAX + 1]; member in struct:lzma_lzma1_encoder_s
/freebsd-current/tests/sys/ses/
H A Dnondestructive.c67 regmatch_t matches[1]; local
/freebsd-current/crypto/openssl/crypto/property/
H A Dproperty_parse.c475 int i = 0, j = 0, matches = 0; local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp417 StringList matches; local
/freebsd-current/contrib/nvi/ex/
H A Dex_cscope.c466 int force, istmp, matches; local
/freebsd-current/contrib/libedit/
H A Dfilecomplete.c472 size_t matches; local
543 fn_display_match_list(EditLine * el, char **matches, size_t num, size_t width, const char *(*app_func) (const char *)) argument
670 char **matches; local
[all...]
/freebsd-current/sys/sys/
H A Dpciio.h98 struct pci_conf *matches; /* match buffer */ member in struct:pci_conf_io
/freebsd-current/usr.sbin/iostat/
H A Diostat.c184 struct devstat_match *matches; local
/freebsd-current/bin/sh/
H A Dhistedit.c592 **add_match(char **matches, size_t i, size_t *size, char *match_copy) argument
616 char **matches = NULL, **rmatches; local
[all...]
/freebsd-current/sys/arm64/acpica/
H A Dacpi_iort.c444 int i, matches; local
476 int i, matches, dom; local
/freebsd-current/usr.sbin/kbdmap/
H A Dkbdmap.c231 int a, b, matches; local
596 int matches; local
/freebsd-current/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp286 bool DynTypedMatcher::matches(const DynTypedNode &DynNode, function in class:clang::ast_matchers::internal::DynTypedMatcher
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h69 inline bool matches(const til::SExpr *E1, const til::SExpr *E2) { function in namespace:clang::threadSafety::sx
301 bool matches(const CapabilityExpr &other) const { function in class:clang::threadSafety::CapabilityExpr
/freebsd-current/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp509 StringList matches, descriptions; local
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp381 llvm::SmallVector<llvm::StringRef, 2> matches; local
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp231 HandleCompletion( const char *current_line, const char *cursor, const char *last_char, int match_start_point, int max_return_elements, SBStringList &matches) argument
243 HandleCompletionWithDescriptions( const char *current_line, const char *cursor, const char *last_char, int match_start_point, int max_return_elements, SBStringList &matches, SBStringList &descriptions) argument
309 HandleCompletionWithDescriptions( const char *current_line, uint32_t cursor_pos, int match_start_point, int max_return_elements, SBStringList &matches, SBStringList &descriptions) argument
323 HandleCompletion(const char *current_line, uint32_t cursor_pos, int match_start_point, int max_return_elements, lldb::SBStringList &matches) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DStream.cpp85 llvm::SmallVector<llvm::StringRef, 1> matches; local
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h37 AddNamesMatchingPartialString( const std::map<std::string, ValueType> &in_map, llvm::StringRef cmd_str, StringList &matches, StringList *descriptions = nullptr) argument
/freebsd-current/usr.sbin/usbconfig/
H A Dusbconfig.c318 uint32_t matches = 0; local
/freebsd-current/contrib/dialog/
H A Dfselect.c364 char **matches = dlg_malloc(char *, (size_t) (d_list->length + f_list->length)); local

Completed in 480 milliseconds

1234