| /third_party/icu/icu4c/source/common/unicode/ |
| H A D | uniset.h | 301 UChar32* buffer = nullptr; // internal buffer, may be NULL member in U_FINAL 302 int32_t bufferCapacity = 0; // capacity of buffer 405 * @param buffer the 16 bit array 412 UnicodeSet(const uint16_t buffer[], int32_t bufferLen, 1490 * @param dest pointer to buffer of destCapacity 16-bit integers.
|
| /third_party/mesa3d/include/GL/ |
| H A D | glx.h | 359 extern Bool glXBindTexImageARB(Display *dpy, GLXPbuffer pbuffer, int buffer); 360 extern Bool glXReleaseTexImageARB(Display *dpy, GLXPbuffer pbuffer, int buffer); 413 unsigned int aux_buffer; /* which aux buffer was affected */
|
| /third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/ |
| H A D | ssl.h | 118 * @param buffer - the received data buffer point
126 int SSL_read(SSL *ssl, void *buffer, int len);
132 * @param buffer - the send data buffer point
140 int SSL_write(SSL *ssl, const void *buffer, int len);
646 * @brief set the SSL context read buffer length
649 * @param len - read buffer length
656 * @brief set the SSL read buffer length
659 * @param len - read buffer lengt [all...] |
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_state.h | 126 /* 0 = without stencil buffer, 1 = when both Z and S buffers are present */ 156 /* Bitmask of elements which need to be opencoded if the vertex buffer 172 /* Vertex buffer descriptor list size aligned for optimal prefetch. */ 350 /* Private read-write buffer slots. */ 358 /* Image descriptor of color buffer 0 for KHR_blend_equation_advanced. */ 392 * 3 - fragment const and shader buffer 425 /* This represents descriptors in memory, such as buffer resources, 434 /* The buffer where the descriptors have been uploaded. */ 435 struct si_resource *buffer; member 502 void si_set_ring_buffer(struct si_context *sctx, uint slot, struct pipe_resource *buffer, [all...] |
| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| H A D | lvp_private.h | 339 struct lvp_buffer *buffer; member 479 struct lvp_buffer *buffer; member
|
| /third_party/mesa3d/src/glx/ |
| H A D | glxclient.h | 138 void (*bindTexImage)(__GLXDRIdrawable *pdraw, int buffer, const int *attribs); 139 void (*releaseTexImage)(__GLXDRIdrawable *pdraw, int buffer); 256 * \name Drawing command buffer. 258 * Drawing commands are packed into this buffer before being sent as a 259 * single GLX protocol request. The buffer is sent when it overflows or 261 * in the buffer to be filled. \c limit is described above in the buffer 265 * also use this buffer to hold a header that describes the large 320 * When \c glRenderMode is called, the buffer associated with the 378 * the size of the above buffer [all...] |
| /third_party/mesa3d/src/gallium/tests/graw/ |
| H A D | gs-test.c | 242 vbuf.buffer.resource = pipe_buffer_create_with_data(ctx, in set_vertices() 248 vbuf.buffer.resource = pipe_buffer_create_with_data(ctx, in set_vertices()
|
| /third_party/node/lib/internal/crypto/ |
| H A D | random.js | 38 const { Buffer, kMaxLength } = require('buffer'); 65 const { FastBuffer } = require('internal/buffer'); 107 randomFillSync(buf.buffer, 0, size); 112 randomFill(buf.buffer, 0, size, function(error) { 196 // Largest integer we can read from a buffer. 314 // additional limitation that the input buffer is 342 // buffer is reused. Each call to randomUUID() consumes 16 bytes 343 // from the buffer.
|
| /third_party/node/lib/internal/util/ |
| H A D | comparisons.js | 28 const { compare } = internalBinding('buffer'); 87 return compare(new Uint8Array(a.buffer, a.byteOffset, a.byteLength), 88 new Uint8Array(b.buffer, b.byteOffset, b.byteLength)) === 0;
|
| /third_party/node/lib/internal/webstreams/ |
| H A D | adapters.js | 46 } = require('buffer'); 851 req.buffer = null; 875 req.buffer = chunk;
|
| /third_party/node/src/ |
| H A D | stream_base.h | 121 // reading data into the freshly allocated buffer (i.e. it is always followed 124 // a protocol parser may want to read data into a static buffer if it knows 127 // The returned buffer does not need to contain `suggested_size` bytes. 128 // The default implementation of this method returns a buffer that has exactly 130 // It is not valid to return a zero-length buffer from this method. 136 // been read into the buffer provided by `OnStreamAlloc()`. 137 // The `buf` argument is the return value of `uv_buf_t`, or may be a buffer 139 // `nread` is the number of read bytes (which is at most the buffer length), 204 // An alternative listener that uses a custom, user-provided buffer 212 explicit CustomBufferJSListener(uv_buf_t buffer) argument [all...] |
| H A D | stream_pipe.cc | 144 uv_buf_t buffer = uv_buf_init(static_cast<char*>(bs->Data()), nread); in ProcessData() local 145 StreamWriteResult res = sink()->Write(&buffer, 1); in ProcessData()
|
| /third_party/node/test/fixtures/wpt/WebCryptoAPI/derive_bits_keys/ |
| H A D | pbkdf2.js | 60 .then(function(buffer) { 61 assert_true(equalBuffers(buffer, derivations[passwordSize][saltSize][hashName][iterations].slice(0, derivedKeyType.algorithm.length/8)), "Exported key matches correct value");
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | unifiedcache.cpp | 197 char buffer[256]; in _dumpContents() local 209 key->writeDescription(buffer, 256), in _dumpContents()
|
| /third_party/node/deps/icu-small/source/common/unicode/ |
| H A D | uniset.h | 301 UChar32* buffer = nullptr; // internal buffer, may be nullptr member in final 302 int32_t bufferCapacity = 0; // capacity of buffer 405 * @param buffer the 16 bit array 412 UnicodeSet(const uint16_t buffer[], int32_t bufferLen, 1500 * @param dest pointer to buffer of destCapacity 16-bit integers.
|
| /third_party/mesa3d/src/vulkan/wsi/ |
| H A D | wsi_common_drm.c | 486 .buffer = VK_NULL_HANDLE, in wsi_create_native_image_mem() 580 .memory = image->buffer.memory, in wsi_create_prime_image_mem()
|
| /third_party/node/deps/v8/src/strings/ |
| H A D | string-builder-inl.h | 169 char buffer[kIntToCStringBufferSize]; in AppendInt() local 171 IntToCString(i, base::Vector<char>(buffer, kIntToCStringBufferSize)); in AppendInt()
|
| /third_party/mesa3d/src/gallium/drivers/i915/ |
| H A D | i915_state_emit.c | 255 i915->validation_buffers[i915->num_validation_buffers++] = tex->buffer; in validate_map() 274 struct i915_winsys_buffer *buf = texture->buffer; in emit_map()
|
| /third_party/mesa3d/src/vulkan/runtime/ |
| H A D | vk_synchronization2.c | 75 .buffer = barrier->buffer, in upgrade_buffer_memory_barrier()
|
| /third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
| H A D | noop_state.c | 254 pipe_resource_reference(&t->buffer, res); in noop_create_stream_output_target() 263 pipe_resource_reference(&t->buffer, NULL); in noop_stream_output_target_destroy()
|
| /third_party/musl/Benchmark/musl/ |
| H A D | libc_unistd.cpp | 157 // Stores the destination path of the symbolic link file into a buffer and returns the length of the destination path 316 struct utsname buffer; in Bm_function_Uname() local 317 benchmark::DoNotOptimize(uname(&buffer)); in Bm_function_Uname()
|
| /third_party/mesa3d/src/gbm/main/ |
| H A D | gbm.c | 71 * \param gbm The created buffer manager 147 /** Get the width of the buffer object 149 * \param bo The buffer object 150 * \return The width of the allocated buffer object 159 /** Get the height of the buffer object 161 * \param bo The buffer object 162 * \return The height of the allocated buffer object 170 /** Get the stride of the buffer object 175 * \param bo The buffer object 176 * \return The stride of the allocated buffer objec 580 gbm_bo_import(struct gbm_device *gbm, uint32_t type, void *buffer, uint32_t flags) gbm_bo_import() argument [all...] |
| /third_party/node/deps/undici/src/lib/core/ |
| H A D | request.js | 141 this.body = body.buffer.byteLength ? Buffer.from(body.buffer, body.byteOffset, body.byteLength) : null
|
| /third_party/node/deps/undici/src/lib/fetch/ |
| H A D | webidl.js | 564 if (opts.allowShared === false && types.isSharedArrayBuffer(V.buffer)) { 596 if (opts.allowShared === false && types.isSharedArrayBuffer(V.buffer)) {
|
| /third_party/openssl/test/ |
| H A D | ct_test.c | 109 char *buffer, int buffer_length) in read_text_file() 118 len = BIO_read(file_io, buffer, buffer_length); in read_text_file() 138 /* Append \0 because we're about to use the buffer contents as a string. */ in STACK_OF() 168 /* Append \0 because we're about to use the buffer contents as a string. */ in compare_extension_printout() 108 read_text_file(const char *dir, const char *file, char *buffer, int buffer_length) read_text_file() argument
|