Home
last modified time | relevance | path

Searched refs:size (Results 40476 - 40500 of 41667) sorted by relevance

1...<<1611161216131614161516161617161816191620>>...1667

/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/crypto/aes/
H A Daesni-sha1-x86_64.s22 .size aesni_cbc_sha1_enc,.-aesni_cbc_sha1_enc
1399 .size aesni_cbc_sha1_enc_ssse3,.-aesni_cbc_sha1_enc_ssse3
2720 .size aesni_cbc_sha1_enc_avx,.-aesni_cbc_sha1_enc_avx
3035 .size aesni_cbc_sha1_enc_shaext,.-aesni_cbc_sha1_enc_shaext
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/crypto/aes/
H A Daesni-sha1-x86_64.s22 .size aesni_cbc_sha1_enc,.-aesni_cbc_sha1_enc
1399 .size aesni_cbc_sha1_enc_ssse3,.-aesni_cbc_sha1_enc_ssse3
2720 .size aesni_cbc_sha1_enc_avx,.-aesni_cbc_sha1_enc_avx
3035 .size aesni_cbc_sha1_enc_shaext,.-aesni_cbc_sha1_enc_shaext
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/crypto/aes/
H A Daesni-sha1-x86_64.s22 .size aesni_cbc_sha1_enc,.-aesni_cbc_sha1_enc
1399 .size aesni_cbc_sha1_enc_ssse3,.-aesni_cbc_sha1_enc_ssse3
2720 .size aesni_cbc_sha1_enc_avx,.-aesni_cbc_sha1_enc_avx
3035 .size aesni_cbc_sha1_enc_shaext,.-aesni_cbc_sha1_enc_shaext
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/crypto/aes/
H A Daesni-sha1-x86_64.s22 .size aesni_cbc_sha1_enc,.-aesni_cbc_sha1_enc
1399 .size aesni_cbc_sha1_enc_ssse3,.-aesni_cbc_sha1_enc_ssse3
2720 .size aesni_cbc_sha1_enc_avx,.-aesni_cbc_sha1_enc_avx
3035 .size aesni_cbc_sha1_enc_shaext,.-aesni_cbc_sha1_enc_shaext
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc27 kLoadStoreImm8, // signed 8 bit or 12 bit unsigned scaled by access size
139 bool IsLoadStoreImmediate(int64_t value, unsigned size) { in IsLoadStoreImmediate() argument
140 return Assembler::IsImmLSScaled(value, size) || in IsLoadStoreImmediate()
575 int slot = frame_->AllocateSpillSlot(rep.size(), rep.alignment()); in VisitStackSlot()
1105 // Ubfx cannot extract bits past the register size, however since in VisitWord32And()
1146 // Ubfx cannot extract bits past the register size, however since in VisitWord64And()
2082 int claim_count = static_cast<int>(arguments->size()); in EmitPrepareArguments()
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/aes/
H A Daesni-sha1-x86_64.s22 .size aesni_cbc_sha1_enc,.-aesni_cbc_sha1_enc
1399 .size aesni_cbc_sha1_enc_ssse3,.-aesni_cbc_sha1_enc_ssse3
2720 .size aesni_cbc_sha1_enc_avx,.-aesni_cbc_sha1_enc_avx
3035 .size aesni_cbc_sha1_enc_shaext,.-aesni_cbc_sha1_enc_shaext
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp1141 if (indirectTempArrays.size()) { in scanSource()
2597 partitionLoadStore(uint8_t comp[2], uint8_t size[2], uint8_t mask)
2603 size[n]++;
2605 if (size[n])
2606 comp[n = 1] = size[0] + 1;
2612 if (size[0] == 3) {
2614 size[0] = (comp[0] == 1) ? 1 : 2;
2615 size[1] = 3 - size[0];
2616 comp[1] = comp[0] + size[
[all...]
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/crypto/aes/
H A Daesni-sha1-x86_64.s22 .size aesni_cbc_sha1_enc,.-aesni_cbc_sha1_enc
1399 .size aesni_cbc_sha1_enc_ssse3,.-aesni_cbc_sha1_enc_ssse3
2720 .size aesni_cbc_sha1_enc_avx,.-aesni_cbc_sha1_enc_avx
3035 .size aesni_cbc_sha1_enc_shaext,.-aesni_cbc_sha1_enc_shaext
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/crypto/sha/
H A Dsha256-armv8.S1040 .size sha256_block_data_order,.-sha256_block_data_order
1062 .size .LK256,.-.LK256
1204 .size sha256_block_armv8,.-sha256_block_armv8
2051 .size sha256_block_neon,.-sha256_block_neon
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryBuiltinTests.cpp472 << "void testFunc(ivec3 pos, ivec3 size)\n" in initPrograms()
481 << " const ivec3 size = ivec3(" << testParams.width << ", " << testParams.height << ", 1);\n" in initPrograms()
482 << " const ivec3 pos = ivec3(posId % size.x, posId / size.x, 0);\n" in initPrograms()
486 << " testFunc(pos, size);\n" in initPrograms()
535 << "void testFunc(ivec3 pos, ivec3 size)\n" in initPrograms()
545 << " const ivec3 size = ivec3(" << testParams.width << ", " << testParams.height << ", 1);\n" in initPrograms()
546 << " for (int y = 0; y < size.y; y++)\n" in initPrograms()
547 << " for (int x = 0; x < size.x; x++)\n" in initPrograms()
550 << " testFunc(pos, size);\ in initPrograms()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectMiscTests.cpp243 (deUint32)colorAttachments.size(), // deUint32 colorAttachmentCount; in iterate()
466 pixelDataSize, // VkDeviceSize size;
524 pixelDataSize, // VkDeviceSize size;
797 deUint32(deviceExtensions.size()), // uint32_t enabledExtensionCount;
1373 (deUint32)colorWriteEnables.size(), // uint32_t attachmentCount;
1420 (deUint32)dynamicStates.size(), // deUint32 dynamicStateCount
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DWebGLCompatibilityTest.cpp1361 glBufferData(GL_ARRAY_BUFFER, sizeof(vertices[0]) * vertices.size(), vertices.data(), in TEST_P()
1417 // TexSubImage with zero size and null data - OK in TEST_P()
1421 // TexSubImage with non-zero size and null data - Invalid value in TEST_P()
1436 // TexSubImage with zero size and null data - OK in TEST_P()
1440 // TexSubImage with non-zero size and null data - Invalid value in TEST_P()
2588 // Test that the offset in the index buffer is forced to be a multiple of the element size
2608 glBufferData(GL_ARRAY_BUFFER, sizeof(vertices[0]) * vertices.size(), vertices.data(), in TEST_P()
2634 // size
2998 // Test dimension and image size validation of compressed textures
3065 // Test that non-block size su
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DReactor.hpp2570 Array(int size = S);
2965 // Returns a reactor pointer to an immutable copy of the data of size bytes.
2966 RValue<Pointer<Byte>> ConstantData(void const *data, size_t size);
3085 Array<T, S>::Array(int size) in Array() argument
3086 : LValue<T>(size) in Array()
/third_party/python/Modules/
H A D_datetimemodule.c654 * Python objects of the right size and type, and do the Python object-
660 * tp_basicsize for the time and datetime types is set to the size of the
676 size_t size = aware ? sizeof(PyDateTime_Time) : sizeof(_PyDateTime_BaseTime); in time_alloc() local
677 PyObject *self = (PyObject *)PyObject_Malloc(size); in time_alloc()
688 size_t size = aware ? sizeof(PyDateTime_DateTime) : sizeof(_PyDateTime_BaseDateTime); in datetime_alloc() local
689 PyObject *self = (PyObject *)PyObject_Malloc(size); in datetime_alloc()
1599 /* Convert the input format to a C string and size */ in wrap_strftime()
1909 "divmod() returned a tuple of size %zd", in checked_divmod()
/third_party/python/Lib/test/
H A Dtest_zipfile.py97 fn, date, time_, size = lines[1].split()
101 self.assertEqual(size, str(len(self.data)))
723 fn, date, time_, size = lines[1].split()
727 self.assertEqual(size, str(len(self.data)))
980 # zip64 file size present, no fields in extra, expecting one, equals
981 # missing file size.
987 self.assertIn('file size', str(e.exception).lower())
989 # zip64 file size present, zip64 compress size present, one field in
990 # extra, expecting two, equals missing compress size
[all...]
/third_party/vixl/test/aarch32/
H A Dtest-assembler-cond-rd-rn-operand-rm-shift-rs-a32.cc111 size_t size; member
5210 if (((result_size != reference[i].size) || in TestHelper()
5211 (memcmp(result_ptr, reference[i].encoding, reference[i].size) != in TestHelper()
5218 for (uint32_t j = 0; j < reference[i].size; j++) { in TestHelper()
H A Dtest-assembler-cond-rdlow-rnlow-operand-immediate-imm8-t32.cc91 size_t size; member
2219 if (((result_size != reference[i].size) || in TestHelper()
2220 (memcmp(result_ptr, reference[i].encoding, reference[i].size) != in TestHelper()
2227 for (uint32_t j = 0; j < reference[i].size; j++) { in TestHelper()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryBuiltinTests.cpp465 << "void testFunc(ivec3 pos, ivec3 size)\n" in initPrograms()
474 << " const ivec3 size = ivec3(" << testParams.width << ", " << testParams.height << ", 1);\n" in initPrograms()
475 << " const ivec3 pos = ivec3(posId % size.x, posId / size.x, 0);\n" in initPrograms()
479 << " testFunc(pos, size);\n" in initPrograms()
528 << "void testFunc(ivec3 pos, ivec3 size)\n" in initPrograms()
538 << " const ivec3 size = ivec3(" << testParams.width << ", " << testParams.height << ", 1);\n" in initPrograms()
539 << " for (int y = 0; y < size.y; y++)\n" in initPrograms()
540 << " for (int x = 0; x < size.x; x++)\n" in initPrograms()
543 << " testFunc(pos, size);\ in initPrograms()
[all...]
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngvalid.c270 make_random_bytes(png_uint_32* seed, void* pv, size_t size) in make_random_bytes() argument
279 for (i=0; i<size; ++i) in make_random_bytes()
303 randomize(void *pv, size_t size) in randomize() argument
306 make_random_bytes(random_seed, pv, size); in randomize()
570 /* Copy a single pixel, of a given size, from one buffer to another -
572 * that pixels 8 or more bits in size are byte aligned and that pixels
583 /* Assume we can multiply by 'size' without overflow because we are in pixel_copy()
712 unsigned int IDAT_bits; /* Number of bits in IDAT size */
713 png_uint_32 IDAT_size; /* Total size of IDAT data */
773 png_uint_32 IDAT_size;/* Accumulated IDAT size i
1793 png_alloc_size_t size; /* Size of memory allocated */ global() member
[all...]
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.h285 // The code size generated for a veneer. Currently one branch instruction.
286 // This is for code size checking purposes, and can be extended in the future
289 // The maximum size of code other than veneers that can be generated when
390 res += typed_set_[i].size(); in GetSize()
394 VIXL_DEPRECATED("GetSize", size_t size() const) { return GetSize(); }
950 // must be aligned to 16 bytes on entry and the total size of the specified
974 // (Push|Pop)SizeRegList allow you to specify the register size as a
1029 // (Peek|Poke)SizeRegList allow you to specify the register size as a
1084 // must be aligned to 16 bytes and the size claimed or dropped must be a
1086 void Claim(const Operand& size);
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c79 mlx5_core_warn(mdev, "Cannot support Striding RQ: UMR WQE size (%d) exceeds maximum supported (%d).\n", in mlx5e_check_fragmented_striding_rq_cap()
1036 size_t size; in mlx5e_alloc_icosq_db() local
1038 size = array_size(wq_sz, sizeof(*sq->db.wqe_info)); in mlx5e_alloc_icosq_db()
1039 sq->db.wqe_info = kvzalloc_node(size, GFP_KERNEL, numa); in mlx5e_alloc_icosq_db()
1149 netdev_err(sq->channel->netdev, "Stop room %hu is bigger than the SQ size %d\n", in mlx5e_calc_sq_stop_room()
2509 err = mlx5e_create_rqt(priv, 1 /*size */, &tirs[ix].rqt); in mlx5e_create_direct_rqts()
2539 int mlx5e_bits_invert(unsigned long a, int size) in mlx5e_bits_invert() argument
2544 for (i = 0; i < size; i++) in mlx5e_bits_invert()
2545 inv |= (test_bit(size - i - 1, &a) ? 1 : 0) << i; in mlx5e_bits_invert()
3206 * (e.g RX/TX queue size chang in mlx5e_close_locked()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmain.c223 /* Max # of entries in Rx FIFO based on 4kb page size */
245 * the size is in units of 256bytes(one block), total size is HW dependent
252 /* Starting corerev for the fifo size table */
257 __le16 size; member
686 u16 size; in brcms_c_write_inits() local
692 size = le16_to_cpu(inits[i].size); in brcms_c_write_inits()
695 if (size == 2) in brcms_c_write_inits()
697 else if (size in brcms_c_write_inits()
[all...]
/kernel/linux/linux-5.10/fs/ocfs2/
H A Dalloc.c1691 int size, num_recs = le16_to_cpu(el->l_next_free_rec); in ocfs2_remove_empty_extent() local
1697 size = num_recs * sizeof(struct ocfs2_extent_rec); in ocfs2_remove_empty_extent()
1698 memmove(&el->l_recs[0], &el->l_recs[1], size); in ocfs2_remove_empty_extent()
3260 unsigned int size; in ocfs2_cleanup_merge() local
3275 size = index * sizeof(struct ocfs2_extent_rec); in ocfs2_cleanup_merge()
3276 memmove(&el->l_recs[1], &el->l_recs[0], size); in ocfs2_cleanup_merge()
4505 * Caller might want us to limit the size of extents, don't in ocfs2_figure_contig_type()
/kernel/linux/linux-5.10/net/ipv6/
H A Daddrconf.c492 int size = NLMSG_ALIGN(sizeof(struct netconfmsg)) in inet6_netconf_msgsize_devconf() local
500 size += nla_total_size(4); in inet6_netconf_msgsize_devconf()
503 size += nla_total_size(4); in inet6_netconf_msgsize_devconf()
506 size += nla_total_size(4); in inet6_netconf_msgsize_devconf()
509 size += nla_total_size(4); in inet6_netconf_msgsize_devconf()
511 return size; in inet6_netconf_msgsize_devconf()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dalloc.c1689 int size, num_recs = le16_to_cpu(el->l_next_free_rec); in ocfs2_remove_empty_extent() local
1695 size = num_recs * sizeof(struct ocfs2_extent_rec); in ocfs2_remove_empty_extent()
1696 memmove(&el->l_recs[0], &el->l_recs[1], size); in ocfs2_remove_empty_extent()
3258 unsigned int size; in ocfs2_cleanup_merge() local
3273 size = index * sizeof(struct ocfs2_extent_rec); in ocfs2_cleanup_merge()
3274 memmove(&el->l_recs[1], &el->l_recs[0], size); in ocfs2_cleanup_merge()
4503 * Caller might want us to limit the size of extents, don't in ocfs2_figure_contig_type()

Completed in 143 milliseconds

1...<<1611161216131614161516161617161816191620>>...1667