Home
last modified time | relevance | path

Searched refs:size (Results 35926 - 35950 of 36906) sorted by relevance

1...<<1431143214331434143514361437143814391440>>...1477

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_nistp224.c84 * group order size for the elliptic curve, and we also use this type for
1102 * The pre_comp array argument should be size of |size| argument
1104 static void select_point(const u64 idx, unsigned int size, in select_point() argument
1111 for (i = 0; i < size; i++) { in select_point()
/third_party/node/deps/openssl/openssl/crypto/whrlpool/asm/
H A Dwp-x86_64.pl237 .size $func,.-$func
601 .size se_handler,.-se_handler
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbss_dgram.c46 static int dgram_read(BIO *h, char *buf, int size);
55 static int dgram_sctp_read(BIO *h, char *buf, int size);
916 * Disable partial delivery by setting the min size larger than the max in BIO_new_dgram_sctp()
917 * record size of 2^14 + 2048 + 13 in BIO_new_dgram_sctp()
1129 * Test if socket buffer can handle max record size (2^14 + 2048 in dgram_sctp_read()
1138 * Test if SCTP doesn't partially deliver below max record size in dgram_sctp_read()
1499 /* Returns the size of the copied struct. */ in dgram_sctp_ctrl()
1507 /* Returns the size of the copied struct. */ in dgram_sctp_ctrl()
1514 /* Returns the size of the copied struct. */ in dgram_sctp_ctrl()
1523 /* Returns the size o in dgram_sctp_ctrl()
[all...]
/third_party/node/deps/openssl/openssl/crypto/chacha/asm/
H A Dchacha-c64xplus.pl71 || [A0] MVK 128,$STEP ; 2 * input block size
95 [A1] MVK 64,$STEP ; input block size
H A Dchacha-armv4.pl634 .size ChaCha20_ctr32,.-ChaCha20_ctr32
1156 .size ChaCha20_neon,.-ChaCha20_neon
/third_party/node/deps/undici/src/lib/
H A Dclient.js2025 assert(contentLength === body.size, 'blob body must have content length')
2029 if (contentLength != null && contentLength !== body.size) {
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs614 * Huge page size encoding when MAP_HUGETLB is specified, and a huge page
615 * size other than the default is desired. See hugetlb_encode.h.
616 * All known huge page size encodings are provided here. It is the
1145 size: ::size_t, in qsort_r()
1263 pub fn reallocarray(ptr: *mut ::c_void, nmemb: ::size_t, size: ::size_t) -> *mut ::c_void; in reallocarray()
/third_party/python/Tools/gdb/
H A Dlibpython.py485 size = _PyObject_VAR_SIZE(typeobj, tsize)
486 dictoffset += size
/third_party/openssl/test/
H A Dendecode_test.c80 * for testing only. Use a minimum key size of 2048 for security purposes. in make_template()
421 static int pass_pw(char *buf, int size, int rwflag, void *userdata) in pass_pw() argument
423 OPENSSL_strlcpy(buf, userdata, size); in pass_pw()
/third_party/python/Lib/idlelib/
H A Dpyshell.py1625 iconfiles = [os.path.join(icondir, 'idle_%d%s' % (size, ext))
1626 for size in sizes]
/third_party/python/Lib/
H A Ddoctest.py266 def truncate(self, size=None):
267 self.seek(size)
/third_party/openssl/crypto/bio/
H A Dbss_dgram.c46 static int dgram_read(BIO *h, char *buf, int size);
55 static int dgram_sctp_read(BIO *h, char *buf, int size);
916 * Disable partial delivery by setting the min size larger than the max in BIO_new_dgram_sctp()
917 * record size of 2^14 + 2048 + 13 in BIO_new_dgram_sctp()
1129 * Test if socket buffer can handle max record size (2^14 + 2048 in dgram_sctp_read()
1138 * Test if SCTP doesn't partially deliver below max record size in dgram_sctp_read()
1499 /* Returns the size of the copied struct. */ in dgram_sctp_ctrl()
1507 /* Returns the size of the copied struct. */ in dgram_sctp_ctrl()
1514 /* Returns the size of the copied struct. */ in dgram_sctp_ctrl()
1523 /* Returns the size o in dgram_sctp_ctrl()
[all...]
/third_party/openssl/crypto/chacha/asm/
H A Dchacha-c64xplus.pl71 || [A0] MVK 128,$STEP ; 2 * input block size
95 [A1] MVK 64,$STEP ; input block size
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/clipping/
H A DvktClippingTests.cpp558 const IVec2 regionSize = IVec2(RENDER_SIZE/2, RENDER_SIZE); //! size of the clamped region in testPrimitivesDepthClamp()
650 const IVec2 regionSize = IVec2(RENDER_SIZE/2, RENDER_SIZE); //! size of the clamped region in testPrimitivesDepthClip()
805 const float delta = 0.1f; // much smaller than the point size in testLargePoints()
975 for (deUint32 lineNdx = 0u; lineNdx < (deUint32)vertices.size() / 2u; lineNdx++) in testWideLines()
1542 for (int i = 0; i < static_cast<int>(clipDistances.size()); ++i) in testComplementarity()
1759 // \note For both points and lines, if an unsupported size/width is selected, the nearest supported size will be chosen. in addClippingTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageAtomicOperationTests.cpp1186 std::vector<VkPipelineStageFlags> waitStages(m_waitSemaphores.size(), VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT); in iterate()
1188 static_cast<deUint32>(m_waitSemaphores.size()), de::dataOrNull(m_waitSemaphores), de::dataOrNull(waitStages)); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelMessagePassing.cpp498 if (pushConstMembers.str().size() != 0) { in initPrograms()
939 if (pushConstMembers.str().size() != 0) { in initProgramsTransitive()
1096 // If necessary, shrink workgroup size to fit HW limits in iterate()
1348 16 // deUint32 size in iterate()
1614 bufferSizes[2] // size in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderQueryTestsEXT.cpp591 // Note: We make sure all indirect buffers are allocated with a non-zero size by adding cmdSize to the expected size. in recordDraws()
631 for (uint32_t countIdx = 0u; countIdx < m_params->drawBlocks.size(); ++countIdx) in recordDraws()
1531 if (blockCase.drawBlocks.size() <= 1 && nonTriangles) in createMeshShaderQueryTestsEXT()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingComplexControlFlowTests.cpp167 pushConstantsSize, // deUint32 size; in makePipelineLayout()
401 result->setInstanceCount(bottomLevelAccelerationStructures.size()); in initTopAccelerationStructure()
403 for (size_t structNdx = 0; structNdx < bottomLevelAccelerationStructures.size(); ++structNdx) in initTopAccelerationStructure()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectBindingTests.cpp132 deUint32(deviceExtensions.size()), // uint32_t enabledExtensionCount; in createDevice()
984 vk.cmdBindShadersEXT(*cmdBuffer, (deUint32)stages.size(), stages.data(), DE_NULL); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/clipping/
H A DvktClippingTests.cpp558 const IVec2 regionSize = IVec2(RENDER_SIZE/2, RENDER_SIZE); //! size of the clamped region in testPrimitivesDepthClamp()
650 const IVec2 regionSize = IVec2(RENDER_SIZE/2, RENDER_SIZE); //! size of the clamped region in testPrimitivesDepthClip()
805 const float delta = 0.1f; // much smaller than the point size in testLargePoints()
975 for (deUint32 lineNdx = 0u; lineNdx < (deUint32)vertices.size() / 2u; lineNdx++) in testWideLines()
1542 for (int i = 0; i < static_cast<int>(clipDistances.size()); ++i) in testComplementarity()
1680 // \note For both points and lines, if an unsupported size/width is selected, the nearest supported size will be chosen. in addClippingTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageAtomicOperationTests.cpp1190 std::vector<VkPipelineStageFlags> waitStages(m_waitSemaphores.size(), VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT); in iterate()
1192 static_cast<deUint32>(m_waitSemaphores.size()), de::dataOrNull(m_waitSemaphores), de::dataOrNull(waitStages)); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/
H A DvktMemoryModelMessagePassing.cpp498 if (pushConstMembers.str().size() != 0) { in initPrograms()
939 if (pushConstMembers.str().size() != 0) { in initProgramsTransitive()
1096 // If necessary, shrink workgroup size to fit HW limits in iterate()
1348 16 // deUint32 size in iterate()
1614 bufferSizes[2] // size in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderQueryTestsEXT.cpp591 // Note: We make sure all indirect buffers are allocated with a non-zero size by adding cmdSize to the expected size. in recordDraws()
630 for (uint32_t countIdx = 0u; countIdx < m_params->drawBlocks.size(); ++countIdx) in recordDraws()
1530 if (blockCase.drawBlocks.size() <= 1 && nonTriangles) in createMeshShaderQueryTestsEXT()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DFramebufferGL.cpp891 // reasonable size. This is done by halving the destRegion until it is at in adjustSrcDstRegion()
892 // most twice the size of the framebuffer. We cut it in half instead in adjustSrcDstRegion()
1015 // reasonable size. This is done by halving the sourceRegion until it is at in adjustSrcDstRegion()
1016 // most twice the size of the framebuffer. We cut it in half instead in adjustSrcDstRegion()
1289 functions->drawBuffers(static_cast<GLsizei>(drawBuffers.size()), in syncState()
1424 drawbufferState[drawBuffer] < GL_COLOR_ATTACHMENT0 + colorAttachments.size()) in syncClearBufferState()
H A Dformatutilsgl.cpp85 requirement.requiredExtensions.resize(exts.size()); in ExtsOnly()
86 for (size_t i = 0; i < exts.size(); i++) in ExtsOnly()

Completed in 77 milliseconds

1...<<1431143214331434143514361437143814391440>>...1477