Home
last modified time | relevance | path

Searched refs:matched (Results 1 – 25 of 238) sorted by relevance

12345678910

/OK3568_Linux_fs/kernel/fs/erofs/
H A Dnamei.c19 unsigned int *matched) in erofs_dirnamecmp() argument
21 unsigned int i = *matched; in erofs_dirnamecmp()
34 *matched = i; in erofs_dirnamecmp()
39 *matched = i; in erofs_dirnamecmp()
64 unsigned int matched = min(startprfx, endprfx); in find_target_dirent() local
74 int ret = erofs_dirnamecmp(name, &dname, &matched); in find_target_dirent()
80 startprfx = matched; in find_target_dirent()
83 endprfx = matched; in find_target_dirent()
113 unsigned int matched; in find_target_block_classic() local
127 matched = min(startprfx, endprfx); in find_target_block_classic()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dregex.tcc87 if (!__it.matched) in __regex_algo_impl()
93 __pre.matched = false; in __regex_algo_impl()
96 __suf.matched = false; in __regex_algo_impl()
104 __pre.matched = (__pre.first != __pre.second); in __regex_algo_impl()
107 __suf.matched = (__suf.first != __suf.second); in __regex_algo_impl()
369 if (__sub.matched) in format()
431 if (__sub.matched) in format()
437 if (__sub.matched) in format()
526 if (_M_match[0].matched) in operator ++()
544 __glibcxx_assert(_M_match[0].matched); in operator ++()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dregex.tcc87 if (!__it.matched) in __regex_algo_impl()
93 __pre.matched = false; in __regex_algo_impl()
96 __suf.matched = false; in __regex_algo_impl()
104 __pre.matched = (__pre.first != __pre.second); in __regex_algo_impl()
107 __suf.matched = (__suf.first != __suf.second); in __regex_algo_impl()
369 if (__sub.matched) in format()
431 if (__sub.matched) in format()
437 if (__sub.matched) in format()
526 if (_M_match[0].matched) in operator ++()
544 __glibcxx_assert(_M_match[0].matched); in operator ++()
[all …]
/OK3568_Linux_fs/kernel/tools/memory-model/
H A Dlinux-kernel.bell45 unmatched-locks = Rcu-lock \ domain(matched)
46 and unmatched-unlocks = Rcu-unlock \ range(matched)
51 and matched = matched | (unmatched-locks-to-unlocks \
53 in matched
61 unmatched-locks = Srcu-lock \ domain(matched)
62 and unmatched-unlocks = Srcu-unlock \ range(matched)
67 and matched = matched | (unmatched-locks-to-unlocks \
69 in matched
/OK3568_Linux_fs/kernel/security/tomoyo/
H A Dgroup.c163 bool matched = false; in tomoyo_number_matches_group() local
172 matched = true; in tomoyo_number_matches_group()
175 return matched; in tomoyo_number_matches_group()
193 bool matched = false; in tomoyo_address_matches_group() local
205 matched = true; in tomoyo_address_matches_group()
208 return matched; in tomoyo_address_matches_group()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/auxiliary/
H A Deol.hpp56 bool matched = false; in parse() local
59 matched = true; in parse()
64 matched = true; in parse()
68 if (!matched) in parse()
/OK3568_Linux_fs/kernel/fs/romfs/
H A Dstorage.c169 bool matched, terminated = false; in romfs_blk_strcmp() local
178 matched = (memcmp(bh->b_data + offset, str, segment) == 0); in romfs_blk_strcmp()
183 if (matched && size == 0 && offset + segment < ROMBSIZE) { in romfs_blk_strcmp()
187 matched = false; in romfs_blk_strcmp()
190 if (!matched) in romfs_blk_strcmp()
201 matched = !bh->b_data[0]; in romfs_blk_strcmp()
203 if (!matched) in romfs_blk_strcmp()
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dmax1586.c155 int i, matched; in of_get_max1586_platform_data() local
172 matched = of_regulator_match(dev, np, rmatch, ARRAY_SIZE(rmatch)); in of_get_max1586_platform_data()
181 if (matched <= 0) in of_get_max1586_platform_data()
182 return matched; in of_get_max1586_platform_data()
185 matched, in of_get_max1586_platform_data()
191 pdata->num_subdevs = matched; in of_get_max1586_platform_data()
194 for (i = 0; i < matched; i++) { in of_get_max1586_platform_data()
H A Dmax8660.c322 int matched, i; in max8660_pdata_from_dt() local
336 matched = of_regulator_match(dev, np, rmatch, ARRAY_SIZE(rmatch)); in max8660_pdata_from_dt()
338 if (matched <= 0) in max8660_pdata_from_dt()
339 return matched; in max8660_pdata_from_dt()
342 matched, in max8660_pdata_from_dt()
348 pdata->num_subdevs = matched; in max8660_pdata_from_dt()
351 for (i = 0; i < matched; i++) { in max8660_pdata_from_dt()
/OK3568_Linux_fs/u-boot/tools/
H A Dmoveconfig.py432 matched = get_matched_defconfig(line)
433 if not matched:
437 defconfigs += matched
484 def extend_matched_lines(lines, matched, pre_patterns, post_patterns, extend_pre, argument
502 j = matched[0]
504 for i in matched:
508 while j in matched:
532 matched += extended_matched
533 matched.sort()
561 matched = []
[all …]
/OK3568_Linux_fs/kernel/crypto/asymmetric_keys/
H A Dpkcs7_trust.c60 goto matched; in pkcs7_validate_trust_one()
90 goto matched; in pkcs7_validate_trust_one()
106 goto matched; in pkcs7_validate_trust_one()
114 matched: in pkcs7_validate_trust_one()
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.marubun-pcmcia38 You should do the setting matched to your environment.
44 You should do the setting matched to your environment.
50 You should do the setting matched to your environment.
56 You should do the setting matched to your environment.
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/
H A Drga_policy.c64 bool matched = false; in rga_check_format() local
69 matched = true; in rga_check_format()
76 matched = true; in rga_check_format()
83 matched = true; in rga_check_format()
89 return matched; in rga_check_format()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/
H A Dcheck-version-with-tuningtools.sh44 echo "---- Aiq version $RKAIQ_VER not matched with Tuning tool version $TUNINGTOOL_VER_STRING ----"
47 echo "******** Aiq version $RKAIQ_VER matched with Tuner $TUNINGTOOL_VER_STRING *****"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/
H A Dregex.h616 bool matched = AddState(*current, root_); in RAPIDJSON_DIAG_OFF() local
621 matched = false; in RAPIDJSON_DIAG_OFF()
628 matched = AddState(*next, sr.out) || matched; in RAPIDJSON_DIAG_OFF()
629 if (!anchorEnd && matched) in RAPIDJSON_DIAG_OFF()
638 return matched; in RAPIDJSON_DIAG_OFF()
651 bool matched = AddState(l, s.out); in RAPIDJSON_DIAG_OFF() local
652 return AddState(l, s.out1) || matched; in RAPIDJSON_DIAG_OFF()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/md5deep/files/
H A D0001-Fix-literal-and-identifier-spacing-as-dictated-by-C-.patch43 - status(" Files matched: %"PRIu64, this->match.exact);
44 - status("Files partially matched: %"PRIu64, this->match.partial);
48 + status(" Files matched: %" PRIu64, this->match.exact);
49 + status("Files partially matched: %" PRIu64, this->match.partial);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/
H A Dregex102 * Specifies that when a regular expression is matched against a character
110 * the speed with which regular expressions are matched, and less to the
235 * The expression \\b is not matched against the sub-sequence
241 * The expression \\b should not be matched against the sub-sequence
281 * @li $& The matched substring.
282 * @li $` The portion of @a string that precedes the matched substring.
284 * @li $' The portion of @a string that follows the matched substring.
1090 * A sequence of characters matched by a particular marked sub-expression.
1093 * matched subexpression within a regular expression pattern match. Such
1095 * of a similar base character type as the pattern matched by the regular
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/
H A Dregex102 * Specifies that when a regular expression is matched against a character
110 * the speed with which regular expressions are matched, and less to the
235 * The expression \\b is not matched against the sub-sequence
241 * The expression \\b should not be matched against the sub-sequence
281 * @li $& The matched substring.
282 * @li $` The portion of @a string that precedes the matched substring.
284 * @li $' The portion of @a string that follows the matched substring.
1090 * A sequence of characters matched by a particular marked sub-expression.
1093 * matched subexpression within a regular expression pattern match. Such
1095 * of a similar base character type as the pattern matched by the regular
[all …]
/OK3568_Linux_fs/kernel/arch/arm/probes/kprobes/
H A Dtest-core.c694 char matched; member
750 entry->matched = false; in coverage_start_fn()
846 bool matched = false; in coverage_add() local
859 if (!matched) { in coverage_add()
862 entry->matched = true; in coverage_add()
878 matched = true; in coverage_add()
903 if (!entry->matched) { in coverage_end()
/OK3568_Linux_fs/kernel/drivers/soc/aspeed/
H A Daspeed-p2a-ctrl.c133 bool matched = false; in aspeed_p2a_region_acquire() local
166 matched = true; in aspeed_p2a_region_acquire()
169 return matched; in aspeed_p2a_region_acquire()
/OK3568_Linux_fs/kernel/arch/arm/probes/
H A Ddecode.c418 bool matched = false; in probes_decode_insn() local
455 if (!matched && (insn & h->mask.bits) != h->value.bits) in probes_decode_insn()
510 matched = true; in probes_decode_insn()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dxfrm_proc.rst23 All errors which is not matched others
79 All errors which is not matched others
/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_choke.c64 u32 matched; /* Drops to flow match */ member
233 q->stats.matched++; in choke_enqueue()
468 .matched = q->stats.matched, in choke_dump_stats()
/OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/recipetool/files/
H A Dselftest-replaceme-inst-globfile1 A file matched by a glob in do_install
H A Dselftest-replaceme-inst-todir-globfile1 A file matched by a glob in do_install to a directory

12345678910