/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | encrypt.rs | 221 pub fn encrypt(&self, from: &[u8], to: &mut [u8]) -> Result<usize, ErrorStack> { in encrypt() 228 from.as_ptr(), in encrypt() 229 from.len(), in encrypt() 241 pub fn encrypt_len(&self, from: &[u8]) -> Result<usize, ErrorStack> { in encrypt_len() 248 from.as_ptr(), in encrypt_len() 249 from.len(), in encrypt_len() 440 pub fn decrypt(&self, from: &[u8], to: &mut [u8]) -> Result<usize, ErrorStack> { in decrypt() 447 from.as_ptr(), in decrypt() 448 from.len(), in decrypt() 460 pub fn decrypt_len(&self, from [all...] |
/kernel/linux/linux-5.10/arch/x86/um/asm/ |
H A D | processor_32.h | 44 static inline void arch_copy_thread(struct arch_thread *from, in arch_copy_thread() argument 47 memcpy(&to->tls_array, &from->tls_array, sizeof(from->tls_array)); in arch_copy_thread()
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | copypage-v4wb.c | 47 void v4wb_copy_user_highpage(struct page *to, struct page *from, in v4wb_copy_user_highpage() argument 53 kfrom = kmap_atomic(from); in v4wb_copy_user_highpage() 54 flush_cache_page(vma, vaddr, page_to_pfn(from)); in v4wb_copy_user_highpage()
|
H A D | copypage-xsc3.c | 63 void xsc3_mc_copy_user_highpage(struct page *to, struct page *from, in xsc3_mc_copy_user_highpage() argument 69 kfrom = kmap_atomic(from); in xsc3_mc_copy_user_highpage() 70 flush_cache_page(vma, vaddr, page_to_pfn(from)); in xsc3_mc_copy_user_highpage()
|
H A D | copypage-feroceon.c | 65 void feroceon_copy_user_highpage(struct page *to, struct page *from, in feroceon_copy_user_highpage() argument 71 kfrom = kmap_atomic(from); in feroceon_copy_user_highpage() 72 flush_cache_page(vma, vaddr, page_to_pfn(from)); in feroceon_copy_user_highpage()
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | topology.h | 23 void numa_set_distance(int from, int to, int distance); 25 #define node_distance(from, to) (node_distances[(from)][(to)])
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | copypage-feroceon.c | 66 void feroceon_copy_user_highpage(struct page *to, struct page *from, in feroceon_copy_user_highpage() argument 72 kfrom = kmap_atomic(from); in feroceon_copy_user_highpage() 73 flush_cache_page(vma, vaddr, page_to_pfn(from)); in feroceon_copy_user_highpage()
|
H A D | copypage-xsc3.c | 64 void xsc3_mc_copy_user_highpage(struct page *to, struct page *from, in xsc3_mc_copy_user_highpage() argument 70 kfrom = kmap_atomic(from); in xsc3_mc_copy_user_highpage() 71 flush_cache_page(vma, vaddr, page_to_pfn(from)); in xsc3_mc_copy_user_highpage()
|
H A D | copypage-v4wb.c | 47 void v4wb_copy_user_highpage(struct page *to, struct page *from, in v4wb_copy_user_highpage() argument 53 kfrom = kmap_atomic(from); in v4wb_copy_user_highpage() 54 flush_cache_page(vma, vaddr, page_to_pfn(from)); in v4wb_copy_user_highpage()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
H A D | qib_pio_copy.c | 6 * General Public License (GPL) Version 2, available from the file 38 * @from: source (must be 64-bit aligned) 41 * Copy data from kernel space to MMIO space, in multiples of 32 bits at a 45 void qib_pio_copy(void __iomem *to, const void *from, size_t count) in qib_pio_copy() argument 49 const u64 *src = from; in qib_pio_copy() 58 const u32 *src = from; in qib_pio_copy()
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/gc/gc_1.0/ |
H A D | ia_css_gc.host.h | 28 const struct ia_css_gc_config *from, 34 const struct ia_css_gamma_table *from, 40 const struct ia_css_ce_config *from,
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/gc/gc_1.0/ |
H A D | ia_css_gc.host.h | 28 const struct ia_css_gc_config *from, 34 const struct ia_css_gamma_table *from, 40 const struct ia_css_ce_config *from,
|
/kernel/linux/linux-6.6/arch/x86/um/asm/ |
H A D | processor_32.h | 44 static inline void arch_copy_thread(struct arch_thread *from, in arch_copy_thread() argument 47 memcpy(&to->tls_array, &from->tls_array, sizeof(from->tls_array)); in arch_copy_thread()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/ |
H A D | qib_pio_copy.c | 6 * General Public License (GPL) Version 2, available from the file 38 * @from: source (must be 64-bit aligned) 41 * Copy data from kernel space to MMIO space, in multiples of 32 bits at a 45 void qib_pio_copy(void __iomem *to, const void *from, size_t count) in qib_pio_copy() argument 49 const u64 *src = from; in qib_pio_copy() 58 const u32 *src = from; in qib_pio_copy()
|
/third_party/node/test/parallel/ |
H A D | test-https-agent-getname.js | 33 crl: [Buffer.from('c'), Buffer.from('r'), Buffer.from('l')],
|
H A D | test-readline-reopen.js | 25 Buffer.from('foo\n'), 26 Buffer.from([ 0xe2 ]), // Exactly one third of a ☃ snowman. 42 input.write(Buffer.from([0x98, 0x83])); // The rest of the ☃ snowman.
|
/third_party/musl/src/setjmp/powerpc64/ |
H A D | setjmp.s | 10 ld 5, 24(1) # load from the TOC slot in the caller's stack frame 21 # r4 would normally be the 2nd parameter, but we're using r5 to simplify calling from sigsetjmp. 22 # solves the problem of knowing whether to save the TOC pointer from r2 or the caller's stack frame.
|
/third_party/node/deps/npm/node_modules/@isaacs/cliui/node_modules/string-width/ |
H A D | index.js | 1 import stripAnsi from 'strip-ansi'; 2 import eastAsianWidth from 'eastasianwidth'; 3 import emojiRegex from 'emoji-regex';
|
/third_party/node/deps/npm/node_modules/wrap-ansi/node_modules/string-width/ |
H A D | index.js | 1 import stripAnsi from 'strip-ansi'; 2 import eastAsianWidth from 'eastasianwidth'; 3 import emojiRegex from 'emoji-regex';
|
/third_party/node/deps/v8/src/heap/ |
H A D | incremental-marking-inl.h | 18 void IncrementalMarking::TransferColor(HeapObject from, HeapObject to) { in TransferColor() argument 25 if (atomic_marking_state()->IsGrey(from)) { in TransferColor() 29 } else if (atomic_marking_state()->IsBlack(from)) { in TransferColor()
|
/third_party/parse5/packages/parse5/ |
H A D | uglify-source.js | 15 import fs from 'fs'; 16 import path from 'path'; 17 import uglifyJS from 'uglify-js';
|
/third_party/typescript/tests/baselines/reference/ |
H A D | declarationsIndirectGeneratedAliasReference.js | 13 import { Ctor } from "./ctor"; 16 import * as ns from "mod"; 31 import * as ns from "mod";
|
H A D | enums.js | 18 import type { SyntaxKind, SymbolFlags } from './a'; 29 import { SymbolFlags } from './a'; 30 import type { TypeFlag } from './b';
|
H A D | moduleResolutionWithSymlinks.js | 10 import {MyClass} from "library-a"; 14 import { MyClass } from "./library-a"; 15 import { MyClass2 } from "./library-b"; 30 echo 'import {MyClass} from "library-a"; export { MyClass as MyClass2 }' > index.ts 37 echo 'import { MyClass } from "./library-a"; import { MyClass2 } from "./library-b"; let x: MyClass; let y: MyClass2; x = y; y = x;' > app.ts 75 echo 'import {MyClass} from "library-a"; export { MyClass as MyClass2 }' > index.ts
82 echo 'import { MyClass } from "./library-a"; import { MyClass2 } from "./library-b"; let x: MyClass; let y: MyClass2; x = y; y = x;' > app.ts
|
H A D | moduleResolutionWithSymlinks_withOutDir.js | 9 import {MyClass} from "library-a"; 13 import { MyClass } from "./library-a"; 14 import { MyClass2 } from "./library-b";
|