/third_party/node/deps/v8/src/objects/ |
H A D | elements.cc | 190 // CopyElements, it copies all of elements from source after source_start to 217 FixedArray from = FixedArray::cast(from_base); in CopyObjectToObjectElements() 226 to.CopyElements(isolate, to_start, from, from_start, copy_size, in CopyObjectToObjectElements() 235 NumberDictionary from = NumberDictionary::cast(from_base); in CopyDictionaryToObjectElements() local 239 copy_size = from.max_number_key() + 1 - from_start; in CopyDictionaryToObjectElements() 257 InternalIndex entry = from.FindEntry(isolate, i + from_start); in CopyDictionaryToObjectElements() 259 Object value = from.ValueAt(entry); in CopyDictionaryToObjectElements() 297 Handle<FixedDoubleArray> from(FixedDoubleArray::cast(from_base), isolate); in CopyDoubleToObjectElements() 309 FixedDoubleArray::get(*from, i + from_start, isolate); in CopyDoubleToObjectElements() 331 FixedDoubleArray from in CopyDoubleToDoubleElements() 445 NumberDictionary from = NumberDictionary::cast(from_base); CopyDictionaryToDoubleElements() local 975 CopyElementsImpl(Isolate* isolate, FixedArrayBase from, uint32_t from_start, FixedArrayBase to, ElementsKind from_kind, uint32_t to_start, int packed_size, int copy_size) CopyElementsImpl() argument 994 FixedArrayBase from = from_holder.elements(); global() variable 1469 CopyElementsImpl(Isolate* isolate, FixedArrayBase from, uint32_t from_start, FixedArrayBase to, ElementsKind from_kind, uint32_t to_start, int packed_size, int copy_size) CopyElementsImpl() argument 2508 CopyElementsImpl(Isolate* isolate, FixedArrayBase from, uint32_t from_start, FixedArrayBase to, ElementsKind from_kind, uint32_t to_start, int packed_size, int copy_size) CopyElementsImpl() argument 2925 CopyElementsImpl(Isolate* isolate, FixedArrayBase from, uint32_t from_start, FixedArrayBase to, ElementsKind from_kind, uint32_t to_start, int packed_size, int copy_size) CopyElementsImpl() argument 4886 CopyElementsImpl(Isolate* isolate, FixedArrayBase from, uint32_t from_start, FixedArrayBase to, ElementsKind from_kind, uint32_t to_start, int packed_size, int copy_size) CopyElementsImpl() argument 5078 CopyElementsImpl(Isolate* isolate, FixedArrayBase from, uint32_t from_start, FixedArrayBase to, ElementsKind from_kind, uint32_t to_start, int packed_size, int copy_size) CopyElementsImpl() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx8.asm | 215 s_mov_b32 s_save_exec_lo, exec_lo //save EXEC and use EXEC for the go signal from SPI 345 s_mov_b32 exec_lo, 0xFFFFFFFF //need every thread from now on 365 s_mov_b32 exec_lo, 0xFFFFFFFF //need every thread from now on 426 s_mov_b32 exec_lo, 0xFFFFFFFF //need every thread from now on 495 s_mov_b32 exec_lo, 0xFFFFFFFF //need every thread from now on //be consistent with SAVE although can be moved ahead 530 s_mov_b32 exec_lo, 0xFFFFFFFF //need every thread from now on //be consistent with SAVE although can be moved ahead 574 s_sub_u32 s_restore_mem_offset, s_restore_mem_offset, 16*4 // restore SGPR from S[n] to S[0], by 16 sgprs group 593 s_sub_u32 m0, m0, 16 // Restore from S[n] to S[0] 633 s_waitcnt lgkmcnt(0) //from now on, it is safe to restore STATUS and IB_STS 665 s_barrier //barrier to ensure the readiness of LDS before access attempts from an [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | cmd.c | 6 * General Public License (GPL) Version 2, available from the file 1189 static int mlx5_copy_to_msg(struct mlx5_cmd_msg *to, void *from, int size, in mlx5_copy_to_msg() argument 1196 if (!to || !from) in mlx5_copy_to_msg() 1200 memcpy(to->first.data, from, copy); in mlx5_copy_to_msg() 1202 from += copy; in mlx5_copy_to_msg() 1213 memcpy(block->data, from, copy); in mlx5_copy_to_msg() 1214 from += copy; in mlx5_copy_to_msg() 1223 static int mlx5_copy_from_msg(void *to, struct mlx5_cmd_msg *from, int size) in mlx5_copy_from_msg() argument 1229 if (!to || !from) in mlx5_copy_from_msg() 1232 copy = min_t(int, size, sizeof(from in mlx5_copy_from_msg() [all...] |
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | xdr.c | 383 /* Copy from the inlined pages into the tail */ in _shift_data_right_tail() 401 * Copies data from an arbitrary memory location into an array of pages 445 * Copies data into an arbitrary memory location from an array of pages 513 * @len: bytes to remove from buf->head[0] 543 /* Copy from the inlined pages into the tail */ in xdr_shrink_bufhead() 559 /* Do we also need to copy data from the head into the tail ? */ in xdr_shrink_bufhead() 598 * @len: bytes to remove from buf->pages 630 * xdr_stream_pos - Return the current offset from the start of the xdr_stream 640 * xdr_page_pos - Return the current offset from the start of the xdr pages 850 * and xdr->p points at offset len from th 1268 unsigned int from, bytes; xdr_align_data() local 1305 unsigned int from; xdr_expand_hole() local [all...] |
/kernel/linux/linux-6.6/fs/ |
H A D | libfs.c | 461 * to be read from the directory. 838 size_t from = offset_in_folio(folio, pos); in simple_write_begin() local 840 folio_zero_segments(folio, 0, from, in simple_write_begin() 841 from + len, folio_size(folio)); in simple_write_begin() 880 size_t from = offset_in_folio(folio, pos); in simple_write_end() local 882 folio_zero_range(folio, from + copied, len - copied); in simple_write_end() 1016 * simple_read_from_buffer - copy data from the buffer to user space 1020 * @from: the buffer to read from 1023 * The simple_read_from_buffer() function reads up to @count bytes from th 1029 simple_read_from_buffer(void __user *to, size_t count, loff_t *ppos, const void *from, size_t available) simple_read_from_buffer() argument 1064 simple_write_to_buffer(void *to, size_t available, loff_t *ppos, const void __user *from, size_t count) simple_write_to_buffer() argument 1099 memory_read_from_buffer(void *to, size_t count, loff_t *ppos, const void *from, size_t available) memory_read_from_buffer() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx8.asm | 215 s_mov_b32 s_save_exec_lo, exec_lo //save EXEC and use EXEC for the go signal from SPI 345 s_mov_b32 exec_lo, 0xFFFFFFFF //need every thread from now on 365 s_mov_b32 exec_lo, 0xFFFFFFFF //need every thread from now on 426 s_mov_b32 exec_lo, 0xFFFFFFFF //need every thread from now on 495 s_mov_b32 exec_lo, 0xFFFFFFFF //need every thread from now on //be consistent with SAVE although can be moved ahead 530 s_mov_b32 exec_lo, 0xFFFFFFFF //need every thread from now on //be consistent with SAVE although can be moved ahead 575 s_sub_u32 s_restore_mem_offset, s_restore_mem_offset, 16*4 // restore SGPR from S[n] to S[0], by 16 sgprs group 594 s_sub_u32 m0, m0, 16 // Restore from S[n] to S[0] 634 s_waitcnt lgkmcnt(0) //from now on, it is safe to restore STATUS and IB_STS 666 s_barrier //barrier to ensure the readiness of LDS before access attempts from an [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | cmd.c | 6 * General Public License (GPL) Version 2, available from the file 1280 static int mlx5_copy_to_msg(struct mlx5_cmd_msg *to, void *from, int size, in mlx5_copy_to_msg() argument 1287 if (!to || !from) in mlx5_copy_to_msg() 1291 memcpy(to->first.data, from, copy); in mlx5_copy_to_msg() 1293 from += copy; in mlx5_copy_to_msg() 1304 memcpy(block->data, from, copy); in mlx5_copy_to_msg() 1305 from += copy; in mlx5_copy_to_msg() 1314 static int mlx5_copy_from_msg(void *to, struct mlx5_cmd_msg *from, int size) in mlx5_copy_from_msg() argument 1320 if (!to || !from) in mlx5_copy_from_msg() 1323 copy = min_t(int, size, sizeof(from in mlx5_copy_from_msg() [all...] |
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | Test.pm | 100 # it receives the exit code from that command and is expected to return 237 redirected from (for stdin) or to (for the others) a file given by the 410 If specified, EXPR will be used as a string to prefix the output from the 448 # For some reason, program output, or even output from this function 549 LIST is a list of directories that make up a path from the top of the OpenSSL 568 LIST is a list of directories that make up a path from the top of the OpenSSL 586 LIST is a list of directories that make up a path from the top of the OpenSSL 605 LIST is a list of directories that make up a path from the top of the OpenSSL 623 LIST is a list of directories that make up a path from the data directory 640 LIST is a list of directories that make up a path from th [all...] |
/third_party/libabigail/src/ |
H A D | abg-tools-utils.cc | 1270 /// @param from the string to trim the leading repetition of pattern from. 1275 /// has been removed from. 1277 trim_leading_string(const string& from, const string& to_trim) in trim_leading_string() argument 1279 string str = from; in trim_leading_string() 1680 /// Get the architecture string from the NVR of an rpm. 1688 /// from the NVR. 1934 /// Populate a type_supression from header files found in a given 1945 /// @param result the type_supression to populate from the content of 2041 /// Generate a suppression specification from kerne 2401 find_vmlinux_and_module_paths(const string& from, string &vmlinux_path, vector<string> &module_paths) find_vmlinux_and_module_paths() argument 2444 find_vmlinux_path(const string& from, string &vmlinux_path) find_vmlinux_path() argument 2525 string from = dist_root; get_binary_paths_from_kernel_dist() local 2544 get_vmlinux_path_from_kernel_dist(const string& from, string& vmlinux_path) get_vmlinux_path_from_kernel_dist() argument [all...] |
/third_party/openssl/util/perl/OpenSSL/ |
H A D | Test.pm | 100 # it receives the exit code from that command and is expected to return 237 redirected from (for stdin) or to (for the others) a file given by the 410 If specified, EXPR will be used as a string to prefix the output from the 448 # For some reason, program output, or even output from this function 549 LIST is a list of directories that make up a path from the top of the OpenSSL 568 LIST is a list of directories that make up a path from the top of the OpenSSL 586 LIST is a list of directories that make up a path from the top of the OpenSSL 605 LIST is a list of directories that make up a path from the top of the OpenSSL 623 LIST is a list of directories that make up a path from the data directory 640 LIST is a list of directories that make up a path from th [all...] |
/third_party/skia/third_party/externals/brotli/js/ |
H A D | decode.js | 25 var MAX_HUFFMAN_TABLE_SIZE = Int32Array.from([256, 402, 436, 468, 500, 534, 566, 598, 630, 662, 694, 726, 758, 790, 822, 854, 886, 920, 952, 984, 1016, 1048, 1080]); 26 var CODE_LENGTH_CODE_ORDER = Int32Array.from([1, 2, 3, 4, 0, 5, 17, 6, 16, 7, 8, 9, 10, 11, 12, 13, 14, 15]); 27 var DISTANCE_SHORT_CODE_INDEX_OFFSET = Int32Array.from([0, 3, 2, 1, 0, 0, 0, 0, 0, 0, 3, 3, 3, 3, 3, 3]); 28 var DISTANCE_SHORT_CODE_VALUE_OFFSET = Int32Array.from([0, 0, 0, 0, -1, 1, -2, 2, -3, 3, -1, 1, -2, 2, -3, 3]); 29 var FIXED_TABLE = Int32Array.from([0x020000, 0x020004, 0x020003, 0x030002, 0x020000, 0x020004, 0x020003, 0x040001, 0x020000, 0x020004, 0x020003, 0x030002, 0x020000, 0x020004, 0x020003, 0x040005]); 30 var DICTIONARY_OFFSETS_BY_LENGTH = Int32Array.from([0, 0, 0, 0, 0, 4096, 9216, 21504, 35840, 44032, 53248, 63488, 74752, 87040, 93696, 100864, 104704, 106752, 108928, 113536, 115968, 118528, 119872, 121280, 122016]); 31 var DICTIONARY_SIZE_BITS_BY_LENGTH = Int32Array.from([0, 0, 0, 0, 10, 10, 11, 11, 10, 10, 10, 10, 10, 9, 9, 8, 7, 7, 8, 7, 7, 6, 6, 5, 5]); 32 var BLOCK_LENGTH_OFFSET = Int32Array.from([1, 5, 9, 13, 17, 25, 33, 41, 49, 65, 81, 97, 113, 145, 177, 209, 241, 305, 369, 497, 753, 1265, 2289, 4337, 8433, 16625]); 33 var BLOCK_LENGTH_N_BITS = Int32Array.from([2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 6, 6, 7, 8, 9, 10, 11, 12, 13, 24]); 34 var INSERT_LENGTH_N_BITS = Int16Array.from([ [all...] |
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | page_64.h | 80 extern void copy_page(void *to, void *from);
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | head64.S | 41 # We returned from start_kernel ?!? PANIK
|
/kernel/linux/linux-5.10/arch/um/include/shared/ |
H A D | kern_util.h | 56 extern int copy_from_user_proc(void *to, void *from, int size);
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | numa.h | 29 extern void __init numa_set_distance(int from, int to, int distance);
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/32/ |
H A D | kup-8xx.h | 52 static __always_inline void allow_user_access(void __user *to, const void __user *from, in allow_user_access() argument
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | page_64.h | 80 extern void copy_page(void *to, void *from);
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | traps.h | 32 extern void dump_backtrace_entry(unsigned long where, unsigned long from,
|
/kernel/linux/linux-6.6/arch/um/include/shared/ |
H A D | kern_util.h | 55 extern int copy_from_user_proc(void *to, void *from, int size);
|
/kernel/linux/linux-5.10/drivers/hyperhold/ |
H A D | hp_iotab.h | 58 bool hpio_change_state(struct hpio *hpio, enum hpio_state from, enum hpio_state to);
|
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | update-dtc-source.sh | 11 # Usage: from the top level Linux source tree, run: 25 # * Extract the version number from the dtc repo for the commit message 27 # * run 'make check" on dtc built from the kernel tree 73 This adds the following commits from upstream:
|
/kernel/linux/linux-5.10/scripts/ |
H A D | jobserver-exec | 9 from __future__ import print_function 13 # Extract and prepare jobserver file descriptors from envirnoment.
|
/kernel/linux/linux-5.10/drivers/visorbus/ |
H A D | visorbus_private.h | 18 struct visor_device *from);
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_inode_buf.h | 56 int xfs_inode_from_disk(struct xfs_inode *ip, struct xfs_dinode *from);
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vidtv/ |
H A D | vidtv_pes.h | 8 * from an encoder into MPEG TS packets. It does so by first encapsulating it 135 * @from: A pointer to the encoder buffer containing one access unit. 154 void *from; member 182 * from an encoder into MPEG TS packets. It does so by first encapsulating it
|