Home
last modified time | relevance | path

Searched refs:size (Results 17401 - 17425 of 20421) sorted by relevance

1...<<691692693694695696697698699700>>...817

/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha256-mb-x86_64.pl293 lea 0x80($ctx),$ctx # size optimization
434 .size sha256_multi_block,.-sha256_multi_block
471 lea 0x80($ctx),$ctx # size optimization
797 .size sha256_multi_block_shaext,.-sha256_multi_block_shaext
998 lea 0x80($ctx),$ctx # size optimization
1138 .size sha256_multi_block_avx,.-sha256_multi_block_avx
1190 lea 0x80($ctx),$ctx # size optimization
1339 .size sha256_multi_block_avx2,.-sha256_multi_block_avx2
1486 .size se_handler,.-se_handler
1542 .size avx2_handle
[all...]
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapps.c99 if (arg->size == 0) { in chopup_args()
100 arg->size = 20; in chopup_args()
101 arg->argv = app_malloc(sizeof(*arg->argv) * arg->size, "argv space"); in chopup_args()
112 if (arg->argc >= arg->size) { in chopup_args()
114 arg->size += 20; in chopup_args()
115 tmp = OPENSSL_realloc(arg->argv, sizeof(*arg->argv) * arg->size); in chopup_args()
/third_party/openssl/apps/lib/
H A Dapps.c99 if (arg->size == 0) { in chopup_args()
100 arg->size = 20; in chopup_args()
101 arg->argv = app_malloc(sizeof(*arg->argv) * arg->size, "argv space"); in chopup_args()
112 if (arg->argc >= arg->size) { in chopup_args()
114 arg->size += 20; in chopup_args()
115 tmp = OPENSSL_realloc(arg->argv, sizeof(*arg->argv) * arg->size); in chopup_args()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiImageClearingTests.cpp1199 alignment = lowestCommonMultiple(pixelSize, alignment); // alignment must be multiple of pixel size, if not D/S. in readImage()
1215 imageTotalSize, // VkDeviceSize size; in readImage()
1239 imageTotalSize, // VkDeviceSize size; in readImage()
1273 m_vkd.cmdCopyImageToBuffer(*m_commandBuffer, *m_image, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *buffer, static_cast<deUint32>(copyRegions.size()), &copyRegions[0]); in readImage()
1491 stagingBufferSize, // VkDeviceSize size; in createImageClearingBuffer()
1551 VK_WHOLE_SIZE, // VkDeviceSize size in preClearImage()
1569 m_vkd.cmdCopyBufferToImage(*commandBuffer, *m_stagingBuffer, *m_image, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, static_cast<deUint32>(copyRegions.size()), &copyRegions[0]); in preClearImage()
1630 m_vkd.cmdClearColorImage(*m_commandBuffer, *m_image, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, &m_params.clearValue[0].color, static_cast<deUint32>(subresourceRanges.size()), subresourceRanges.data()); in iterate()
1682 for (std::size_t i = 0u; i < subresourceRanges.size(); ++i) in iterate()
1764 m_vkd.cmdClearDepthStencilImage(*m_commandBuffer, *m_image, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, &m_params.clearValue[0].depthStencil, static_cast<deUint32>(subresourceRanges.size()), subresourceRange in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTestsEXT.cpp123 entryMap.reserve(m_specConstants.size()); in makeSpecializationMap()
128 for (size_t i = 0u; i < m_specConstants.size(); ++i) in makeSpecializationMap()
136 constantSize, // size_t size; in makeSpecializationMap()
466 static_cast<uint32_t>(specMap.size()), // uint32_t mapEntryCount; in iterate()
1276 for (size_t i = 0u; i < outputFlags.size(); ++i) in iterate()
1490 static_cast<uint32_t>(specMap.size()), // uint32_t mapEntryCount; in iterate()
1990 log << tcu::TestLog::Message << "Max mesh payload and output size (bytes): " << meshProperties.maxMeshPayloadAndOutputMemorySize << tcu::TestLog::EndMessage; in getParamsFromContext()
1991 log << tcu::TestLog::Message << "Max output size (bytes): " << maxOutSize << tcu::TestLog::EndMessage; in getParamsFromContext()
1992 log << tcu::TestLog::Message << "Payload size (bytes): " << payloadSize << tcu::TestLog::EndMessage; in getParamsFromContext()
1993 log << tcu::TestLog::Message << "Output data size (byte in getParamsFromContext()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiImageClearingTests.cpp1067 alignment = lowestCommonMultiple(pixelSize, alignment); // alignment must be multiple of pixel size, if not D/S. in readImage()
1083 imageTotalSize, // VkDeviceSize size; in readImage()
1107 imageTotalSize, // VkDeviceSize size; in readImage()
1141 m_vkd.cmdCopyImageToBuffer(*m_commandBuffer, *m_image, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *buffer, static_cast<deUint32>(copyRegions.size()), &copyRegions[0]); in readImage()
1359 stagingBufferSize, // VkDeviceSize size; in createImageClearingBuffer()
1419 VK_WHOLE_SIZE, // VkDeviceSize size in preClearImage()
1437 m_vkd.cmdCopyBufferToImage(*commandBuffer, *m_stagingBuffer, *m_image, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, static_cast<deUint32>(copyRegions.size()), &copyRegions[0]); in preClearImage()
1498 m_vkd.cmdClearColorImage(*m_commandBuffer, *m_image, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, &m_params.clearValue[0].color, static_cast<deUint32>(subresourceRanges.size()), subresourceRanges.data()); in iterate()
1550 for (std::size_t i = 0u; i < subresourceRanges.size(); ++i) in iterate()
1632 m_vkd.cmdClearDepthStencilImage(*m_commandBuffer, *m_image, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, &m_params.clearValue[0].depthStencil, static_cast<deUint32>(subresourceRanges.size()), subresourceRange in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
H A DvktFragmentOperationsEarlyFragmentTests.cpp63 inline VkImageCreateInfo makeImageCreateInfo (const tcu::IVec2& size, const VkFormat format, const VkImageUsageFlags usage) in makeImageCreateInfo() argument
72 makeExtent3D(size.x(), size.y(), 1), // VkExtent3D extent; in makeImageCreateInfo()
1338 (deUint32)attachmentDescriptions.size(), // deUint32 attachmentCount
1339 attachmentDescriptions.size() > 0 ? &attachmentDescriptions[0] : DE_NULL, // const VkAttachmentDescription2* pAttachments
2024 (deUint32)attachmentDescriptions.size(), // uint32_t attachmentCount;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTestsEXT.cpp123 entryMap.reserve(m_specConstants.size()); in makeSpecializationMap()
128 for (size_t i = 0u; i < m_specConstants.size(); ++i) in makeSpecializationMap()
136 constantSize, // size_t size; in makeSpecializationMap()
466 static_cast<uint32_t>(specMap.size()), // uint32_t mapEntryCount; in iterate()
1276 for (size_t i = 0u; i < outputFlags.size(); ++i) in iterate()
1490 static_cast<uint32_t>(specMap.size()), // uint32_t mapEntryCount; in iterate()
1990 log << tcu::TestLog::Message << "Max mesh payload and output size (bytes): " << meshProperties.maxMeshPayloadAndOutputMemorySize << tcu::TestLog::EndMessage; in getParamsFromContext()
1991 log << tcu::TestLog::Message << "Max output size (bytes): " << maxOutSize << tcu::TestLog::EndMessage; in getParamsFromContext()
1992 log << tcu::TestLog::Message << "Payload size (bytes): " << payloadSize << tcu::TestLog::EndMessage; in getParamsFromContext()
1993 log << tcu::TestLog::Message << "Output data size (byte in getParamsFromContext()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cLayoutBindingTests.cpp898 // return max. array size allowed
1325 passed &= bindingPoints.size() == list.size() && (bindingPoints[u] == 0); in binding_basic_default()
1372 passed &= bindingPoints.size() == list.size() && (binding == bindingPoints[list[0]]); in binding_basic_explicit()
1999 // return max. array size allowed
2300 // return max. array size allowed
2499 for (unsigned int idx = 0; idx < list.size(); idx++) in binding_examples_many_bindings()
2722 for (unsigned int idx = 0; idx < list.size(); idx++) in binding_examples_one_binding()
3053 // return max. array size allowe
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DCopyTextureTest.cpp70 for (size_t i = 0; i < sourceGradient.size(); i++) in testGradientDownsampleUniqueValues()
95 for (size_t i = 0; i < destData.size(); i++) in testGradientDownsampleUniqueValues()
104 EXPECT_EQ(expectedUniqueValues[0], uniqueValues[0].size()); in testGradientDownsampleUniqueValues()
105 EXPECT_EQ(expectedUniqueValues[1], uniqueValues[1].size()); in testGradientDownsampleUniqueValues()
106 EXPECT_EQ(expectedUniqueValues[2], uniqueValues[2].size()); in testGradientDownsampleUniqueValues()
107 EXPECT_EQ(expectedUniqueValues[3], uniqueValues[3].size()); in testGradientDownsampleUniqueValues()
/third_party/openssl/crypto/sha/asm/
H A Dsha256-mb-x86_64.pl293 lea 0x80($ctx),$ctx # size optimization
434 .size sha256_multi_block,.-sha256_multi_block
471 lea 0x80($ctx),$ctx # size optimization
797 .size sha256_multi_block_shaext,.-sha256_multi_block_shaext
998 lea 0x80($ctx),$ctx # size optimization
1138 .size sha256_multi_block_avx,.-sha256_multi_block_avx
1190 lea 0x80($ctx),$ctx # size optimization
1339 .size sha256_multi_block_avx2,.-sha256_multi_block_avx2
1486 .size se_handler,.-se_handler
1542 .size avx2_handle
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dturbojpeg.c481 unsigned long size = 1; in _tjInitCompress() local
501 jpeg_mem_dest_tj(&this->cinfo, &buf, &size, 0); in _tjInitCompress()
739 unsigned long size; in tjCompress() local
742 size = tjBufSizeYUV(width, height, jpegSubsamp); in tjCompress()
748 getPixelFormat(pixelSize, flags), &jpegBuf, &size, in tjCompress()
751 *jpegSize = size; in tjCompress()
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngfix.c162 * (16-bit RGBA) pixels in size; that's less than 2^65 bytes or 2^68 bits, so
184 /* Set (initialize) 'result' to 'val'. The size required for 'result' must in uarb_set()
216 * indicates a negative number (which is an error below). The size of in uarb_inc()
448 make_random_bytes(png_uint_32* seed, void* pv, size_t size) in make_random_bytes() argument
457 for (i=0; i<size; ++i) in make_random_bytes()
474 clear(void *pv, size_t size) in clear() argument
477 make_random_bytes(clear_seed, pv, size); in clear()
631 /* Return the size in bytes of an IDAT_list of the given length. */ in IDAT_list_size()
1601 /* Compresssed/uncompressed size information (from the zlib control structure in chunk_init()
1863 /* The chunk size i in rechunk_length()
2245 max_window_bits(uarbc size, int ndigits) max_window_bits() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddtptngen.cpp2820 if (U_SUCCESS(status) && fSkeletons.isValid() && pos < fSkeletons->size()) {
2833 return (fSkeletons.isNull()) ? 0 : fSkeletons->size();
2852 for (int32_t i = 0; i < fSkeletons->size(); ++i) {
2886 if (U_SUCCESS(status) && fPatterns.isValid() && pos < fPatterns->size()) {
2899 return (fPatterns.isNull()) ? 0 : fPatterns->size();
2918 for (int32_t i = 0; i < fPatterns->size(); ++i) {
/third_party/skia/third_party/externals/brotli/c/dec/
H A Ddecode.c1266 and either ring-buffer is as big as window size, or |force| is true. */
1302 /* Wrap ring buffer only if it has reached its maximal size. */ in WriteRingBuffer()
1408 If we know the data size is small, do not allocate more ring buffer
1409 size than needed to reduce memory usage.
1411 When this method is called, metablock size and flags MUST be decoded. */
1416 /* We need at least 2 bytes of ring buffer size to get the last two in BrotliCalculateRingBufferSize()
1440 /* Reduce ring buffer size to save memory when server is unscrupulous. in BrotliCalculateRingBufferSize()
1983 Fixed size short copy allows more compiler optimizations. */ in ProcessCommandsInternal()
2174 /* Decode window size. */ in BrotliDecoderDecompressStream()
2551 const uint8_t* BrotliDecoderTakeOutput(BrotliDecoderState* s, size_t* size) { in BrotliDecoderTakeOutput() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1678 size_t size() { in size() function in __anon24633::LeafPrioQueue
1679 return Q.size() + HaveConst; in size()
1740 for (int Pos = 0, End = Q.size(); Pos != End; ++Pos) { in findSHL()
1767 for (int Pos = 0, End = Q.size(); Pos != End; ++Pos) { in findMULbyConst()
2147 while (Leaves.size() > 1) { in balanceSubTree()
2205 assert(Leaves.size() == 1); in balanceSubTree()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp262 for (unsigned i=0, ie = TransformedFunction.ArgumentIndexMapping.size(); in TransformFunctionAttributes()
415 AvoidNewBlocks = F->size() > 1000; in DFSanFunction()
525 ArgumentIndexMapping.push_back(ArgTypes.size()); in getCustomFunctionType()
529 ArgumentIndexMapping.push_back(ArgTypes.size()); in getCustomFunctionType()
643 Asm.replace(Pos, SearchStr.size(), in addGlobalNamePrefix()
1616 const unsigned ShadowArgStart = Args.size(); in visitCallSite()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp513 for (unsigned i = 0, e = PHIs.size(); i != e; ++i) in rewriteNonIntegerIVs()
826 // In LoopDeletion pass Loop can be deleted when ExitingBlocks.size() > 1. in canLoopBeDeleted()
834 if (ExitBlocks.size() != 1 || ExitingBlocks.size() != 1) in canLoopBeDeleted()
2733 for (unsigned i = 1; i < ExitingBlocks.size(); i++) { in optimizeLoopExits()
2898 for (unsigned i = 1; i < ExitingBlocks.size(); i++) in predicateLoopExits()
2904 for (unsigned i = 0, e = ExitingBlocks.size(); i < e; i++) in predicateLoopExits()
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnv2022.cpp10 * tab size: 8 (not used)
2512 if(args->size<sizeof(UConverterToUnicodeArgs)) { in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM()
2513 minArgsSize = args->size; in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM()
2519 subArgs.size = (uint16_t)minArgsSize; in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM()
3521 int32_t i, size;
3527 if (*pBufferSize == 0) { /* 'preflighting' request - set needed size into *pBufferSize */
3544 size = (int32_t)sizeof(UConverter);
3548 &size, status);
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DCodedOutputStream.java69 /** The buffer size used in {@link #newInstance(OutputStream)}. */
73 * Returns the buffer size to efficiently write dataLength bytes to this CodedOutputStream. Used
76 * @return the buffer size to efficiently write dataLength bytes to this CodedOutputStream.
98 * buffer size.
194 * @deprecated the size parameter is no longer used since use of an internal buffer is useless
211 * @param bufferSize the size of the internal scratch buffer to be used for string encoding.
862 return computeLengthDelimitedFieldSize(value.size()); in computeBytesSizeNoTag()
1248 writeUInt32NoTag(value.size()); in writeBytesNoTag()
1692 writeUInt32NoTag(value.size()); in writeBytesNoTag()
2022 writeUInt32NoTag(value.size()); in writeBytesNoTag()
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTessellationGeometryInteractionTests.cpp1107 const void* mappedPtr = gl.mapBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, 0, (glw::GLsizeiptr)(feedbackResults.size() * sizeof(tcu::Vec4)), GL_MAP_READ_BIT);
1116 deMemcpy(feedbackResults[0].getPtr(), mappedPtr, (int)(feedbackResults.size() * sizeof(tcu::Vec4)));
1262 for (int ndx = 0; ndx < (int)vertices.size(); ++ndx)
1317 gl.bufferData(GL_TRANSFORM_FEEDBACK_BUFFER, sizeof(tcu::Vec4) * initialBuffer.size(), initialBuffer[0].getPtr(), GL_STATIC_COPY);
1711 if (flags & FLAG_VERTEX_SET) buf << "set point size in vertex shader";
1712 if (flags & FLAG_TESSELLATION_CONTROL_SET) buf << ((flags & (FLAG_TESSELLATION_CONTROL_SET-1)) ? (", ") : ("")) << "set point size in tessellation control shader";
1713 if (flags & FLAG_TESSELLATION_EVALUATION_SET) buf << ((flags & (FLAG_TESSELLATION_EVALUATION_SET-1)) ? (", ") : ("")) << "set point size in tessellation evaluation shader";
1714 if (flags & FLAG_TESSELLATION_ADD) buf << ((flags & (FLAG_TESSELLATION_ADD-1)) ? (", ") : ("")) << "add to point size in tessellation shader";
1715 if (flags & FLAG_TESSELLATION_DONT_SET) buf << ((flags & (FLAG_TESSELLATION_DONT_SET-1)) ? (", ") : ("")) << "don't set point size in tessellation evaluation shader";
1716 if (flags & FLAG_GEOMETRY_SET) buf << ((flags & (FLAG_GEOMETRY_SET-1)) ? (", ") : ("")) << "set point size i
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuCompressedTexture.cpp345 CompressedTexFormat getAstcFormatByBlockSize (const IVec3& size, bool isSRGB) in getAstcFormatByBlockSize() argument
347 if (size.z() > 1) in getAstcFormatByBlockSize()
354 if (isAstcFormat(fmt) && getBlockPixelSize(fmt) == size && isAstcSRGBFormat(fmt) == isSRGB) in getAstcFormatByBlockSize()
358 throw InternalError("Invalid ASTC block size " + de::toString(size.x()) + "x" + de::toString(size.y()) + "x" + de::toString(size.z())); in getAstcFormatByBlockSize()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp428 /** Returns size (in bytes) of a single component of a base variable type.
2168 * the size of the uniform variable declared in the shader does not in iterate()
2169 * match the size indicated by the command. in iterate()
2948 * glUniform*dv() functions is used to load an uniform, size of which is incompatible
3028 " a uniform of incompatible size. (check index: " in verifyErrorGenerationWhenCallingSizeMismatchedUniformFunctions()
3470 /** Get maximum size allowed for an uniform block
3472 * @return Maxmimum uniform block size
3508 /** Get size used for each member of a uniform array of a given type in a std140 column-major layout
3587 glw::GLsizei size = 0; in inspectProgram() local
3602 /* Get size o in inspectProgram()
4340 glw::GLsizei size = 0; testBegin() local
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/
H A D8250_port.c80 * Here we define the default xmit fifo size used for each type of UART.
3113 unsigned int size = serial8250_port_size(up); in serial8250_request_std_resource() local
3129 if (!request_mem_region(port->mapbase, size, "serial")) { in serial8250_request_std_resource()
3135 port->membase = ioremap(port->mapbase, size); in serial8250_request_std_resource()
3137 release_mem_region(port->mapbase, size); in serial8250_request_std_resource()
3145 if (!request_region(port->iobase, size, "serial")) { in serial8250_request_std_resource()
3155 unsigned int size = serial8250_port_size(up); in serial8250_release_std_resource() local
3174 release_mem_region(port->mapbase, size); in serial8250_release_std_resource()
3179 release_region(port->iobase, size); in serial8250_release_std_resource()
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/crypto/poly1305/
H A Dpoly1305-x86.S68 .size poly1305_init,.-.L_poly1305_init_begin
241 .size poly1305_blocks,.-.L_poly1305_blocks_begin
306 .size poly1305_emit,.-.L_poly1305_emit_begin
513 .size _poly1305_init_sse2,.-_poly1305_init_sse2
1279 .size _poly1305_blocks_sse2,.-_poly1305_blocks_sse2
1377 .size _poly1305_emit_sse2,.-_poly1305_emit_sse2
1553 .size _poly1305_init_avx2,.-_poly1305_init_avx2
1938 .size _poly1305_blocks_avx2,.-_poly1305_blocks_avx2

Completed in 132 milliseconds

1...<<691692693694695696697698699700>>...817