/netbsd-src/external/bsd/unbound/dist/edns-subnet/ |
H A D | addrtree.c | 136 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 D | addrtree.h | 74 size_t size_bytes; member
|
/netbsd-src/sys/external/bsd/drm/dist/shared-core/ |
H A D | r600_blit.c | 1714 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 D | radeon_drv.h | 537 int size_bytes);
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/ |
H A D | radeon_ucode.c | 38 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 D | radeon_ucode.h | 159 uint32_t size_bytes; /* size of the entire header+image(s) in bytes */ member
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | span | 88 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 D | smu_ucode_xfer_cz.h | 120 uint32_t size_bytes; member
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
H A D | span | 252 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 D | span | 257 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 D | amdgpu_ucode.c | 40 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 D | amdgpu_ucode.h | 31 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 D | amdgpu_smu8_smumgr.c | 358 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 D | internals.inl | 459 memcpy (m_accesses, defs.begin (), defs.size_bytes ()); 460 memcpy (m_accesses + defs.size (), uses.begin (), uses.size_bytes ());
|
H A D | changes.cc | 91 obstack_grow (&m_temp_obstack, accesses.begin (), accesses.size_bytes ()); in temp_access_array()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | vec.h | 2282 size_t size_bytes () const { return m_size * sizeof (T); }
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-intrinsic.c | 8273 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 D | trans-intrinsic.cc | 8357 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()
|