Home
last modified time | relevance | path

Searched refs:buffer (Results 7376 - 7400 of 7438) sorted by relevance

1...<<291292293294295296297298

/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/include/openssl/
H A Dssl.h33 # include <openssl/buffer.h>
476 * Make it possible to retry SSL_write() with changed buffer location (buffer
833 * the maximum length of the buffer given to callbacks containing the
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
H A Dssl.h33 # include <openssl/buffer.h>
476 * Make it possible to retry SSL_write() with changed buffer location (buffer
833 * the maximum length of the buffer given to callbacks containing the
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Dssl.h33 # include <openssl/buffer.h>
476 * Make it possible to retry SSL_write() with changed buffer location (buffer
833 * the maximum length of the buffer given to callbacks containing the
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
H A Dssl.h33 # include <openssl/buffer.h>
476 * Make it possible to retry SSL_write() with changed buffer location (buffer
833 * the maximum length of the buffer given to callbacks containing the
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Dssl.h33 # include <openssl/buffer.h>
476 * Make it possible to retry SSL_write() with changed buffer location (buffer
833 * the maximum length of the buffer given to callbacks containing the
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl1362 mov $out, $fp @ use the iv scratch space as out buffer
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_srvr.c17 #include <openssl/buffer.h>
702 /* We don't buffer this message so don't use the timer */ in ossl_statem_server_pre_work()
3420 * For sigalgs freeze the handshake buffer. If we support in tls_post_process_client_key_exchange()
3582 * Freeze the handshake buffer. For <TLS1.3 we do this after the CKE in tls_process_client_certificate()
/third_party/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl1362 mov $out, $fp @ use the iv scratch space as out buffer
/third_party/openGLES/xml/
H A Dreadme.tex613 \attr{class}{\tt="buffer"} can not be passed to a parameter with
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.cpp96 // A hard limit on buffer size. This works around a problem in the NVIDIA drivers where buffer sizes
537 // Mark as slow if blits to the back-buffer won't be straight forward in generateConfigs()
743 return egl::EglBadParameter() << "Client buffer is not a IDirect3DTexture9"; in getD3DTextureInfo()
772 return egl::EglBadParameter() << "Multisampling not supported for client buffer texture"; in getD3DTextureInfo()
790 << "Unknown client buffer texture format: " << desc.Format; in getD3DTextureInfo()
960 // Pixel buffer objects are not supported in D3D9, since D3D9 is ES2-only and PBOs are ES3. in supportsFastCopyBufferToTexture()
973 // Pixel buffer objects are not supported in D3D9, since D3D9 is ES2-only and PBOs are ES3. in fastCopyBufferToTexture()
1383 // Directly binding the storage buffer is not supported for d3d9 in applyIndexBuffer()
1518 "Failed to create a 32-bit looping index buffer fo in drawLineLoop()
2837 createExternalImageSibling(const gl::Context *context, EGLenum target, EGLClientBuffer buffer, const egl::AttributeMap &attribs) createExternalImageSibling() argument
[all...]
/third_party/openssl/ssl/statem/
H A Dstatem_srvr.c17 #include <openssl/buffer.h>
701 /* We don't buffer this message so don't use the timer */ in ossl_statem_server_pre_work()
3399 * For sigalgs freeze the handshake buffer. If we support in tls_post_process_client_key_exchange()
3561 * Freeze the handshake buffer. For <TLS1.3 we do this after the CKE in tls_process_client_certificate()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.cc322 std::unique_ptr<AssemblerBuffer> buffer) in Assembler()
323 : AssemblerBase(options, std::move(buffer)), in Assembler()
617 // start of the buffer. in LinkAndGetByteOffsetTo()
629 // instruction from the start of the buffer. in LinkAndGetByteOffsetTo()
633 // first instruction in a buffer can link to an unbound label. Otherwise, in LinkAndGetByteOffsetTo()
3531 // start of the buffer. in dcptr()
3541 // instruction from the start of the buffer. in dcptr()
4283 // Compute new buffer size. in GrowBuffer()
4293 // Set up new buffer. in GrowBuffer()
4314 // buffer no in GrowBuffer()
321 Assembler(const AssemblerOptions& options, std::unique_ptr<AssemblerBuffer> buffer) Assembler() argument
[all...]
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.cc266 std::unique_ptr<AssemblerBuffer> buffer) in Assembler()
267 : AssemblerBase(options, std::move(buffer)), in Assembler()
278 // for BlockTrampolinePoolScope buffer.
3740 // Compute new buffer size. in GrowBuffer()
3750 // Set up new buffer. in GrowBuffer()
3831 DCHECK_GE(buffer_space(), kMaxRelocSize); // Too late to grow buffer here. in RecordRelocInfo()
3907 // move next buffer check to maximum. in CheckTrampolinePool()
265 Assembler(const AssemblerOptions& options, std::unique_ptr<AssemblerBuffer> buffer) Assembler() argument
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.cc533 std::unique_ptr<AssemblerBuffer> buffer) in Assembler()
534 : AssemblerBase(options, std::move(buffer)), in Assembler()
5189 // Compute new buffer size. in GrowBuffer()
5199 // Set up new buffer. in GrowBuffer()
5222 // buffer nor pc absolute pointing inside the code buffer, so there is no need in GrowBuffer()
5265 DCHECK_GE(buffer_space(), kMaxRelocSize); // too late to grow buffer here in RecordRelocInfo()
5379 // Check that the code buffer is large enough before emitting the constant in CheckConstPool()
5416 // Check that the code buffer is large enough before emitting the constant in CheckConstPool()
532 Assembler(const AssemblerOptions& options, std::unique_ptr<AssemblerBuffer> buffer) Assembler() argument
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.cc214 std::unique_ptr<AssemblerBuffer> buffer) in Assembler()
215 : AssemblerBase(options, std::move(buffer)), in Assembler()
225 // for BlockTrampolinePoolScope buffer.
3629 // Compute new buffer size. in GrowBuffer()
3639 // Set up new buffer. in GrowBuffer()
3719 DCHECK_GE(buffer_space(), kMaxRelocSize); // Too late to grow buffer here. in RecordRelocInfo()
3789 // move next buffer check to maximum. in CheckTrampolinePool()
4045 // Check that the code buffer is large enough before emitting the constant in Check()
213 Assembler(const AssemblerOptions& options, std::unique_ptr<AssemblerBuffer> buffer) Assembler() argument
/third_party/openssl/test/
H A Dsslapitest.c202 static int test_keylog_output(char *buffer, const SSL *ssl, in test_keylog_output() argument
221 for (token = strtok(buffer, " \n"); token != NULL; in test_keylog_output()
1004 * default buffer size is requested to be 16k, but due to the way BUF_MEM in execute_test_large_message()
1517 * underlying buffer.
1606 /* Set whole buffer to all bits set */ in test_large_app_data()
1626 /* Setting this option gives us a minimally sized underlying buffer */ in test_large_app_data()
1653 /* We provide a buffer slightly larger than what we are actually expecting */ in test_large_app_data()
6610 * the bio pair buffer) in test_key_update_peer_in_read()
8727 /* Reduce the fragment size - so the multiblock test buffer can be small */
8749 * Choose a buffer larg in test_multiblock_write()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp298 //! Fill destination buffer with a repeating pattern.
317 //! Get size in bytes of a pixel buffer with given extent.
531 m_resource.getBuffer().handle, // VkBuffer buffer in recordCommands()
675 **m_hostBuffer, // VkBuffer buffer in recordCommands()
684 // Insert a barrier so buffer data is available to the device in recordCommands()
690 // **m_hostBuffer, // VkBuffer buffer in recordCommands()
964 // Image -> Host buffer in recordCommands()
973 **m_hostBuffer, // VkBuffer buffer in recordCommands()
982 // Host buffer -> Staging image in recordCommands()
1691 // Init host buffer dat in BufferImplementation()
5430 Resource(ResourceType type, vk::Move<vk::VkBuffer> buffer, de::MovePtr<vk::Allocation> allocation, vk::VkDeviceSize offset, vk::VkDeviceSize size) Resource() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackSimpleTests.cpp428 const VkBuffer buffer, in makeBufferMemoryBarrier()
440 buffer, // VkBuffer buffer; in makeBufferMemoryBarrier()
1332 // transform feedback buffer in a different order than generated by the vertex in verifyTransformFeedbackBuffer()
2060 // Color buffer.
2207 // Verify color buffer, to check vkCmdDrawIndirectByteCountEXT worked.
2220 return tcu::TestStatus::fail("Color buffer contains unexpected results; check log for details");
2379 *queryPoolResultsBuffer, // VkBuffer buffer;
2417 // The number of primitives successfully written to the corresponding transform feedback buffer.
3034 // Color buffer wit in iterate()
426 makeBufferMemoryBarrier(const VkAccessFlags srcAccessMask, const VkAccessFlags dstAccessMask, const VkBuffer buffer, const VkDeviceSize offset, const VkDeviceSize bufferSizeBytes) makeBufferMemoryBarrier() argument
[all...]
/third_party/skia/src/core/
H A DSkVM.cpp179 bool write(const void* buffer, size_t size) override {
180 SkDebugf("%.*s", (int)size, (const char*)buffer);
4366 // Assemble with no buffer to determine a.size() (the number of bytes we'll assemble)
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.h131 // are generated at an offset in the code generation buffer greater than any
139 // of the buffer.
171 // the stored offsets need to be consistent with the Assembler's buffer.
334 // the start of the code buffer must be provided, as the literal only knows it
391 // option, it will not be possible to copy the code buffer and run it from a
440 Assembler(byte* buffer, in Assembler() argument
443 : AssemblerBase(buffer, capacity), in Assembler()
455 // Start generating code from the beginning of the buffer, discarding any code
456 // and data that has already been emitted into the buffer.
462 // Bind a label to a specified offset from the start of the buffer
[all...]
/third_party/python/Lib/test/
H A Dtest_buffer.py3 # a PEP-3118 buffer provider. It is independent from NumPy's ndarray
637 return numpy_array(buffer=buf, shape=shape, strides=strides,
776 # Verify buffer contents against expected values.
826 # combinations of indices, the buffer is correct.
843 buf_err = True # re-exporter does not provide full buffer
984 # buffer needs suboffsets
986 # buffer without strides must be C-contiguous
1227 # Single remaining buffer: pop fails
2137 # no buffer interface
2240 ### >>> nd = ndarray(buffer
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp2915 // sample layer to frame buffer in iterate()
2928 // sample layer to frame buffer in iterate()
2943 // sample layer to frame buffer in iterate()
4793 const glu::Buffer buffer (m_context.getRenderContext());
4800 gl.bindBuffer(GL_ARRAY_BUFFER, *buffer);
5652 GLU_EXPECT_NO_ERROR(gl.getError(), "bind buffer base");
5867 << "Capturing vertex shader varying, rendering 2 triangles. Allocating feedback buffer for 5 vertices."
5909 m_testCtx.getLog() << tcu::TestLog::Message << "Filling feeback buffer with unused value (-1.0)." << tcu::TestLog::EndMessage;
5975 GLU_EXPECT_NO_ERROR(gl.getError(), "bind buffer base");
5991 m_testCtx.getLog() << tcu::TestLog::Message << "Verifying final triangle was not partially written to the feedback buffer
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp297 //! Fill destination buffer with a repeating pattern.
316 //! Get size in bytes of a pixel buffer with given extent.
530 m_resource.getBuffer().handle, // VkBuffer buffer in recordCommands()
674 **m_hostBuffer, // VkBuffer buffer in recordCommands()
683 // Insert a barrier so buffer data is available to the device in recordCommands()
689 // **m_hostBuffer, // VkBuffer buffer in recordCommands()
963 // Image -> Host buffer in recordCommands()
972 **m_hostBuffer, // VkBuffer buffer in recordCommands()
981 // Host buffer -> Staging image in recordCommands()
1688 // Init host buffer dat in BufferImplementation()
5297 Resource(ResourceType type, vk::Move<vk::VkBuffer> buffer, de::MovePtr<vk::Allocation> allocation, vk::VkDeviceSize offset, vk::VkDeviceSize size) Resource() argument
[all...]
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp5242 buffer. This adapter is a very low level adapter.
5506 // check if buffer needs to be filled
5515 // use buffer
5530 /// a buffer for UTF-8 bytes
6457 end_of_input, ///< indicating the end of the input buffer
6645 scanning, bytes are escaped and copied into buffer token_buffer. Then the
8018 /// buffer for variable-length tokens (numbers, strings)
15519 Generates V = buffer * 10^decimal_exponent, such that M- <= V <= M+.
15522 inline void grisu2_digit_gen(char* buffer, int& length, int& decimal_exponent,
15529 // number V = buffer * 1
[all...]
/third_party/json/single_include/nlohmann/
H A Djson.hpp6112 buffer. This adapter is a very low level adapter.
6378 // check if buffer needs to be filled
6387 // use buffer
6402 /// a buffer for UTF-8 bytes
7356 end_of_input, ///< indicating the end of the input buffer
7544 scanning, bytes are escaped and copied into buffer token_buffer. Then the
8917 /// buffer for variable-length tokens (numbers, strings)
17367 Generates V = buffer * 10^decimal_exponent, such that M- <= V <= M+.
17370 inline void grisu2_digit_gen(char* buffer, int& length, int& decimal_exponent,
17377 // number V = buffer * 1
[all...]

Completed in 157 milliseconds

1...<<291292293294295296297298