Searched refs:matches (Results 51 - 75 of 242) sorted by relevance

12345678910

/freebsd-current/contrib/llvm-project/llvm/lib/Option/
H A DArgList.cpp74 return A->getOption().matches(Pos);
81 return A->getOption().matches(Pos);
88 return A->getOption().matches(Pos) || A->getOption().matches(PosAlias);
107 if (A->getOption().matches(Pos))
117 if (Arg->getOption().matches(Id)) {
124 if (Arg->getOption().matches(Id)) {
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp24 // - points are awarded if the filename matches (ignoring extension)
25 // - points are awarded if the directory structure matches
175 if (Opt.matches(OPT_INPUT) || Opt.matches(OPT_o) ||
176 (ClangCLMode && (Opt.matches(OPT__SLASH_Fa) ||
177 Opt.matches(OPT__SLASH_Fe) ||
178 Opt.matches(OPT__SLASH_Fi) ||
179 Opt.matches(OPT__SLASH_Fo))))
183 if (Opt.matches(OPT__DASH_DASH))
285 if (Opt.matches(OPT__SLASH_T
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionArgParser.cpp240 llvm::SmallVector<llvm::StringRef, 4> matches; local
241 if (g_symbol_plus_offset_regex.Execute(sref, &matches)) {
243 llvm::StringRef name = matches[1];
244 llvm::StringRef sign = matches[2];
245 llvm::StringRef str_offset = matches[3];
H A DCommandInterpreter.cpp331 "directly into a function whose name matches the "
923 const char *cmd_str, bool include_aliases, StringList &matches,
925 AddNamesMatchingPartialString(m_command_dict, cmd_str, matches,
929 AddNamesMatchingPartialString(m_alias_dict, cmd_str, matches,
933 return matches.GetSize();
995 bool exact, StringList *matches,
1026 // We will only get into here if we didn't find any exact matches.
1032 if (matches == nullptr)
1033 matches = &local_matches;
1042 // empty CommandObjectSP and the list of matches
922 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/sys/contrib/zstd/lib/compress/
H A Dzstd_opt.c321 price += BITCOST_MULTIPLIER / 5; /* heuristic : make matches a bit more costly to favor less sequences -> faster decompression speed */
557 ZSTD_match_t* matches, /* store result (found matches) in this table (presumed large enough) */
647 matches[mnum].off = STORE_REPCODE(repCode - ll0 + 1); /* expect value between 1 and 3 */
648 matches[mnum].len = (U32)repLen;
676 matches[0].off = STORE_OFFSET(curr - matchIndex3);
677 matches[0].len = (U32)mlen;
715 matches[mnum].off = STORE_OFFSET(curr - matchIndex);
716 matches[mnum].len = (U32)matchLength;
762 matches[mnu
556 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/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp233 int match_start_point, int max_return_elements, SBStringList &matches) {
235 max_return_elements, matches);
240 matches, dummy_descriptions);
245 int match_start_point, int max_return_elements, SBStringList &matches,
248 max_return_elements, matches, descriptions);
303 matches.AppendList(temp_matches_list);
311 int max_return_elements, SBStringList &matches,
314 max_return_elements, matches, descriptions);
320 matches, descriptions);
327 lldb::SBStringList &matches) {
231 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/usr.bin/systat/
H A Ddevs.c89 static struct devstat_match *matches = NULL; variable in typeref:struct:devstat_match
103 * Make sure that the userland devstat version matches the kernel
185 (last_type ==DS_MATCHTYPE_PATTERN) ? matches : NULL,
248 free(matches);
249 matches = NULL;
254 if (devstat_buildmatch(tstr[i], &matches, &num_matches) != 0) {
265 s1->dinfo->devices, num_devices, matches, num_matches,
/freebsd-current/contrib/libucl/lua/
H A Dtest.lua16 -- Input to to_value matches the output of to_string:
/freebsd-current/lib/libdevstat/
H A Ddevstat.h162 int numdevs, struct devstat_match *matches,
166 int devstat_buildmatch(char *match_str, struct devstat_match **matches,
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DChrootChecker.cpp67 if (Chroot.matches(Call)) {
71 if (Chdir.matches(Call)) {
H A DStringChecker.cpp40 if (!TwoParamStdStringCtor.matches(Call))
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandCompletions.h36 StringList &matches, TildeExpressionResolver &Resolver);
43 StringList &matches,
/freebsd-current/crypto/openssl/test/
H A Digetest.c298 size_t matches; local
312 matches = 0;
315 ++matches;
318 if (!TEST_size_t_le(matches, ctsize / 2 + ctsize / 100))
322 if (!TEST_size_t_gt(matches, ctsize / 2))
355 size_t matches; local
370 matches = 0;
373 ++matches;
376 return TEST_size_t_le(matches, sizeof(checktext) / 100);
386 size_t matches; local
417 size_t matches; local
[all...]
/freebsd-current/contrib/kyua/engine/
H A Dfilters.cpp135 /// Checks if this filter matches a given test program name or subdirectory.
139 /// \return Whether the filter matches the test program. This is a superset of
147 // Check if the filter matches a subdirectory of the test program.
155 /// Checks if this filter matches a given test case identifier.
160 /// \return Whether the filter matches the test case.
238 /// Checks if a given test program matches the set of filters.
248 /// \return True if the provided identifier matches any filter.
255 bool matches = false;
257 !matches && iter != _filters.end(); iter++) {
258 matches
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Driver/
H A DSanitizerArgs.cpp215 if (Arg->getOption().matches(SCLOptionID)) {
224 } else if (Arg->getOption().matches(NoSCLOptionID)) {
254 if (Arg->getOption().matches(options::OPT_fsanitize_trap_EQ)) {
266 } else if (Arg->getOption().matches(options::OPT_fno_sanitize_trap_EQ)) {
346 !OptLevel || OptLevel->getOption().matches(options::OPT_O0);
349 if (Arg->getOption().matches(options::OPT_fsanitize_EQ)) {
457 assert(NoRTTIArg->getOption().matches(options::OPT_fno_rtti) &&
505 } else if (Arg->getOption().matches(options::OPT_fno_sanitize_EQ)) {
625 if (Arg->getOption().matches(options::OPT_fsanitize_recover_EQ)) {
640 } else if (Arg->getOption().matches(option
[all...]
/freebsd-current/lib/libcam/
H A Dcamlib.c296 ccb.cdm.matches = (struct dev_match_result *)malloc(bufsize);
297 if (ccb.cdm.matches == NULL) {
313 free(ccb.cdm.matches);
314 ccb.cdm.matches = NULL;
369 switch(ccb.cdm.matches[0].type) {
375 periph_result = &ccb.cdm.matches[0].result.periph_result;
377 free(ccb.cdm.matches);
378 ccb.cdm.matches = NULL;
396 free(ccb.cdm.matches);
397 ccb.cdm.matches
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymtab.h75 std::vector<uint32_t> &matches,
79 std::vector<uint32_t> &matches);
83 std::vector<uint32_t> &matches);
86 std::vector<uint32_t> &matches);
91 std::vector<uint32_t> &matches);
162 /// sure the cached information matches when cached data is loaded at a later
338 /// matches were found.
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_opt.c280 price += BITCOST_MULTIPLIER / 5; /* heuristic : make matches a bit more costly to favor less sequences -> faster decompression speed */
510 ZSTD_match_t* matches, /* store result (found matches) in this table (presumed large enough) */
600 matches[mnum].off = repCode - ll0;
601 matches[mnum].len = (U32)repLen;
629 matches[0].off = (current - matchIndex3) + ZSTD_REP_MOVE;
630 matches[0].len = (U32)mlen;
668 matches[mnum].off = (current - matchIndex) + ZSTD_REP_MOVE;
669 matches[mnum].len = (U32)matchLength;
715 matches[mnu
509 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/contrib/kyua/store/
H A Dlayout.cpp80 const text::regex_matches matches = preg.match(iter->name); local
81 if (matches) {
/freebsd-current/sys/arm64/acpica/
H A Dacpi_iort.c444 int i, matches; local
450 matches = 0;
457 matches++;
461 if (matches == 0)
476 int i, matches, dom; local
481 matches = 0;
513 matches++;
517 if (matches == 0)
/freebsd-current/contrib/bmake/mk/
H A Dsys.debug.mk21 # if an entry in DEBUG_MAKE_DIRS matches, we at the end of sys.mk
/freebsd-current/lib/libc/amd64/string/
H A Dstrlen.S100 shr %cl, %eax # clear out matches in junk bytes
H A Dstrchrnul.S58 * way as with aligned input, but prevent matches before the
73 or %r10, %rcx # (str ^ c) without matches before it
80 or %rcx, %rax # matches for both
95 or %rcx, %rax # matches for both
109 or %rcx, %rax # matches for both
H A Dmemchr.S155 or %esi, %ecx # locations of matches
182 or %ecx, %eax # location of matches
195 or %edx, %eax # location of matches
196 and %r8d, %eax # mask out matches beyond buffer
/freebsd-current/usr.bin/grep/
H A Dgrep.h100 * Parsing context; used to hold things like matches made and
104 regmatch_t matches[MAX_MATCHES]; /* Matches made */ member in struct:parsec

Completed in 210 milliseconds

12345678910