Home
last modified time | relevance | path

Searched full:matched (Results 1 – 25 of 1216) sorted by relevance

12345678910>>...49

/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
73 /* string comparison without already matched prefix */ in find_target_dirent()
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
[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/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()
523 // [0, match.size()) for which match[i].matched is true, in operator ++()
526 if (_M_match[0].matched) in operator ++()
[all …]
H A Dregex_constants.h91 * Specifies that when a regular expression is matched against a character in _GLIBCXX_VISIBILITY()
100 * the speed with which regular expressions are matched, and less to the in _GLIBCXX_VISIBILITY()
280 * The expression \\b is not matched against the sub-sequence in _GLIBCXX_VISIBILITY()
287 * The expression \\b should not be matched against the sub-sequence in _GLIBCXX_VISIBILITY()
332 * @li $& The matched substring. in _GLIBCXX_VISIBILITY()
333 * @li $` The portion of @a string that precedes the matched substring. in _GLIBCXX_VISIBILITY()
335 * @li $' The portion of @a string that follows the matched substring. in _GLIBCXX_VISIBILITY()
/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()
523 // [0, match.size()) for which match[i].matched is true, in operator ++()
526 if (_M_match[0].matched) in operator ++()
[all …]
H A Dregex_constants.h91 * Specifies that when a regular expression is matched against a character in _GLIBCXX_VISIBILITY()
100 * the speed with which regular expressions are matched, and less to the in _GLIBCXX_VISIBILITY()
280 * The expression \\b is not matched against the sub-sequence in _GLIBCXX_VISIBILITY()
287 * The expression \\b should not be matched against the sub-sequence in _GLIBCXX_VISIBILITY()
332 * @li $& The matched substring. in _GLIBCXX_VISIBILITY()
333 * @li $` The portion of @a string that precedes the matched substring. in _GLIBCXX_VISIBILITY()
335 * @li $' The portion of @a string that follows the matched substring. in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/kernel/include/media/
H A Dv4l2-async.h46 * pointer to &struct fwnode_handle to be matched.
49 * string containing the device name to be matched.
51 * @match.i2c: embedded struct with I2C parameters to be matched.
53 * should be matched.
56 * I2C adapter ID to be matched.
59 * I2C address to be matched.
169 * @fwnode: fwnode handle of the sub-device to be matched
176 * Allocate a fwnode-matched asd of size asd_struct_size, and add it to the
191 * @endpoint: local endpoint pointing to the remote sub-device to be matched
216 * @adapter_id: I2C adapter ID to be matched
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/forwarding/
H A Dtc_flower.sh50 check_fail $? "Matched on a wrong filter"
76 check_fail $? "Matched on a wrong filter"
102 check_fail $? "Matched on a wrong filter"
136 check_fail $? "Matched on a wrong filter"
172 check_fail $? "Matched on wrong frag filter (nofrag)"
175 check_fail $? "Matched on wrong firstfrag filter (nofrag)"
193 check_err $? "Matched on wrong nofirstfrag filter (1stfrag)"
207 check_err $? "Matched on wrong firstfrag filter (no1stfrag)"
213 check_err $? "Matched on nofrag filter (no1stfrag)"
238 check_err $? "Matched on specified PCP when should not"
[all …]
/OK3568_Linux_fs/kernel/fs/romfs/
H A Dstorage.c64 * - return 1 if matched, 0 if differ, -ve if error
161 * - return 1 if matched, 0 if differ, -ve if error
169 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()
263 * - return 1 if matched, 0 if differ, -ve if error
/OK3568_Linux_fs/u-boot/tools/
H A Dmoveconfig.py64 The define in the config header matched the one in Kconfig.
432 matched = get_matched_defconfig(line)
433 if not matched:
434 print >> sys.stderr, "warning: %s:%d: no defconfig matched '%s'" % \
437 defconfigs += matched
484 def extend_matched_lines(lines, matched, pre_patterns, post_patterns, extend_pre, argument
486 """Extend matched lines if desired patterns are found before/after already
487 matched lines.
491 matched: A list of line numbers that have been already matched.
493 pre_patterns: A list of regular expression that should be matched as
[all …]
/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()
175 * If matched is 0, ie. neither Output_V3 nor Output_V6 have been found, in of_get_max1586_platform_data()
179 * anyway. If matched < 0, return the error. 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()
/OK3568_Linux_fs/kernel/security/tomoyo/
H A Dgroup.c125 * Returns matched member's pathname if @pathname matches pathnames in @group,
163 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/kernel/drivers/net/ethernet/aquantia/atlantic/macsec/
H A Dmacsec_struct.h36 /*! 0: Bypass the remaining modules if matched.
344 /*! 0: Bypass the remaining modules if matched.
470 /*! 0: This is a controlled-port packet if matched.
471 * 1: This is an uncontrolled-port packet if matched.
654 /*! Action if both first and second level matched.
694 /*! 0: Bypass the remaining modules if matched.
763 /*! The number of transmitted packets for where the matched row in
779 * packets encrypted or the matched row in the Ingress SC Lookup
784 * received, unencrypted, packets with the matched row in the
790 * conditions are true: either the matched row in the Ingress SC
[all …]
/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/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/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Dtc_flower.sh96 # filter is matched
142 # filter is matched
234 # matched
427 check_fail $? "Matched a wrong filter"
531 check_fail $? "Matched a wrong filter"
534 check_fail $? "Matched a wrong filter"
558 check_fail $? "Matched a wrong filter after rehash"
561 check_fail $? "Matched a wrong filter after rehash"
606 check_fail $? "Matched a wrong filter"
609 check_fail $? "Matched a wrong filter"
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/
H A Dcheck-version-with-tuningtools.sh41 # check if version is matched
44 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/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/external/rkwifibt/drivers/bcmdhd/
H A Dwl_linux_mon.c199 MON_PRINT(" cannot find matched net dev, skip the packet\n"); in dhd_mon_if_subif_start_xmit()
244 MON_PRINT("if name: %s, matched if name %s\n", ndev->name, mon_if->real_ndev->name); in dhd_mon_if_subif_start_xmit()
264 MON_PRINT(" cannot find matched net dev, skip the packet\n"); in dhd_mon_if_set_multicast_list()
266 MON_PRINT("enter, if name: %s, matched if name %s\n", in dhd_mon_if_set_multicast_list()
278 MON_PRINT(" cannot find matched net dev, skip the packet\n"); in dhd_mon_if_change_mac()
280 MON_PRINT("enter, if name: %s, matched if name %s\n", in dhd_mon_if_change_mac()
346 MON_PRINT("found a matched net device, name %s\n", g_monitor.mon_if[idx].real_ndev->name); in dhd_add_monitor()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_linux_mon.c197 MON_PRINT(" cannot find matched net dev, skip the packet\n"); in dhd_mon_if_subif_start_xmit()
241 MON_PRINT("if name: %s, matched if name %s\n", ndev->name, mon_if->real_ndev->name); in dhd_mon_if_subif_start_xmit()
259 MON_PRINT(" cannot find matched net dev, skip the packet\n"); in dhd_mon_if_set_multicast_list()
261 MON_PRINT("enter, if name: %s, matched if name %s\n", in dhd_mon_if_set_multicast_list()
273 MON_PRINT(" cannot find matched net dev, skip the packet\n"); in dhd_mon_if_change_mac()
275 MON_PRINT("enter, if name: %s, matched if name %s\n", in dhd_mon_if_change_mac()
342 MON_PRINT("found a matched net device, name %s\n", g_monitor.mon_if[idx].real_ndev->name); in dhd_add_monitor()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_linux_mon.c196 MON_PRINT(" cannot find matched net dev, skip the packet\n"); in dhd_mon_if_subif_start_xmit()
240 MON_PRINT("if name: %s, matched if name %s\n", ndev->name, mon_if->real_ndev->name); in dhd_mon_if_subif_start_xmit()
258 MON_PRINT(" cannot find matched net dev, skip the packet\n"); in dhd_mon_if_set_multicast_list()
260 MON_PRINT("enter, if name: %s, matched if name %s\n", in dhd_mon_if_set_multicast_list()
272 MON_PRINT(" cannot find matched net dev, skip the packet\n"); in dhd_mon_if_change_mac()
274 MON_PRINT("enter, if name: %s, matched if name %s\n", in dhd_mon_if_change_mac()
341 MON_PRINT("found a matched net device, name %s\n", g_monitor.mon_if[idx].real_ndev->name); in dhd_add_monitor()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_linux_mon.c197 MON_PRINT(" cannot find matched net dev, skip the packet\n"); in dhd_mon_if_subif_start_xmit()
241 MON_PRINT("if name: %s, matched if name %s\n", ndev->name, mon_if->real_ndev->name); in dhd_mon_if_subif_start_xmit()
259 MON_PRINT(" cannot find matched net dev, skip the packet\n"); in dhd_mon_if_set_multicast_list()
261 MON_PRINT("enter, if name: %s, matched if name %s\n", in dhd_mon_if_set_multicast_list()
273 MON_PRINT(" cannot find matched net dev, skip the packet\n"); in dhd_mon_if_change_mac()
275 MON_PRINT("enter, if name: %s, matched if name %s\n", in dhd_mon_if_change_mac()
342 MON_PRINT("found a matched net device, name %s\n", g_monitor.mon_if[idx].real_ndev->name); in dhd_add_monitor()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_linux_mon.c199 MON_PRINT(" cannot find matched net dev, skip the packet\n"); in dhd_mon_if_subif_start_xmit()
244 MON_PRINT("if name: %s, matched if name %s\n", ndev->name, mon_if->real_ndev->name); in dhd_mon_if_subif_start_xmit()
264 MON_PRINT(" cannot find matched net dev, skip the packet\n"); in dhd_mon_if_set_multicast_list()
266 MON_PRINT("enter, if name: %s, matched if name %s\n", in dhd_mon_if_set_multicast_list()
278 MON_PRINT(" cannot find matched net dev, skip the packet\n"); in dhd_mon_if_change_mac()
280 MON_PRINT("enter, if name: %s, matched if name %s\n", in dhd_mon_if_change_mac()
346 MON_PRINT("found a matched net device, name %s\n", g_monitor.mon_if[idx].real_ndev->name); in dhd_add_monitor()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_linux_mon.c197 MON_PRINT(" cannot find matched net dev, skip the packet\n"); in dhd_mon_if_subif_start_xmit()
241 MON_PRINT("if name: %s, matched if name %s\n", ndev->name, mon_if->real_ndev->name); in dhd_mon_if_subif_start_xmit()
259 MON_PRINT(" cannot find matched net dev, skip the packet\n"); in dhd_mon_if_set_multicast_list()
261 MON_PRINT("enter, if name: %s, matched if name %s\n", in dhd_mon_if_set_multicast_list()
273 MON_PRINT(" cannot find matched net dev, skip the packet\n"); in dhd_mon_if_change_mac()
275 MON_PRINT("enter, if name: %s, matched if name %s\n", in dhd_mon_if_change_mac()
342 MON_PRINT("found a matched net device, name %s\n", g_monitor.mon_if[idx].real_ndev->name); in dhd_add_monitor()

12345678910>>...49