/third_party/libuv/test/ |
H A D | test-ping-pong.c | 55 static void alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { in alloc_cb() argument 56 buf->base = malloc(size); in alloc_cb() 57 buf->len = size; in alloc_cb()
|
/third_party/libbpf/include/uapi/linux/ |
H A D | perf_event.h | 395 __u32 size; member 488 * Defines size of the user stack to dump on samples. 681 __u32 size; /* Header size up to __reserved[] fields. */ member 717 * data_{offset,size} indicate the location and size of the perf record 723 __u64 data_size; /* data buffer size */ 726 * AUX area is defined by aux_{offset,size} fields that should be set 814 __u16 size; member 857 * relative to header.size [all...] |
/third_party/mbedtls/library/ |
H A D | x509_create.c | 180 * \param data Output buffer of size \p data_size. 467 unsigned char *sig, size_t size, in mbedtls_x509_write_sig() 474 if (*p < start || (size_t) (*p - start) < size) { in mbedtls_x509_write_sig() 478 len = size; in mbedtls_x509_write_sig() 465 mbedtls_x509_write_sig(unsigned char **p, unsigned char *start, const char *oid, size_t oid_len, unsigned char *sig, size_t size, mbedtls_pk_type_t pk_alg) mbedtls_x509_write_sig() argument
|
H A D | x509_csr.c | 528 int mbedtls_x509_csr_info(char *buf, size_t size, const char *prefix, in mbedtls_x509_csr_info() argument 537 n = size; in mbedtls_x509_csr_info() 602 return (int) (size - n); in mbedtls_x509_csr_info()
|
H A D | x509_crl.c | 594 int mbedtls_x509_crl_info(char *buf, size_t size, const char *prefix, in mbedtls_x509_crl_info() argument 603 n = size; in mbedtls_x509_crl_info() 662 return (int) (size - n); in mbedtls_x509_crl_info()
|
/third_party/jerryscript/tests/unit-core/ |
H A D | test-api-binary-operations-comparisons.cpp | 51 static void* context_alloc_fn(size_t size, void* cb_data) in context_alloc_fn() argument 54 size_t newSize = size > JERRY_SCRIPT_MEM_SIZE ? JERRY_SCRIPT_MEM_SIZE : size; in context_alloc_fn()
|
H A D | test-typedarray.cpp | 363 static void* context_alloc_fn(size_t size, void* cb_data) 366 size_t newSize = size > JERRY_SCRIPT_MEM_SIZE ? JERRY_SCRIPT_MEM_SIZE : size;
|
H A D | test-api-binary-operations-arithmetics.cpp | 71 static void* context_alloc_fn(size_t size, void* cb_data) in context_alloc_fn() argument 74 size_t newSize = size > JERRY_SCRIPT_MEM_SIZE ? JERRY_SCRIPT_MEM_SIZE : size; in context_alloc_fn()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_fmask_copy.c | 228 uint64_t src_offset, dst_offset, size; in radv_fixup_copy_dst_metadata() local 238 size = src_image->planes[0].surface.cmask_size + src_image->planes[0].surface.fmask_size; in radv_fixup_copy_dst_metadata() 243 src_offset, dst_offset, size); in radv_fixup_copy_dst_metadata() 273 /* Source/destination images must have identical size. */ in radv_can_use_fmask_copy()
|
/third_party/mesa3d/src/asahi/lib/ |
H A D | wrap.c | 96 printf(" Size: 0x%X\n", req->size); in wrap_Method() 194 .size = words[0], in wrap_Method() 211 printf(" Root size: 0x%" PRIx64 "\n", resp->root_size); in wrap_Method() 212 printf(" Suballocation size: 0x%" PRIx64 "\n", resp->sub_size); in wrap_Method() 230 .size = resp->sub_size, in wrap_Method()
|
/third_party/mesa3d/src/gallium/include/winsys/ |
H A D | radeon_winsys.h | 236 * The maximum size is 64 * 4. This is opaque for the winsys & kernel. 310 * \param size The size to allocate. 316 struct pb_buffer *(*buffer_create)(struct radeon_winsys *ws, uint64_t size, unsigned alignment, 385 * be exported. Both pointer and size must be page aligned. 391 struct pb_buffer *(*buffer_from_ptr)(struct radeon_winsys *ws, void *pointer, uint64_t size, enum radeon_bo_flag flags); 427 uint64_t offset, uint64_t size, bool commit);
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state.h | 161 * element load size as seen by the hardware is a dword (as opposed 172 /* Vertex buffer descriptor list size aligned for optimal prefetch. */ 450 /* The size of one descriptor. */ 605 unsigned offset, unsigned size); 656 uint32_t size) in si_clamp_texture_texel_count() 665 return MIN2(max_texel_buffer_elements, size / stride); in si_clamp_texture_texel_count() 654 si_clamp_texture_texel_count(unsigned max_texel_buffer_elements, enum pipe_format format, uint32_t size) si_clamp_texture_texel_count() argument
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_job.c | 123 job->referenced_size += bo->size; in v3d_job_add_bo() 450 clif_dump_add_bo(clif, name, bo->offset, bo->size, bo->map); in v3d_clif_dump() 547 job->submit.qms = job->tile_alloc->size; in v3d_job_submit()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_context.h | 333 * The size of the array is \c PIPE_SHADER_TYPES, and each 480 * size can be queried with get_sample_pixel_grid(). 483 size_t size, const uint8_t *locations ); 722 * value passed in through clear_value of size clear_value_size. 727 unsigned size, 866 unsigned size,
|
/third_party/mesa3d/src/glx/apple/ |
H A D | appledri.c | 379 size_t * size, char *bufname, size_t bufnamesize) in XAppleDRICreatePixmap() 413 *size = rep.size; in XAppleDRICreatePixmap() 377 XAppleDRICreatePixmap(Display * dpy, int screen, Drawable drawable, int *width, int *height, int *pitch, int *bpp, size_t * size, char *bufname, size_t bufnamesize) XAppleDRICreatePixmap() argument
|
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
H A D | svga_reg.h | 69 * The maximum framebuffer size that can traced for e.g. guests in VESA mode. 72 * SVGA_VRAM_MAX_SIZE for this increases the size of the shared area by over 343 * The device guarantees that command buffers of size SVGA_CB_MAX_SIZE 349 * buffer can be up to SVGA_CB_MAX_COMMAND_SIZE in size which is 1153 uint32 size; member 1207 * backing store is required to be page aligned and the size is 1209 * (bytesPerLine * size.width * 4 + PAGE_SIZE - 1) / PAGE_SIZE 1253 } size; member 1542 uint32 size; member 1543 /* followed by 'size' byte [all...] |
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_private.h | 245 VkDeviceSize size; member 302 /* Total size of the descriptor set with room for all array entries */ 303 uint16_t size; member 465 VkDeviceSize size; member
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_pipe_streamout.c | 383 SVGA_DBG(DEBUG_STREAMOUT, "%s offset=%d size=%d\n", __FUNCTION__, in svga_create_stream_output_target() 454 unsigned size; in svga_set_stream_output_targets() local 478 /* The size cannot extend beyond the end of the buffer. Clamp it. */ in svga_set_stream_output_targets() 479 size = MIN2(sot->base.buffer_size, in svga_set_stream_output_targets() 482 soBindings[i].sizeInBytes = size; in svga_set_stream_output_targets()
|
/third_party/node/lib/internal/perf/ |
H A D | observe.js | 282 if (kPending.size) 287 if (this.#entryTypes.size) 317 if (kPending.size) 392 * Add the resource timing entry to the global buffer if the buffer size is not 437 // size, no PerformanceResourceTiming objects are to be removed from the
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/crypto/bn/ |
H A D | x86-gf2m.S | 109 .size _mul_1x1_mmx,.-_mul_1x1_mmx 246 .size _mul_1x1_ialu,.-_mul_1x1_ialu 354 .size bn_GF2m_mul_2x2,.-.L_bn_GF2m_mul_2x2_begin
|
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
H A D | protocol_core.h | 81 field_name.size()), in AddField() 266 static std::unique_ptr<T> FromBinary(const uint8_t* bytes, size_t size) { in FromBinary() argument 268 auto deserializer = DeferredMessage::FromSpan(span<uint8_t>(bytes, size)) in FromBinary()
|
/third_party/node/src/ |
H A D | stream_pipe.cc | 110 size_t size = std::min(suggested_size, pipe->wanted_data_); in OnStreamAlloc() local 111 CHECK_GT(size, 0); in OnStreamAlloc() 112 return pipe->env()->allocate_managed_buffer(size); in OnStreamAlloc()
|
/third_party/node/test/fixtures/wpt/resources/ |
H A D | testdriver-actions.js | 414 if (!this.actions.size) { 497 if (!this.actions.size) { 563 if (!this.actions.size) {
|
/third_party/nghttp2/src/ |
H A D | h2load_http3_session.cc | 51 if (++client_->reqidx == config->nva.size()) { in submit_request() 106 conn_, stream_id, reinterpret_cast<nghttp3_nv *>(nva.data()), nva.size(), in submit_request_internal() 295 if (++reqidx_ == config->nva.size()) { in extend_max_local_streams()
|
H A D | shrpx_mruby_module_response.cc | 130 auto token = http2::lookup_token(keyref.byte(), keyref.size()); in response_mod_header() 135 for (size_t i = 0; i < headers.size(); ++i) { in response_mod_header() 322 auto token = http2::lookup_token(keyref.byte(), keyref.size()); in response_send_info()
|