Home
last modified time | relevance | path

Searched refs:buffer (Results 13326 - 13350 of 13498) sorted by relevance

1...<<531532533534535536537538539540

/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/include/openssl/
H A Dx509.h28 # include <openssl/buffer.h>
/third_party/node/deps/openssl/config/archs/linux64-s390x/no-asm/include/openssl/
H A Dx509.h28 # include <openssl/buffer.h>
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/include/openssl/
H A Dx509.h28 # include <openssl/buffer.h>
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/include/openssl/
H A Dx509.h28 # include <openssl/buffer.h>
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/include/openssl/
H A Dx509.h28 # include <openssl/buffer.h>
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/include/openssl/
H A Dx509.h28 # include <openssl/buffer.h>
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509_vfy.c20 #include <openssl/buffer.h>
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
H A Dx509.h28 # include <openssl/buffer.h>
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Dx509.h28 # include <openssl/buffer.h>
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
H A Dx509.h28 # include <openssl/buffer.h>
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Dx509.h28 # include <openssl/buffer.h>
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dx509.h28 # include <openssl/buffer.h>
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dfunctionsgl_typedefs.h1856 typedef void(INTERNAL_GL_APIENTRY *PFNGLNAMEDBUFFERSTORAGEMEMEXTPROC)(GLuint buffer,
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationESEXT_autogen.h1156 GLuint buffer,
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DRenderer.cpp375 data->input[i] = context->input[i].buffer; in draw()
/third_party/openssl/ssl/statem/
H A Dstatem_clnt.c17 #include <openssl/buffer.h>
/third_party/openssl/crypto/x509/
H A Dx509_vfy.c20 #include <openssl/buffer.h>
/third_party/openssl/ssl/
H A Dssl_local.h21 # include <openssl/buffer.h>
1021 /* The default read buffer length to use (0 means not set) */
1260 BUF_MEM *init_buf; /* buffer used during init */
1280 * When handshake digest is determined, buffer is hashed and
1848 * Flag used in message reuse to indicate the buffer contains the record
/third_party/openssl/ohos_lite/include/openssl/
H A Dssl.h22 # include <openssl/buffer.h>
459 * Make it possible to retry SSL_write() with changed buffer location (buffer
818 * the maximum length of the buffer given to callbacks containing the
/third_party/protobuf/js/experimental/runtime/kernel/
H A Dkernel_test.js24 return new Uint8Array(bytes).buffer;
2314 it('reads group in a longer buffer', () => {
/third_party/python/Lib/
H A Dtyping.py3301 def buffer(self) -> BinaryIO: member in TextIO
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp3988 Temp resource = Temp(0, s1); /* buffer resource or base 64-bit address */
4031 /* add buffer for unaligned loads */
4346 bool buffer = info.resource.id() && info.resource.bytes() == 16;
4348 if (!buffer && !addr.id()) {
4357 bytes_needed = buffer || align % needed_round_up == 0 ? needed_round_up : needed_round_down;
4361 op = buffer ? aco_opcode::s_buffer_load_dword : aco_opcode::s_load_dword;
4363 op = buffer ? aco_opcode::s_buffer_load_dwordx2 : aco_opcode::s_load_dwordx2;
4365 op = buffer ? aco_opcode::s_buffer_load_dwordx4 : aco_opcode::s_load_dwordx4;
4367 op = buffer ? aco_opcode::s_buffer_load_dwordx8 : aco_opcode::s_load_dwordx8;
4370 op = buffer
[all...]
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dx86.c4799 void *buffer; in kvm_arch_vcpu_ioctl() member
4804 u.buffer = NULL; in kvm_arch_vcpu_ioctl()
5166 kfree(u.buffer); in kvm_arch_vcpu_ioctl()
10955 * logging in the PML buffer (and potential PML buffer full VMEXIT). in kvm_mmu_slot_apply_flags()
/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c188 * Ring buffer of completion events.
350 * Ring buffer of indices into array of io_uring_sqe, which is
649 struct statx __user *buffer; member
783 /* buffer already selected */
921 /* op supports buffer selection */
3127 * May not be a start of buffer, set size appropriately in __io_import_fixed()
3136 * using the latter parts of a big fixed buffer - it iterates in __io_import_fixed()
3329 /* buffer index only valid with fixed read/write, or buffer select */ in io_import_iovec()
4592 req->statx.buffer in io_statx_prep()
[all...]
/third_party/vixl/test/aarch64/
H A Dtest-api-movprfx-aarch64.cc59 static void CheckAndMaybeDisassembleMovprfxPairs(const CodeBuffer* buffer, in CheckAndMaybeDisassembleMovprfxPairs() argument
61 const Instruction* pair = buffer->GetStartAddress<Instruction*>(); in CheckAndMaybeDisassembleMovprfxPairs()
62 const Instruction* end = buffer->GetEndAddress<Instruction*>(); in CheckAndMaybeDisassembleMovprfxPairs()

Completed in 141 milliseconds

1...<<531532533534535536537538539540