/kernel/linux/linux-6.6/arch/sparc/lib/ |
H A D | checksum_32.S | 70 sll %o5, 8, %o5 ! put into place 74 addx %g0, %o2, %o0 ! add final carry into retval 184 * Viking MXCC into streaming mode. Ho hum... 342 jmp %o5 + %lo(12f) ! jump into it, duff style, wheee...
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jidctred-mmx.asm | 135 ; ---- Pass 1: process columns from input, store into work array. 331 ; ---- Pass 2: process rows from work array, store into output array. 637 ; ---- Pass 2: process rows, store into output array.
|
H A D | jidctflt-3dn.asm | 83 ; ---- Pass 1: process columns from input, store into work array. 289 ; ---- Pass 2: process rows from work array, store into output array.
|
H A D | jidctfst-mmx.asm | 114 ; ---- Pass 1: process columns from input, store into work array. 322 ; ---- Pass 2: process rows from work array, store into output array.
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | gen_except.S | 98 | a1 is modified to point into the new frame allowing fpsp equates 345 | Use a1 as pointer into new frame. a6 is not correct if an unimp or 378 | exception has been restored into the machine then the exception
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | sha512-avx-asm.S | 320 vmovdqa %xmm0, WK_2(t) # Store into WK for rounds 329 vmovdqa %xmm0, WK_2(t)# Store W[t]+K[t] into WK
|
H A D | sha512-ssse3-asm.S | 322 movdqa %xmm0, WK_2(t) # Store into WK for rounds 331 movdqa %xmm0, WK_2(t) # Store W[t]+K[t] into WK
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | gen_except.S | 98 | a1 is modified to point into the new frame allowing fpsp equates 345 | Use a1 as pointer into new frame. a6 is not correct if an unimp or 378 | exception has been restored into the machine then the exception
|
/kernel/linux/linux-6.6/arch/powerpc/crypto/ |
H A D | poly1305-p10le_64.S | 611 # Smash 4 message blocks into 5 vectors of [m4, m2, m3, m1] 721 # Smash 4 message blocks into 5 vectors of [m4, m2, m3, m1]
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | entry-armv.S | 581 @ CPU's overflow stack into the stack pointer register. We have only one 845 * of which is copied into r0 for the mode specific abort handler.
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | sha512-ssse3-asm.S | 319 movdqa %xmm0, WK_2(t) # Store into WK for rounds 328 movdqa %xmm0, WK_2(t) # Store W[t]+K[t] into WK
|
H A D | sha512-avx-asm.S | 317 vmovdqa %xmm0, WK_2(t) # Store into WK for rounds 326 vmovdqa %xmm0, WK_2(t)# Store W[t]+K[t] into WK
|
/kernel/linux/linux-6.6/rust/alloc/ |
H A D | boxed.rs | 62 //! with `Layout::for_value(&*value)` may be converted into a box using 70 //! pointer pointing into previously allocated memory that since got freed is 113 //! this does not mean that you can convert an arbitrary `T*` into a `Box<T>` 205 /// Allocates memory on the heap and then places `x` into it. 288 Box::new(x).into() in pin() 291 /// Allocates memory on the heap then places `x` into it, 365 /// Allocates memory in the given allocator then places `x` into it. 393 /// Allocates memory in the given allocator then places `x` into it, 587 /// Converts a `Box<T>` into a `Box<[T]>` 836 /// writes `value` into i [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | celt_pvq_search.asm | 54 ; "addps m0, mm_const_name" and it would be turned into: 73 ; "movaps m0, [pic_base_constant_name+r4]" and it would be turned into
|
/third_party/rust/crates/clap/src/output/ |
H A D | help_template.rs | 994 .map(|(w, h)| (Some(w.0.into()), Some(h.0.into())))
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jidctflt-sse2.asm | 89 ; ---- Pass 1: process columns from input, store into work array. 323 ; ---- Pass 2: process rows from work array, store into output array.
|
/third_party/rust/crates/syn/src/ |
H A D | path.rs | 22 path.segments.push_value(segment.into()); in from() 115 ident: ident.into(), in from()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9lpf_neon.S | 340 @ The output here is written back into the input registers. This doesn't 365 @ This writes all outputs into d2-d17 (skipping d6 and d16). 546 @ 4x4 halves of the 8x4 pixels; into 4x8 pixels). 625 @ the 16x4 pixels; into 4x16 pixels). 759 @ store d2-d9 there, and d10-d17 into r0.
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-dynamic.tex | 34 code-generator could translate a given function into two separate 38 into code for which the default unwind-conventions apply and for such 44 region. Each region is thought of as being divided into a 162 when loading statically-generated code into an address-space in a
|
/third_party/cJSON/ |
H A D | cJSON.c | 323 /* Parse the input text to generate a number, and populate the result into item. */ 339 /* copy the number into a temporary buffer and replace '.' with the decimal point in parse_number() 422 /* Parse the input text to generate a number, and populate the result into item. */ 436 /* copy the number into a temporary buffer and replace '.' with the decimal point in parse_number() 711 /* Render the number nicely from the given item into a string. */ 719 unsigned char number_buffer[26] = {0}; /* temporary buffer to print the number into */ in print_number() 786 /* Render the number nicely from the given item into a string. */ 793 unsigned char number_buffer[26] = {0}; /* temporary buffer to print the number into */ in print_number() 1015 /* Parse the input text into an unescaped cinput, and populate item. */ 3151 char *into in cJSON_Minify() local [all...] |
/third_party/rust/crates/bindgen/bindgen/codegen/ |
H A D | mod.rs | 316 self.items_seen.contains(&item.into()) in seen() 320 self.items_seen.insert(item.into()); in set_seen() 328 self.functions_seen.insert(name.into()); in saw_function() 335 let counter = self.overload_counters.entry(name.into()).or_insert(0); in overload_number() 346 self.vars_seen.insert(name.into()); in saw_var() 381 /// A trait to convert a rust type into a pointer, optionally const, to the same 996 let derives: Vec<_> = derivable_traits.into(); in codegen() 2128 let mut derives: Vec<_> = derivable_traits.into(); in codegen() 2474 MethodKind::Constructor => "new".into(), in codegen_method() 2475 MethodKind::Destructor => "destruct".into(), in codegen_method() [all...] |
/third_party/skia/third_party/externals/opengl-registry/xml/ |
H A D | readme.tex | 355 When processed into a C header, and assuming all these tokens were 572 When processed into a C header, this results in 627 When processed into a C header for the \code{compatibility} profile of 644 If processed into a header for the \code{core} profile, the definition of 715 profiles, but not for other APIs. When processed into a C header for the
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
H A D | fpsp.S | 32 # and contains the entry points into the package. The user, in 678 bsr.l load_fpn2 # load dst into FP_DST 921 bsr.l load_fpn2 # load dst into FP_DST 1153 # this exception into the FPU in the fsave state frame and then exit # 1287 bsr.l load_fpn2 # load dst into FP_DST 1372 # shift enabled exception field into lo byte of d0; 1381 # restore exc state (SNAN||OPERR||OVFL||UNFL||DZ||INEX) into the FPU; 1395 # here, we insert the correct fsave status value into the fsave frame for the 1832 bsr.l load_fpn2 # load dst into FP_DST 1950 # shift enabled exception field into l [all...] |
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
H A D | fpsp.S | 32 # and contains the entry points into the package. The user, in 678 bsr.l load_fpn2 # load dst into FP_DST 921 bsr.l load_fpn2 # load dst into FP_DST 1153 # this exception into the FPU in the fsave state frame and then exit # 1287 bsr.l load_fpn2 # load dst into FP_DST 1372 # shift enabled exception field into lo byte of d0; 1381 # restore exc state (SNAN||OPERR||OVFL||UNFL||DZ||INEX) into the FPU; 1395 # here, we insert the correct fsave status value into the fsave frame for the 1832 bsr.l load_fpn2 # load dst into FP_DST 1950 # shift enabled exception field into l [all...] |
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | scall-trans-mips64.S | 42 slli.d t0, t2, 3 # offset into table
|