/third_party/libunwind/libunwind/doc/ |
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/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()
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | aesni-intel_asm.S | 447 shl $3, %r12 # convert into number of bits 535 movdqa \GH, \TMP4 # copy GH into TMP2,TMP3 and TMP4 550 movdqa \GH,\TMP2 # copy GH into TMP2,TMP3 and TMP4 1154 # move XMM5 into TMP2, TMP3, TMP4 in order to perform shifts independently 1167 movdqa \XMM5,\TMP2 # make 3 copies of XMM5 into TMP2, TMP3, TMP4 1366 # move XMM5 into TMP2, TMP3, TMP4 in order to perform shifts independently 1379 movdqa \XMM5,\TMP2 # make 3 copies of XMM5 into TMP2, TMP3, TMP4 1465 # move XMMDst into TMP2, TMP3, TMP4 in order to perform 3 shifts independently
|
H A D | chacha-ssse3-x86_64.S | 172 # xor remaining bytes from partial register into output 768 # xor remaining bytes from partial register into output
|
H A D | chacha-avx2-x86_64.S | 199 # xor remaining bytes from partial register into output 504 # xor remaining bytes from partial register into output 998 # xor remaining bytes from partial register into output
|
H A D | chacha-avx512vl-x86_64.S | 172 # xor remaining bytes from partial register into output 438 # xor remaining bytes from partial register into output 818 # xor remaining bytes from partial register into output
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | aesni-intel_asm.S | 443 shl $3, %r12 # convert into number of bits 531 movdqa \GH, \TMP4 # copy GH into TMP2,TMP3 and TMP4 546 movdqa \GH,\TMP2 # copy GH into TMP2,TMP3 and TMP4 1150 # move XMM5 into TMP2, TMP3, TMP4 in order to perform shifts independently 1163 movdqa \XMM5,\TMP2 # make 3 copies of XMM5 into TMP2, TMP3, TMP4 1362 # move XMM5 into TMP2, TMP3, TMP4 in order to perform shifts independently 1375 movdqa \XMM5,\TMP2 # make 3 copies of XMM5 into TMP2, TMP3, TMP4 1461 # move XMMDst into TMP2, TMP3, TMP4 in order to perform 3 shifts independently
|
H A D | chacha-ssse3-x86_64.S | 172 # xor remaining bytes from partial register into output 768 # xor remaining bytes from partial register into output
|
H A D | chacha-avx2-x86_64.S | 199 # xor remaining bytes from partial register into output 504 # xor remaining bytes from partial register into output 998 # xor remaining bytes from partial register into output
|
H A D | chacha-avx512vl-x86_64.S | 172 # xor remaining bytes from partial register into output 438 # xor remaining bytes from partial register into output 818 # xor remaining bytes from partial register into output
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 528 % Non-false conditionals (@iftex, @ifset) don't fit into this, so they 589 % if the definition is written into an index file. 818 % have adopt a much more difficult approach (putting marks into the main 833 % the \llap here moves out into the left-hand margin. 2493 % The following should really be moved into \setupmarkupstyle handlers. 2871 % For raw, must switch into @tex before parsing the argument, to avoid 2897 % not have braces, and we don't want to switch into math. 3524 % command is, e.g., @kindex, the whatsit would get put into the 3552 % The item text fits into the space. Start a paragraph, so that the 3964 % In order to keep entries from bumping into eac [all...] |
/third_party/rust/crates/nix/test/sys/ |
H A D | test_socket.rs | 307 assert_eq!(std_sa, sock_addr.into()); in test_std_conversions() 311 assert_eq!(std_sa, sock_addr.into()); in test_std_conversions() 1256 // msg_control field and a msg_controllen of 0 when calling into the 1442 .into(); in test_impl_scm_credentials_and_rights() 2550 // of this test used 0.0.0.0 (::0) as the destination address, which was mutated into in test_recverr_impl() 2618 let delay = std::time::Duration::from_secs(1).into(); in test_txtime()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9lpf_16bpp.asm | 131 ; take sum $reg, downshift, apply mask and write into dst 136 ; if dont_store is set, don't write the result into memory, instead keep the
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jidctflt-sse.asm | 93 ; ---- Pass 1: process columns from input, store into work array. 368 ; ---- Pass 2: process rows from work array, store into output array.
|
H A D | jidctflt-sse2.asm | 93 ; ---- Pass 1: process columns from input, store into work array. 330 ; ---- Pass 2: process rows from work array, store into output array.
|
H A D | jidctred-sse2.asm | 317 ; ---- Pass 2: process rows, store into output array. 534 ; ---- Pass 2: process rows, store into output array.
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jchuff-sse2.asm | 104 ; the bit buffer and put the remaining bits from code into the bit buffer. 107 ; code - contains the bits to shift into the bit buffer (LSB-aligned)
|
H A D | jidctred-sse2.asm | 310 ; ---- Pass 2: process rows, store into output array. 519 ; ---- Pass 2: process rows, store into output array.
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | Test.pm | 127 into the results directory (defined by the C<$RESULT_D> environment 167 the one C<setup> moved into, usually a subdirectory, given by SUBDIR. 204 BAIL_OUT("FAILURE: indir, \"$subdir\" wasn't possible to move into") 304 calculated before we moved into the directory "foo". 1112 # away the result for after having moved into the new directory.
|