/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | perf_asm.S | 550 ;* arg1 points to is loaded and moved into the staging register. 1342 ;* arg1 points to is loaded and moved into the staging register.
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | proc-feroceon.S | 56 movne r2, r2, lsr #2 @ turned into # of sets 81 * Perform a soft reset of the system. Put the CPU into the
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | proc-feroceon.S | 56 movne r2, r2, lsr #2 @ turned into # of sets 85 * Perform a soft reset of the system. Put the CPU into the
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | perf_asm.S | 550 ;* arg1 points to is loaded and moved into the staging register. 1342 ;* arg1 points to is loaded and moved into the staging register.
|
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | Kconfig.x86 | 213 This is deprecated and this functionality is now merged into
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vc1dsp_neon.S | 29 @ Transpose rows into columns of a matrix of 16-bit elements. For 4x4, pass 468 transpose16 q0, q1, q2, q3 @ turn columns into rows 517 vld4.16 {d0[], d2[], d4[], d6[]}, [r2,:64], r12 @ read each column into a q register 534 transpose16 q0, q1, q2, q3 @ Transpose rows (registers) into columns 599 vld4.16 {d0[], d1[], d2[], d3[]}, [r2,:64], r12 @ read each column into a register 614 vc1_inv_trans_4x4_helper add=4, rshift=3 @ compute t1, t2, t3, t4 and combine them into dst[0-3] 622 transpose16 d0, d3, d1, d2 @ Transpose rows (registers) into columns 638 vc1_inv_trans_4x4_helper add=64, rshift=7 @ compute t1, t2, t3, t4 and combine them into dst[0-3] 820 @ Do vertical filtering from src into tmp 1229 vmls.i16 d6, d0, d1 @ invert d depending on clip_sign & a0_sign, or zero it if they match, and accumulate into P [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | sbrdsp.asm | 89 lea r1, [r1 + 8*r4] ; offset by ixh elements into X_high
|
H A D | vp8dsp.asm | 359 ; merge two sets of 2 pixels into one set of 4, round/clip/store 417 ; merge two sets of 2 pixels into one set of 4, round/clip/store
|
/third_party/gn/src/gn/ |
H A D | command_gen.cc | 636 file which can be imported into an Eclipse CDT project. The XML file contains
|
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
H A D | TransliteratorParser.java | 62 * is copied into the array data.variables. As with data.variables, 69 * copied into data.variableNames. 284 * source code that is broken up into lines. Handles the 293 * none. Folds lines terminated by a backslash into the 430 * @param buf buffer into which to accumulate the rule pattern 442 * characters into buf. 578 // into a string matcher, and replace them with a in parseSection() 921 // The compound filter offset is an index into idBlockResult. in parseRules() 1248 // Transform the rule into a forward rule by swapping the in parseRule()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | TransliteratorParser.java | 63 * is copied into the array data.variables. As with data.variables, 70 * copied into data.variableNames. 285 * source code that is broken up into lines. Handles the 294 * none. Folds lines terminated by a backslash into the 431 * @param buf buffer into which to accumulate the rule pattern 443 * characters into buf. 579 // into a string matcher, and replace them with a in parseSection() 922 // The compound filter offset is an index into idBlockResult. in parseRules() 1249 // Transform the rule into a forward rule by swapping the in parseRule()
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-ia64.tex | 34 bit'' of a general register. However, to make everything fit into
|
/third_party/qrcodegen/rust/src/ |
H A D | lib.rs | 267 // Pack bits into bytes in big endian in encode_segments_advanced() 528 // Split data into blocks and append ECC to each block in add_ecc_and_interleave() 544 // Interleave (not concatenate) the bytes from every block into a single sequence in add_ecc_and_interleave() 563 let mut i: usize = 0; // Bit index into the data in draw_codewords() 1117 if let Some(limit) = 1usize.checked_shl(ccbits.into()) { in get_total_bits() 1230 /// - Split the text data into better or optimal segments in order to reduce the number of bits required.
|
/third_party/rust/crates/log/src/ |
H A D | lib.rs | 1935 .get("b".into()) in test_record_key_values_get_coerce()
|
/third_party/rust/crates/clap/clap_derive/src/derives/ |
H A D | args.rs | 519 Some(val) => quote_spanned!(kind.span()=> #field_name: (#val).into()), in gen_constructor()
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jidctfst-sse2.asm | 328 ; ---- Pass 2: process rows from work array, store into output array.
|
H A D | jidctint-mmx.asm | 127 ; ---- Pass 1: process columns from input, store into work array. 509 ; ---- Pass 2: process rows from work array, store into output array.
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jidctfst-sse2.asm | 321 ; ---- Pass 2: process rows from work array, store into output array.
|
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/ |
H A D | yacc.c | 284 # Declaration that might either go into the header (if --defines) 1094 /* Copy into *YYMSG, which is of size *YYMSG_ALLOC, an error message 1469 these so that the &'s don't force the real ones into
|
/third_party/rust/crates/rustix/tests/net/ |
H A D | connect_bind_send.rs | 161 let addr = SocketAddrV4::new(localhost, 0).into(); in net_v4_bind_any()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx9.asm | 366 s_sleep 0x2 // sleep 1 (64clk) is not enough for 8 waves per SIMD, which will cause SQ hang, since the 7,8th wave could not get arbit to exec inst, while other waves are stuck into the sleep-loop and waiting for wrexec!=0 1086 // Save IB_STS.FIRST_REPLAY[15] and IB_STS.RCNT[20:16] into unused space s_save_ib_sts[31:26].
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | input.asm | 3 ;* YUV formats into individual planes, and converts RGB 4 ;* into YUV planes also.
|
/third_party/rust/crates/clap/tests/builder/ |
H A D | help.rs | 613 "fast".into(), in hide_single_possible_val() 614 "slow".into(), in hide_single_possible_val()
|
/third_party/rust/crates/clap/clap_derive/src/ |
H A D | item.rs | 760 clap::ValueEnum::to_possible_value(val.borrow()).unwrap().get_name().to_owned().into() in push_attrs() 781 iterable.into_iter().map(|val| val.borrow().into()) in push_attrs()
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | mod.rs | 226 // The protocol number is fed into the socket syscall in network byte order. 880 ControlMessageOwned::ScmCredentials(cred.into()) in decode_from() 885 ControlMessageOwned::ScmCreds(cred.into()) in decode_from() 1038 /// Instead, you can put all fds to be passed into a single `ScmRights` 1341 /// Returns the value to put into the `cmsg_level` field of the header. 1376 /// Returns the value to put into the `cmsg_type` field of the header. 1612 // we will be storing pointers to addresses inside mhdr - convert it into boxed in preallocate() 1613 // slice so it can'be changed later by pushing anything into self.addresses in preallocate() 1619 // it into "slices" parts in preallocate() 1945 /// Pack pointers to various structures into int [all...] |