/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecp_nistp224.c | 84 * 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 D | wp-x86_64.pl | 237 .size $func,.-$func 601 .size se_handler,.-se_handler
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bss_dgram.c | 46 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 D | chacha-c64xplus.pl | 71 || [A0] MVK 128,$STEP ; 2 * input block size 95 [A1] MVK 64,$STEP ; input block size
|
H A D | chacha-armv4.pl | 634 .size ChaCha20_ctr32,.-ChaCha20_ctr32 1156 .size ChaCha20_neon,.-ChaCha20_neon
|
/third_party/node/deps/undici/src/lib/ |
H A D | client.js | 2025 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 D | mod.rs | 614 * 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 D | libpython.py | 485 size = _PyObject_VAR_SIZE(typeobj, tsize) 486 dictoffset += size
|
/third_party/openssl/test/ |
H A D | endecode_test.c | 80 * 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 D | pyshell.py | 1625 iconfiles = [os.path.join(icondir, 'idle_%d%s' % (size, ext)) 1626 for size in sizes]
|
/third_party/python/Lib/ |
H A D | doctest.py | 266 def truncate(self, size=None): 267 self.seek(size)
|
/third_party/openssl/crypto/bio/ |
H A D | bss_dgram.c | 46 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 D | chacha-c64xplus.pl | 71 || [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 D | vktClippingTests.cpp | 558 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 D | vktImageAtomicOperationTests.cpp | 1186 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 D | vktMemoryModelMessagePassing.cpp | 498 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 D | vktMeshShaderQueryTestsEXT.cpp | 591 // 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 D | vktRayTracingComplexControlFlowTests.cpp | 167 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 D | vktShaderObjectBindingTests.cpp | 132 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 D | vktClippingTests.cpp | 558 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 D | vktImageAtomicOperationTests.cpp | 1190 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 D | vktMemoryModelMessagePassing.cpp | 498 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 D | vktMeshShaderQueryTestsEXT.cpp | 591 // 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 D | FramebufferGL.cpp | 891 // 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 D | formatutilsgl.cpp | 85 requirement.requiredExtensions.resize(exts.size()); in ExtsOnly() 86 for (size_t i = 0; i < exts.size(); i++) in ExtsOnly()
|