/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | res_func.S | 300 | The mantissa is zero from the denorm loop. Check sign and rmode 625 | The rts following the frcfpn routine is the exit from res_func 707 subl %d1,%d0 |subtract dest from src 746 subl %d1,%d0 |subtract src from dest 811 subl %d1,%d0 |subtract dest from src 820 subl %d1,%d0 |subtract src from dest 855 orl %d1,USER_FPSR(%a6) |capture cc's and inex from fadd 882 orl %d1,USER_FPSR(%a6) |capture cc's and inex from fadd 986 subl %d1,%d0 |subtract src from dest 995 subl %d1,%d0 |subtract dest from sr [all...] |
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | res_func.S | 300 | The mantissa is zero from the denorm loop. Check sign and rmode 625 | The rts following the frcfpn routine is the exit from res_func 707 subl %d1,%d0 |subtract dest from src 746 subl %d1,%d0 |subtract src from dest 811 subl %d1,%d0 |subtract dest from src 820 subl %d1,%d0 |subtract src from dest 855 orl %d1,USER_FPSR(%a6) |capture cc's and inex from fadd 882 orl %d1,USER_FPSR(%a6) |capture cc's and inex from fadd 986 subl %d1,%d0 |subtract src from dest 995 subl %d1,%d0 |subtract dest from sr [all...] |
/kernel/linux/linux-5.10/drivers/vhost/ |
H A D | vhost.c | 7 * Inspiration, some code, and most witty comments come from 819 const void *from, unsigned size) in vhost_copy_to_user() 824 return __copy_to_user(to, from, size); in vhost_copy_to_user() 837 return __copy_to_user(uaddr, from, size); in vhost_copy_to_user() 845 ret = copy_to_iter(from, size, &t); in vhost_copy_to_user() 854 void __user *from, unsigned size) in vhost_copy_from_user() 859 return __copy_from_user(to, from, size); in vhost_copy_from_user() 867 (u64)(uintptr_t)from, size, in vhost_copy_from_user() 874 ret = translate_desc(vq, (u64)(uintptr_t)from, size, vq->iotlb_iov, in vhost_copy_from_user() 879 "%p size 0x%llx\n", from, in vhost_copy_from_user() 818 vhost_copy_to_user(struct vhost_virtqueue *vq, void __user *to, const void *from, unsigned size) vhost_copy_to_user() argument 853 vhost_copy_from_user(struct vhost_virtqueue *vq, void *to, void __user *from, unsigned size) vhost_copy_from_user() argument 1139 vhost_chr_write_iter(struct vhost_dev *dev, struct iov_iter *from) vhost_chr_write_iter() argument 2116 struct iov_iter from; get_indirect() local [all...] |
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/crypto/sha/ |
H A D | sha512-mips.S | 1328 ld $8,0($29) # prefetch from ring buffer 1420 ld $9,8($29) # prefetch from ring buffer 1506 ld $10,16($29) # prefetch from ring buffer 1609 ld $11,24($29) # prefetch from ring buffer 1709 ld $12,32($29) # prefetch from ring buffer 1809 ld $13,40($29) # prefetch from ring buffer 1909 ld $14,48($29) # prefetch from ring buffer 2009 ld $15,56($29) # prefetch from ring buffer 2109 ld $16,64($29) # prefetch from ring buffer 2209 ld $17,72($29) # prefetch from rin [all...] |
H A D | sha256-mips.S | 1202 lw $8,0($29) # prefetch from ring buffer 1285 lw $9,4($29) # prefetch from ring buffer 1362 lw $10,8($29) # prefetch from ring buffer 1465 lw $11,12($29) # prefetch from ring buffer 1565 lw $12,16($29) # prefetch from ring buffer 1665 lw $13,20($29) # prefetch from ring buffer 1765 lw $14,24($29) # prefetch from ring buffer 1865 lw $15,28($29) # prefetch from ring buffer 1965 lw $16,32($29) # prefetch from ring buffer 2065 lw $17,36($29) # prefetch from rin [all...] |
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/crypto/sha/ |
H A D | sha512-mips.S | 1328 ld $8,0($29) # prefetch from ring buffer 1420 ld $9,8($29) # prefetch from ring buffer 1506 ld $10,16($29) # prefetch from ring buffer 1609 ld $11,24($29) # prefetch from ring buffer 1709 ld $12,32($29) # prefetch from ring buffer 1809 ld $13,40($29) # prefetch from ring buffer 1909 ld $14,48($29) # prefetch from ring buffer 2009 ld $15,56($29) # prefetch from ring buffer 2109 ld $16,64($29) # prefetch from ring buffer 2209 ld $17,72($29) # prefetch from rin [all...] |
H A D | sha256-mips.S | 1202 lw $8,0($29) # prefetch from ring buffer 1285 lw $9,4($29) # prefetch from ring buffer 1362 lw $10,8($29) # prefetch from ring buffer 1465 lw $11,12($29) # prefetch from ring buffer 1565 lw $12,16($29) # prefetch from ring buffer 1665 lw $13,20($29) # prefetch from ring buffer 1765 lw $14,24($29) # prefetch from ring buffer 1865 lw $15,28($29) # prefetch from ring buffer 1965 lw $16,32($29) # prefetch from ring buffer 2065 lw $17,36($29) # prefetch from rin [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | repeated_field.h | 16 // contributors may be used to endorse or promote products derived from 39 // particularly different from STL vector as it manages ownership of the 375 // Move the contents of |from| into |to|, possibly clobbering |from| in the 378 void MoveArray(Element* to, Element* from, int size); 380 // Copy the elements of |from| into |to|. 381 void CopyArray(Element* to, const Element* from, int size); 511 void operator()(Element* to, const Element* from, int array_size); 578 // static void Merge(const Type& from, Type* to); 596 // Must be called from destructo 842 Merge(const GenericType& from, GenericType* to) Merge() argument 910 Merge(const std::string& from, std::string* to) Merge() argument 1618 MoveArray(Element* to, Element* from, int array_size) MoveArray() argument 1624 CopyArray(Element* to, const Element* from, int array_size) CopyArray() argument 1632 operator ()(Element* to, const Element* from, int array_size) operator ()() argument [all...] |
/third_party/rust/crates/nix/test/sys/ |
H A D | test_socket.rs | 128 assert!(std::time::Duration::from(diff).as_secs() < 60); in test_timestamping() 205 let name = String::from("nix\0abstract\0tesnix\0abstract\0tesnix\0abstract\0tesnix\0abstract\0tesnix\0abstract\0testttttnix\0abstract\0test\0make\0sure\0this\0is\0long\0enough"); in test_abstract_sun_path_too_long() 213 let name = String::from("nix\0abstract\0test"); in test_addr_equality_abstract() 234 let name = String::from("nix\0abstract\0test"); in test_abstract_uds_addr() 306 let sock_addr = SockaddrIn::from(std_sa); in test_std_conversions() 310 let sock_addr: SockaddrIn6 = SockaddrIn6::from(std_sa); in test_std_conversions() 334 let mut from = None; in sendrecv() variables 346 from = from_; in sendrecv() 351 from in sendrecv() 363 // Ignore from fo in stream() [all...] |
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | file.c | 337 cifs_dbg(FYI, "Reset oplock val from read to None due to mand locks\n"); in cifs_new_fileinfo() 435 * and cancel any pending one. If calling this function from the 469 /* remove it from the lists */ in _cifsFileInfo_put() 826 cifs_dbg(FYI, "Reset oplock val from read to None due to mand locks\n"); in cifs_reopen_file() 847 /* return code from the ->release op is always ignored */ in cifs_close() 1574 * a lock from the file's list. in cifs_unlock_range() 1599 * request - add all locks from the tmp in cifs_unlock_range() 1684 * Windows 7 server can delay breaking lease from read to None in cifs_setlk() 1878 filemap_fdatawait from here so tell in cifs_write() 2136 static int cifs_partialpagewrite(struct page *page, unsigned from, unsigne argument 2785 wdata_fill_from_iovec(struct cifs_writedata *wdata, struct iov_iter *from, size_t *len, unsigned long *num_pages) wdata_fill_from_iovec() argument 2897 cifs_write_from_iter(loff_t offset, size_t len, struct iov_iter *from, struct cifsFileInfo *open_file, struct cifs_sb_info *cifs_sb, struct list_head *wdata_list, struct cifs_aio_ctx *ctx) cifs_write_from_iter() argument 3144 __cifs_writev( struct kiocb *iocb, struct iov_iter *from, bool direct) __cifs_writev() argument 3248 cifs_direct_writev(struct kiocb *iocb, struct iov_iter *from) cifs_direct_writev() argument 3256 cifs_user_writev(struct kiocb *iocb, struct iov_iter *from) cifs_user_writev() argument 3262 cifs_writev(struct kiocb *iocb, struct iov_iter *from) cifs_writev() argument 3298 cifs_strict_writev(struct kiocb *iocb, struct iov_iter *from) cifs_strict_writev() argument [all...] |
/kernel/linux/linux-5.10/arch/c6x/include/asm/ |
H A D | string.h | 14 asmlinkage extern void *memcpy(void *to, const void *from, size_t n);
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_2/ |
H A D | ia_css_anr2.host.h | 28 const struct ia_css_anr_thres *from,
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/bh/bh_2/ |
H A D | ia_css_bh.host.h | 30 const struct ia_css_3a_config *from,
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/bnr/bnr2_2/ |
H A D | ia_css_bnr2_2.host.h | 26 const struct ia_css_bnr2_2_config *from,
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/bnr/bnr_1.0/ |
H A D | ia_css_bnr.host.h | 27 const struct ia_css_nr_config *from,
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/copy_output/copy_output_1.0/ |
H A D | ia_css_copy_output.host.h | 27 const struct ia_css_copy_output_configuration *from,
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc1_5/ |
H A D | ia_css_ctc1_5.host.h | 26 const struct ia_css_ctc_config *from,
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc_1.0/ |
H A D | ia_css_ctc.host.h | 29 const struct ia_css_ctc_table *from,
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/iterator/iterator_1.0/ |
H A D | ia_css_iterator.host.h | 27 const struct ia_css_iterator_configuration *from,
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | aops.h | 13 unsigned int from, unsigned int len);
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | aops.h | 13 size_t from, size_t len);
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/bh/bh_2/ |
H A D | ia_css_bh.host.h | 30 const struct ia_css_3a_config *from,
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/copy_output/copy_output_1.0/ |
H A D | ia_css_copy_output.host.h | 27 const struct ia_css_copy_output_configuration *from,
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/iterator/iterator_1.0/ |
H A D | ia_css_iterator.host.h | 27 const struct ia_css_iterator_configuration *from,
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc_1.0/ |
H A D | ia_css_ctc.host.h | 29 const struct ia_css_ctc_table *from,
|