/third_party/rust/crates/nix/src/ |
H A D | time.rs | 276 unsafe { libc::clock_getcpuclockid(pid.into(), clk_id.as_mut_ptr()) }; in clock_getcpuclockid()
|
/third_party/rust/crates/rust-openssl/openssl/src/x509/ |
H A D | extension.rs | 523 .push(RustGeneralName::OtherName(oid, content.into())); in other_name2()
|
/third_party/rust/crates/serde/serde_derive/src/internals/ |
H A D | receiver.rs | 87 *ty = self.self_ty(span).into(); in visit_type_mut()
|
/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.
|
/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.
|
H A D | vp9itxfm_neon.S | 78 @ writing the same output into both out1 and out2. 468 @ Add into the destination 548 @ Loop to add the constant from q8 into all 16x16 outputs 788 @ transpose into a horizontal 16x4 slice and store. 1160 @ Loop to add the constant from q8 into all 32x32 outputs 1315 @ but the 32-point IDCT can be decomposed into two 16-point IDCTs; 1357 @ Move the idct32_odd coeffs back into q2-q3 for idct32_odd; 1423 @ adding into the output first, and then mirrored, subtracted 1450 @ add into the destination.
|
/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
|
H A D | libunwind-ptrace.tex | 65 the callback routines will be linked into the application, even if
|
H A D | unw_get_proc_info.tex | 80 members. If a single function/routine is split into multiple,
|
/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
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
H A D | Precision.java | 585 * An BogusRounder's MathContext into precision. 620 * Copies the BogusRounder's MathContext into precision. 626 public Precision into(Precision precision) { in into() method in Precision.BogusRounder
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | var.rs | 150 /// Parses tokens from a CXCursor_MacroDefinition pointing into a function-like 387 Ok((_, (id, val))) => Some((id.into(), val)), in parse_macro()
|
/third_party/rust/crates/clap/clap_complete_fig/src/ |
H A D | fig.rs | 108 let mut parent_commands: Vec<_> = parent_commands.into(); in gen_fig_inner()
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/roll-release/ |
H A D | main.go | 15 // roll-release is a tool to roll changes in Tint release branches into Dawn, 69 * Create new Gerrit changes to roll new release branch changes from Tint into 248 // Clone dawn into dir 253 // Copy the Change-Id hook into the dawn directory 262 // Clone tint into third_party directory of dawn 344 // fetch performs a git-fetch of the given branch into 'r', returning the
|
/third_party/rust/crates/nix/src/sys/ |
H A D | mman.rs | 59 /// Put the mapping into the first 2GB of the process address space. 149 /// Lock the mapped region into memory as with `mlock(2)`. 358 /// Lock pages that are currently mapped into the address space of the process. 360 /// Lock pages which will become mapped into the address space of the process in the future. 392 /// Locks all memory pages mapped into this process' address space. 402 /// Unlocks all memory pages mapped into this process' address space. 412 /// allocate memory, or map files or devices into memory 432 let ret = libc::mmap(ptr, length.into(), prot.bits(), flags.bits(), fd, offset); in mmap()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | pkcs5.rs | 63 count.into(), in bytes_to_key()
|
/third_party/rust/crates/quote/tests/ |
H A D | test.rs | 547 let _ = quote_spanned!(proc_macro_span.into()=> ...); in test_type_inference_for_span()
|