Home
last modified time | relevance | path

Searched refs:contains (Results 1 - 25 of 1363) sorted by relevance

12345678910>>...55

/kernel/linux/linux-5.10/arch/h8300/lib/
H A Dudivsi3.S55 ;; er0 contains shifted dividend
56 ;; er1 contains divisor
57 ;; er2 contains shifted divisor
58 ;; er3 contains dividend, later remainder
59 divxu.w r2,er0 ; r0 now contains the approximate quotient (AQ)
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H A Dams-delta-fiq-handler.S138 @ r10 now contains KEYBRD_CLK_MASK, use it
152 @ r8 contains KEYBRD_DATA_MASK, use it
154 @ r10 already contains 0, reuse it
168 @ r8 still contains GPIO input bits
179 @ r10 already contains 0, reuse it
197 @ r8 already contains buffer size
/kernel/linux/linux-6.6/arch/arm/mach-omap1/
H A Dams-delta-fiq-handler.S139 @ r10 now contains KEYBRD_CLK_MASK, use it
153 @ r8 contains KEYBRD_DATA_MASK, use it
155 @ r10 already contains 0, reuse it
169 @ r8 still contains GPIO input bits
180 @ r10 already contains 0, reuse it
198 @ r8 already contains buffer size
/kernel/linux/linux-6.6/rust/macros/
H A Dvtable.rs66 if consts.contains(&gen_const_name) {
84 if consts.contains(&gen_const_name) {
H A Dhelpers.rs25 if content.contains('\\') {
H A Dmodule.rs118 if seen_keys.contains(&key) { in parse()
/kernel/linux/linux-6.6/net/ceph/
H A Dauth.c394 static bool contains(const int *arr, int cnt, int val) in contains() function
516 if (!contains(allowed_protos, proto_cnt, ac->protocol)) { in ceph_auth_handle_bad_method()
521 if (!contains(allowed_modes, mode_cnt, ac->preferred_mode) && in ceph_auth_handle_bad_method()
523 !contains(allowed_modes, mode_cnt, ac->fallback_mode))) { in ceph_auth_handle_bad_method()
622 if (!contains(allowed_protos, proto_cnt, ac->protocol)) { in ceph_auth_handle_bad_authorizer()
628 if (!contains(allowed_modes, mode_cnt, ac->preferred_mode) && in ceph_auth_handle_bad_authorizer()
630 !contains(allowed_modes, mode_cnt, ac->fallback_mode))) { in ceph_auth_handle_bad_authorizer()
/test/xts/acts/commonlibrary/ets_utils/util_lib_standard/entry/src/ohosTest/js/test/
H A Dutil.test.js2624 let result = range.contains(tempLess)
2637 let result = range.contains(tempMiDF)
2650 let result = range.contains(tempMore)
2663 let result = range.contains(tempLower)
2676 let result = range.contains(tempUpper)
2689 let result = range.contains(rangeFir)
2702 let result = range.contains(rangeSec)
2715 let result = range.contains(rangeThi)
2728 let result = range.contains(rangeFif)
2741 let result = range.contains(rang
[all...]
/test/testfwk/arkxtest/uitest/addon/
H A Dextension_executor.cpp136 auto hasProps = message.contains("api") && message.contains("this") && message.contains("args"); in CallThroughMessage()
230 if (options.type() == nlohmann::detail::value_t::object && options.contains("scale")) { in StartCapture()
/kernel/linux/linux-6.6/scripts/
H A Drustdoc_test_gen.rs161 .take_while(|line| !line.contains("fn main() {")) in main()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_buddy.c325 static inline bool contains(u64 s1, u64 e1, u64 s2, u64 e2) in contains() function
389 if (contains(start, end, block_start, block_end)) { in i915_buddy_alloc_range()
/kernel/linux/linux-5.10/arch/arm/include/debug/
H A Domap2plus.S72 1001: ldrb \rd, [\rx] @ rx contains UART_LSR address
/kernel/linux/linux-6.6/arch/arm/include/debug/
H A Domap2plus.S72 1001: ldrb \rd, [\rx] @ rx contains UART_LSR address
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_buddy.c325 static inline bool contains(u64 s1, u64 e1, u64 s2, u64 e2) in contains() function
380 if (contains(start, end, block_start, block_end) && in alloc_range_bias()
526 if (contains(start, end, block_start, block_end)) { in __alloc_range()
/kernel/linux/linux-6.6/tools/testing/selftests/sgx/
H A Dtest_encl_bootstrap.S43 # RBX contains the base address for TCS, which is the first address
/test/testfwk/arkxtest/uitest/core/
H A Dfrontend_api_handler.cpp470 if (!value.contains(propName)) { in CheckCallArgType()
741 if (filterJson.contains("bundleName")) { in RegisterUiDriverWindowFinder()
744 if (filterJson.contains("title")) { in RegisterUiDriverWindowFinder()
747 if (filterJson.contains("focused")) { in RegisterUiDriverWindowFinder()
750 if (filterJson.contains("actived")) { in RegisterUiDriverWindowFinder()
753 if (filterJson.contains("active")) { in RegisterUiDriverWindowFinder()
758 auto window = driver.FindWindow(matcher, out.exception_, filterJson.contains("title")); in RegisterUiDriverWindowFinder()
/kernel/linux/linux-5.10/arch/m68k/kernel/
H A Dentry.S18 * entry.S contains the system-call and fault low-level handling routines.
19 * This also contains the timer-interrupt handler, as well as all interrupts
114 | so that %d1 contains the previous task
123 | a3 contains the kernel thread payload, d7 - its argument
388 /* switch to new task (a1 contains new task) */
/kernel/linux/linux-6.6/arch/m68k/kernel/
H A Dentry.S18 * entry.S contains the system-call and fault low-level handling routines.
19 * This also contains the timer-interrupt handler, as well as all interrupts
131 | so that %d1 contains the previous task
140 | a3 contains the kernel thread payload, d7 - its argument
389 /* switch to new task (a1 contains new task) */
/kernel/linux/linux-5.10/tools/scripts/
H A Dutilities.mak115 # not it contains a newline.
117 # If the text to be wordified contains a newline, then
/kernel/linux/linux-6.6/tools/scripts/
H A Dutilities.mak115 # not it contains a newline.
117 # If the text to be wordified contains a newline, then
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dx_fline.S58 movel L_SCR1(%a6),%d0 |d0 contains the fline and command word
H A Dsint.S150 | rounding modes. L_SCR1 contains the rmode in the lower byte.
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dx_fline.S58 movel L_SCR1(%a6),%d0 |d0 contains the fline and command word
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dev6-clear_user.S8 * We have to make sure that $0 is always up-to-date and contains the
197 # $0 contains the number of bytes left to copy (0..31)
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dev6-clear_user.S8 * We have to make sure that $0 is always up-to-date and contains the
197 # $0 contains the number of bytes left to copy (0..31)

Completed in 14 milliseconds

12345678910>>...55