/third_party/lzma/Asm/x86/ |
H A D | AesOpt.asm | 130 ; we preserve xmm registers starting from xmm6 in WIN64-x64
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-inlining.cc | 126 Node* use = edge.from(); in InlineCall() 132 // There is an input from the call, and the index is a value in InlineCall() 314 // prevents cross context leaks, where we could inline functions from a in DetermineCallTarget() 315 // different context and hold on to that context (and closure) from the code in DetermineCallTarget() 360 // The inlinee specializes to the context from the JSFunction object. in DetermineCallContext() 532 // prevents it from getting flushed. Therefore, the following check should in ReduceJSCall() 559 // We shall not bailout from inlining if we got here. in ReduceJSCall()
|
/third_party/node/deps/v8/src/objects/ |
H A D | objects.h | 855 // Create a map word from a map pointer. 861 // Scavenge collection: the map word of live objects in the from space 869 // Create a map word from a forwarding address. 945 static char* RestoreState(Isolate* isolate, char* from);
|
/third_party/mksh/ |
H A D | check.pl | 48 # (leading/trailing spaces are stripped from the first line of value) 58 # (after the arguments from arguments) 71 # missing, NAME is removed from the 77 # (values taken from the environment of 83 # @utflocale@ is substituted from -U. 157 # pull EINTR from POSIX.pm or Errno.pm if they exist 197 -s s Read tests from file s; if s is a directory, it is recursively
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | sparccpuid.S | 28 ! Keep in mind that this does not excuse us from wiping the stack!
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | bn.h | 410 BN_MONT_CTX *BN_MONT_CTX_copy(BN_MONT_CTX *to, BN_MONT_CTX *from); 554 /* Primes from RFC 2409 */ 558 /* Primes from RFC 3526 */
|
/third_party/rust/crates/libc/src/windows/ |
H A D | mod.rs | 199 // POSIX Supplement (from errno.h) 545 from: *mut ::sockaddr, in recvfrom()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
H A D | mod.rs | 750 // offsets in user_regs_structs, from sys/reg.h 779 // offsets in mcontext_t.gregs from sys/ucontext.h 815 pub fn ioperm(from: ::c_ulong, num: ::c_ulong, turn_on: ::c_int) -> ::c_int; in ioperm()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/ |
H A D | Makefile | 22 # file from the failed recipe can falsely satisfy dependencies on subsequent 130 # PATCHVERSION must equal VK_HEADER_VERSION from vk.xml 176 SPECREMARK = from git branch: $(shell echo `git symbolic-ref --short HEAD 2> /dev/null || echo Git branch not available`) \ 219 # ADOCHTMLOPTS relies on the relative runtime path from the output HTML 222 # KaTeX source is copied from KATEXSRCDIR in the repository to 224 # KATEXDIR is the relative path from a target to KATEXINSTDIR, since 315 # Copying chunked.js into target avoids a warning from the chunker 548 # Generation of refpage asciidoctor sources by extraction from the 582 # Build the individual refpages, then the symbolic links from aliases 606 $(VERYQUIET)echo "Building $@ from [all...] |
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | asn1.h | 196 /* size limits: this stuff is taken straight from RFC2459 */ 283 * (possibly from shared libraries) they may exist in 309 * Finally an ASN1_ITEM pointer can be extracted from an 320 /* Macro to obtain ASN1_ITEM pointer from exported type */ 323 /* Macro to include ASN1_ITEM pointer from base type */ 341 /* Macro to obtain ASN1_ITEM pointer from exported type */ 344 /* Macro to include ASN1_ITEM pointer from base type */ 594 const ASN1_TIME *from, const ASN1_TIME *to);
|
/third_party/openssl/include/openssl/ |
H A D | bn.h | 410 BN_MONT_CTX *BN_MONT_CTX_copy(BN_MONT_CTX *to, BN_MONT_CTX *from); 554 /* Primes from RFC 2409 */ 558 /* Primes from RFC 3526 */
|
/third_party/openssl/crypto/ |
H A D | sparccpuid.S | 28 ! Keep in mind that this does not excuse us from wiping the stack!
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jfdctflt-sse.asm | 14 ; NASM is available from http://nasm.sourceforge.net/ or
|
H A D | jfdctfst-mmx.asm | 14 ; NASM is available from http://nasm.sourceforge.net/ or
|
H A D | jfdctfst-sse2.asm | 14 ; NASM is available from http://nasm.sourceforge.net/ or
|
H A D | jidctint-avx2.asm | 14 ; NASM is available from http://nasm.sourceforge.net/ or
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jfdctfst-sse2.asm | 14 ; NASM is available from http://nasm.sourceforge.net/ or
|
/third_party/skia/tools/perf-canvaskit-puppeteer/ |
H A D | canvas_perf.js | 272 // make a gradient from those colors 331 // while ignoring the time of getting the image from disk / the network. 380 throw 'this is here to keep the result from being optimized away'; 399 throw 'this is here to keep pt from being optimized away'; 418 throw 'this is here to keep the result from being optimized away'; 426 description: 'Create a shader from a 3x3 matrix', 474 throw 'this is here to keep the result from being optimized away'; 492 throw 'this is here to keep the result from being optimized away'; 527 throw 'this is here to keep the result from being optimized away'; 547 throw 'this is here to keep pt from bein [all...] |
/third_party/rust/crates/nix/src/sys/ |
H A D | signal.rs | 59 /// Software termination signal from kill 71 /// Sendable stop signal not from tty 73 /// Stop signal from tty 469 // is represented exactly like the `sigset_t` struct from C. 501 /// Remove all signals from this set. 507 /// Remove the specified signal from this set. 521 _ => unreachable!("unexpected value from sigismember"), in contains() 547 /// Removes the set of signals from the signal mask for the calling thread. 819 /// `signal` also returns any error from `libc::signal`, such as when an attempt 1119 fn from(sigeven functions [all...] |
/third_party/rust/crates/nom/src/multi/ |
H A D | tests.rs | 308 fn from(_: (I, ErrorKind)) -> Self { in from() functions
|
/third_party/zlib/ |
H A D | configure | 45 # extract zlib version numbers from zlib.h 392 echo - using any output from compiler to indicate an error >> configure.log 608 # if --solo compilation was requested, save that in zconf.h and remove gz stuff from object lists
|
/kernel/linux/linux-6.6/drivers/dma/ti/ |
H A D | k3-udma.c | 1241 * @from: Start the search from this flow id number 1245 * only using explicit flow id number. if @from is set to -1 it will try to find 1246 * first free range. if @from is positive value it will force allocation only 1254 static int __udma_alloc_gp_rflow_range(struct udma_dev *ud, int from, int cnt) in __udma_alloc_gp_rflow_range() argument 1259 tmp_from = from; in __udma_alloc_gp_rflow_range() 1278 if (from >= 0 && start != from) in __udma_alloc_gp_rflow_range() 1285 static int __udma_free_gp_rflow_range(struct udma_dev *ud, int from, int cnt) in __udma_free_gp_rflow_range() argument 1287 if (from < u in __udma_free_gp_rflow_range() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | book3s_hv.c | 14 * This file is derived from arch/powerpc/kvm/book3s.c, 112 MODULE_PARM_DESC(one_vm_per_core, "Only run vCPUs from the same VM on a core (requires indep_threads_mode=N)"); 800 static int kvmppc_copy_guest(struct kvm *kvm, gpa_t to, gpa_t from, in kvmppc_copy_guest() argument 808 /* Get HPA for from address */ in kvmppc_copy_guest() 809 from_memslot = gfn_to_memslot(kvm, from >> PAGE_SHIFT); in kvmppc_copy_guest() 812 if ((from + len) >= ((from_memslot->base_gfn + from_memslot->npages) in kvmppc_copy_guest() 815 from_addr = gfn_to_hva_memslot(from_memslot, from >> PAGE_SHIFT); in kvmppc_copy_guest() 818 from_addr |= (from & (PAGE_SIZE - 1)); in kvmppc_copy_guest() 1351 /* Clear out the old NMI status from run->flags */ in kvmppc_handle_exit_hv() 1740 * we return 1 bit for each vcpu, which can come from in kvmppc_get_one_reg_hv() [all...] |
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | book3s_hv.c | 14 * This file is derived from arch/powerpc/kvm/book3s.c, 115 MODULE_PARM_DESC(one_vm_per_core, "Only run vCPUs from the same VM on a core (requires POWER8 or older)"); 916 static int kvmppc_copy_guest(struct kvm *kvm, gpa_t to, gpa_t from, in kvmppc_copy_guest() argument 924 /* Get HPA for from address */ in kvmppc_copy_guest() 925 from_memslot = gfn_to_memslot(kvm, from >> PAGE_SHIFT); in kvmppc_copy_guest() 928 if ((from + len) >= ((from_memslot->base_gfn + from_memslot->npages) in kvmppc_copy_guest() 931 from_addr = gfn_to_hva_memslot(from_memslot, from >> PAGE_SHIFT); in kvmppc_copy_guest() 934 from_addr |= (from & (PAGE_SIZE - 1)); in kvmppc_copy_guest() 1649 /* Clear out the old NMI status from run->flags */ in kvmppc_handle_exit_hv() 2137 WARN_ONCE(1, "lpcr 0x%lx differs from filtere in verify_lpcr() [all...] |
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | lock.c | 527 * more refcounts exist, so the rsb is moved from the keep list to the 566 * flags & R_RECEIVE_RECOVER is from dlm_recover_master_copy, so in find_rsb_dir() 576 * from our toss list. (They sent a request instead of lookup in find_rsb_dir() 577 * because they are using an rsb from their toss list.) in find_rsb_dir() 718 /* During recovery, other nodes can send us new MSTCPY locks (from 884 * called from receive_lookup(); master lookups when the local node is 924 log_error(ls, "dlm_master_lookup from our_nodeid %d flags %x", in dlm_master_lookup() 934 log_error(ls, "dlm_master_lookup from %d dir %d our %d h %x %d", in dlm_master_lookup() 1028 log_limit(ls, "dlm_master_lookup from master %d flags %x " in dlm_master_lookup() 1153 /* All work is done after the return from kref_pu in kill_rsb() 3978 int from = ms->m_header.h_nodeid; validate_message() local [all...] |