Home
last modified time | relevance | path

Searched defs:matches (Results 176 - 200 of 309) sorted by relevance

12345678910>>...13

/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dlexer.cc135 bool Lexer::matches(size_t pos, const std::string& substr) { in matches() function in tint::reader::wgsl::Lexer
[all...]
/third_party/python/Modules/_xxtestfuzz/
H A Dfuzzer.c330 PyObject* matches = PyObject_CallOneArg(match_callable, to_match); in fuzz_sre_match() local
/third_party/rust/crates/env_logger/src/filter/
H A Dmod.rs148 pub fn matches(&self, record: &Record) -> bool { in matches() functions
/third_party/skia/gm/
H A Dcomplexclip.cpp354 Config matches[][2] = { in DEF_SIMPLE_GM() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktGlobalPriorityQueueUtils.cpp79 bool matches = true; in findQueueFamilyIndex() local
/kernel/linux/linux-5.10/drivers/char/hw_random/
H A Dn2-drv.c524 int err, matches, limit; in n2rng_check_selftest_buffer() local
/kernel/linux/linux-5.10/lib/zstd/
H A Dzstd_opt.h356 static U32 ZSTD_BtGetAllMatches(ZSTD_CCtx *zc, const BYTE *const ip, const BYTE *const iLimit, const U32 maxNbAttempts, const U32 mls, ZSTD_match_t *matches, in ZSTD_BtGetAllMatches() argument
235 ZSTD_insertBtAndGetAllMatches(ZSTD_CCtx *zc, const BYTE *const ip, const BYTE *const iLimit, U32 nbCompares, const U32 mls, U32 extDict, ZSTD_match_t *matches, const U32 minMatchLen) ZSTD_insertBtAndGetAllMatches() argument
365 ZSTD_BtGetAllMatches_selectMLS(ZSTD_CCtx *zc, const BYTE *ip, const BYTE *const iHighLimit, const U32 maxNbAttempts, const U32 matchLengthSearch, ZSTD_match_t *matches, const U32 minMatchLen) ZSTD_BtGetAllMatches_selectMLS() argument
380 ZSTD_BtGetAllMatches_extDict(ZSTD_CCtx *zc, const BYTE *const ip, const BYTE *const iLimit, const U32 maxNbAttempts, const U32 mls, ZSTD_match_t *matches, const U32 minMatchLen) ZSTD_BtGetAllMatches_extDict() argument
389 ZSTD_BtGetAllMatches_selectMLS_extDict(ZSTD_CCtx *zc, const BYTE *ip, const BYTE *const iHighLimit, const U32 maxNbAttempts, const U32 matchLengthSearch, ZSTD_match_t *matches, const U32 minMatchLen) ZSTD_BtGetAllMatches_selectMLS_extDict() argument
424 ZSTD_match_t *matches = seqStorePtr->matchTable; ZSTD_compressBlock_opt_generic() local
721 ZSTD_match_t *matches = seqStorePtr->matchTable; ZSTD_compressBlock_opt_extDict_generic() local
[all...]
/kernel/linux/linux-5.10/drivers/regulator/
H A Dtps65910-regulator.c1005 struct of_regulator_match *matches; in tps65910_parse_dt_reg_data() local
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc_flower.c381 struct vcap_keyset_list matches = {}; in sparx5_tc_select_protocol_keyset() local
/kernel/linux/linux-6.6/drivers/regulator/
H A Dtps65910-regulator.c1004 struct of_regulator_match *matches; in tps65910_parse_dt_reg_data() local
/kernel/linux/linux-6.6/drivers/base/
H A Dproperty.c1284 fwnode_graph_devcon_matches(const struct fwnode_handle *fwnode, const char *con_id, void *data, devcon_match_fn_t match, void **matches, unsigned int matches_len) fwnode_graph_devcon_matches() argument
1318 fwnode_devcon_matches(const struct fwnode_handle *fwnode, const char *con_id, void *data, devcon_match_fn_t match, void **matches, unsigned int matches_len) fwnode_devcon_matches() argument
1398 fwnode_connection_find_matches(const struct fwnode_handle *fwnode, const char *con_id, void *data, devcon_match_fn_t match, void **matches, unsigned int matches_len) fwnode_connection_find_matches() argument
[all...]
/kernel/linux/linux-6.6/drivers/char/hw_random/
H A Dn2-drv.c524 int err, matches, limit; in n2rng_check_selftest_buffer() local
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dctx_rewrite.c288 static int find_field_offset(struct btf *btf, char *pattern, regmatch_t *matches) in find_field_offset() argument
491 regmatch_t matches[3]; in match_pattern() local
[all...]
/third_party/ffmpeg/libavutil/
H A Davsscanf.c737 int matches=0; in ff_vfscanf() local
/third_party/gn/src/gn/
H A Dcommands.cc43 ResolveTargetsFromCommandLinePattern(Setup* setup, const std::string& label_pattern, bool default_toolchain_only, std::vector<const Target*>* matches) ResolveTargetsFromCommandLinePattern() argument
732 GetTargetsContainingFile(Setup* setup, const std::vector<const Target*>& all_targets, const SourceFile& file, bool default_toolchain_only, std::vector<TargetContainingFile>* matches) GetTargetsContainingFile() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dcsdetest.cpp188 const UCharsetMatch **matches = ucsdet_detectAll(csd.getAlias(), &matchCount, &status); in checkEncoding() local
781 const UCharsetMatch **matches = ucsdet_detectAll(csd, &matchCount, &status); Ticket6394Test() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBytesTrie.java220 public boolean matches() { return this!=NO_MATCH; } in matches() method in BytesTrie.Result
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DBytesTrie.java206 public boolean matches() { return this!=NO_MATCH; } in matches() method in BytesTrie.Result
/third_party/node/deps/v8/third_party/zlib/
H A Ddeflate.h247 uInt matches; /* number of string matches in current block */ member
/third_party/node/src/
H A Dstring_search.h317 bool matches = true; in LinearSearch() local
/third_party/ninja/src/
H A Dgraph.cc642 struct matches { struct
643 explicit matches(std::vector<StringPiece>::iterator i) : i_(i) {} in matches() function
/third_party/libwebsockets/win32port/zlib/
H A Ddeflate.h241 uInt matches; /* number of string matches in current block */ member
/third_party/node/deps/v8/src/compiler/
H A Dnode-matchers.h398 bool matches() const { return scale_ != -1; } in matches() function
521 bool matches() const { return matches_; } in matches() function
/third_party/node/deps/v8/src/inspector/
H A Dv8-inspector-session-impl.cc491 std::vector<std::unique_ptr<protocol::Debugger::SearchMatch>> matches = in searchInTextByLines() local
/third_party/rust/crates/aho-corasick/src/
H A Dnfa.rs128 pub fn matches(&self, id: S) -> &[(PatternID, PatternLength)] { in matches() functions
[all...]

Completed in 28 milliseconds

12345678910>>...13