Home
last modified time | relevance | path

Searched refs:size_bytes (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/edns-subnet/
H A Daddrtree.c136 tree->size_bytes = sizeof *tree + sizeof *tree->root; in addrtree_create()
157 tree->size_bytes -= tree->sizefunc(node->elem); in clean_node()
232 tree->size_bytes -= node_size(tree, node); in purge_node()
274 return tree?tree->size_bytes:0; in addrtree_size()
283 tree->size_bytes -= sizeof(struct addrnode); in addrtree_delete()
287 tree->size_bytes -= node_size(tree, n); in addrtree_delete()
389 tree->size_bytes += tree->sizefunc(elem); in addrtree_insert()
413 tree->size_bytes += node_size(tree, newnode); in addrtree_insert()
456 tree->size_bytes += node_size(tree, newnode); in addrtree_insert()
469 tree->size_bytes += node_size(tree, newnode); in addrtree_insert()
H A Daddrtree.h74 size_t size_bytes; member
/netbsd-src/sys/external/bsd/drm/dist/shared-core/
H A Dr600_blit.c1714 int size_bytes) in r600_blit_copy() argument
1725 (unsigned long long)dst_gpu_addr, size_bytes); in r600_blit_copy()
1727 if ((size_bytes & 3) || (src_gpu_addr & 3) || (dst_gpu_addr & 3)) { in r600_blit_copy()
1730 while (size_bytes) { in r600_blit_copy()
1731 int cur_size = size_bytes; in r600_blit_copy()
1815 size_bytes -= cur_size * h; in r600_blit_copy()
1820 while (size_bytes) { in r600_blit_copy()
1821 int cur_size = size_bytes; in r600_blit_copy()
1906 size_bytes -= cur_size * h; in r600_blit_copy()
H A Dradeon_drv.h537 int size_bytes);
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_ucode.c38 DRM_DEBUG("size_bytes: %u\n", le32_to_cpu(hdr->size_bytes)); in radeon_ucode_print_common_hdr()
167 if (fw->size == le32_to_cpu(hdr->size_bytes)) in radeon_ucode_validate()
H A Dradeon_ucode.h159 uint32_t size_bytes; /* size of the entire header+image(s) in bytes */ member
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dspan88 constexpr size_type size_bytes() const noexcept;
328 …_LIBCPP_INLINE_VISIBILITY constexpr size_type size_bytes() const noexcept { return _Extent * sizeo…
358 …onst byte, _Extent * sizeof(element_type)>{reinterpret_cast<const byte *>(data()), size_bytes()}; }
361 …eturn span<byte, _Extent * sizeof(element_type)>{reinterpret_cast<byte *>(data()), size_bytes()}; }
490 …_LIBCPP_INLINE_VISIBILITY constexpr size_type size_bytes() const noexcept { return __size * sizeof…
521 { return {reinterpret_cast<const byte *>(data()), size_bytes()}; }
524 { return {reinterpret_cast<byte *>(data()), size_bytes()}; }
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
H A Dsmu_ucode_xfer_cz.h120 uint32_t size_bytes; member
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dspan252 size_bytes() const noexcept
423 auto size = __sp.size_bytes();
437 auto size = __sp.size_bytes();
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dspan257 size_bytes() const noexcept
428 auto size = __sp.size_bytes();
442 auto size = __sp.size_bytes();
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_ucode.c40 DRM_DEBUG("size_bytes: %u\n", le32_to_cpu(hdr->size_bytes)); in amdgpu_ucode_print_common_hdr()
321 if (fw->size == le32_to_cpu(hdr->size_bytes)) in amdgpu_ucode_validate()
H A Damdgpu_ucode.h31 uint32_t size_bytes; /* size of the entire header+image(s) in bytes */ member
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
H A Damdgpu_smu8_smumgr.c358 task->size_bytes = smu8_smu->scratch_buffer[i].data_size; in smu8_smu_populate_single_scratch_task()
395 task->size_bytes = smu8_smu->driver_buffer[i].data_size; in smu8_smu_populate_single_ucode_load_task()
/netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/
H A Dinternals.inl459 memcpy (m_accesses, defs.begin (), defs.size_bytes ());
460 memcpy (m_accesses + defs.size (), uses.begin (), uses.size_bytes ());
H A Dchanges.cc91 obstack_grow (&m_temp_obstack, accesses.begin (), accesses.size_bytes ()); in temp_access_array()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvec.h2282 size_t size_bytes () const { return m_size * sizeof (T); }
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-intrinsic.c8273 tree size_bytes; in gfc_conv_intrinsic_transfer() local
8502 size_bytes = gfc_create_var (gfc_array_index_type, NULL); in gfc_conv_intrinsic_transfer()
8509 gfc_add_modify (&se->pre, size_bytes, tmp); in gfc_conv_intrinsic_transfer()
8513 size_bytes, dest_word_len)); in gfc_conv_intrinsic_transfer()
8529 gfc_add_modify (&se->pre, size_bytes, in gfc_conv_intrinsic_transfer()
8565 size_bytes, in gfc_conv_intrinsic_transfer()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-intrinsic.cc8357 tree size_bytes; in gfc_conv_intrinsic_transfer() local
8586 size_bytes = gfc_create_var (gfc_array_index_type, NULL); in gfc_conv_intrinsic_transfer()
8593 gfc_add_modify (&se->pre, size_bytes, tmp); in gfc_conv_intrinsic_transfer()
8597 size_bytes, dest_word_len)); in gfc_conv_intrinsic_transfer()
8613 gfc_add_modify (&se->pre, size_bytes, in gfc_conv_intrinsic_transfer()
8649 size_bytes, in gfc_conv_intrinsic_transfer()