/kernel/linux/linux-5.10/arch/h8300/lib/ |
H A D | udivsi3.S | 55 ;; 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 D | ams-delta-fiq-handler.S | 138 @ 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 D | ams-delta-fiq-handler.S | 139 @ 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 D | vtable.rs | 66 if consts.contains(&gen_const_name) { 84 if consts.contains(&gen_const_name) {
|
H A D | helpers.rs | 25 if content.contains('\\') {
|
H A D | module.rs | 118 if seen_keys.contains(&key) { in parse()
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | auth.c | 394 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 D | util.test.js | 2624 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 D | extension_executor.cpp | 136 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 D | rustdoc_test_gen.rs | 161 .take_while(|line| !line.contains("fn main() {")) in main()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_buddy.c | 325 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 D | omap2plus.S | 72 1001: ldrb \rd, [\rx] @ rx contains UART_LSR address
|
/kernel/linux/linux-6.6/arch/arm/include/debug/ |
H A D | omap2plus.S | 72 1001: ldrb \rd, [\rx] @ rx contains UART_LSR address
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_buddy.c | 325 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 D | test_encl_bootstrap.S | 43 # RBX contains the base address for TCS, which is the first address
|
/test/testfwk/arkxtest/uitest/core/ |
H A D | frontend_api_handler.cpp | 470 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 D | entry.S | 18 * 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 D | entry.S | 18 * 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 D | utilities.mak | 115 # 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 D | utilities.mak | 115 # 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 D | x_fline.S | 58 movel L_SCR1(%a6),%d0 |d0 contains the fline and command word
|
H A D | sint.S | 150 | rounding modes. L_SCR1 contains the rmode in the lower byte.
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | x_fline.S | 58 movel L_SCR1(%a6),%d0 |d0 contains the fline and command word
|
/kernel/linux/linux-5.10/arch/alpha/lib/ |
H A D | ev6-clear_user.S | 8 * 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 D | ev6-clear_user.S | 8 * 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)
|