Home
last modified time | relevance | path

Searched refs:size_in_bytes (Results 1 – 25 of 137) sorted by relevance

123456

/netbsd/external/gpl3/gcc/dist/libcc1/
H A Dlibcc1plugin.cc392 unsigned long size_in_bytes) in plugin_finish_record_or_union() argument
415 TYPE_SIZE (record_or_union_type) = bitsize_int (size_in_bytes in plugin_finish_record_or_union()
562 int is_unsigned, unsigned long size_in_bytes, in plugin_int_check() argument
581 int is_unsigned, unsigned long size_in_bytes) in plugin_int_type_v0() argument
586 return plugin_int_check (self, is_unsigned, size_in_bytes, result); in plugin_int_type_v0()
591 int is_unsigned, unsigned long size_in_bytes, in plugin_int_type() argument
595 return plugin_int_type_v0 (self, is_unsigned, size_in_bytes); in plugin_int_type()
600 return plugin_int_check (self, is_unsigned, size_in_bytes, result); in plugin_int_type()
611 unsigned long size_in_bytes) in plugin_float_type_v0() argument
624 unsigned long size_in_bytes, in plugin_float_type() argument
[all …]
/netbsd/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcc1plugin.cc546 unsigned long size_in_bytes) in plugin_finish_record_or_union() argument
569 TYPE_SIZE (record_or_union_type) = bitsize_int (size_in_bytes in plugin_finish_record_or_union()
719 int is_unsigned, unsigned long size_in_bytes, in plugin_int_check() argument
738 int is_unsigned, unsigned long size_in_bytes) in plugin_int_type_v0() argument
743 return plugin_int_check (self, is_unsigned, size_in_bytes, result); in plugin_int_type_v0()
748 int is_unsigned, unsigned long size_in_bytes, in plugin_int_type() argument
752 return plugin_int_type_v0 (self, is_unsigned, size_in_bytes); in plugin_int_type()
757 return plugin_int_check (self, is_unsigned, size_in_bytes, result); in plugin_int_type()
768 unsigned long size_in_bytes) in plugin_float_type_v0() argument
781 unsigned long size_in_bytes, in plugin_float_type() argument
[all …]
H A Dlibcp1plugin.cc1896 unsigned long size_in_bytes) in plugin_finish_class_type() argument
1905 size_in_bytes) == 0); in plugin_finish_class_type()
3410 int is_unsigned, unsigned long size_in_bytes, in plugin_get_int_type() argument
3421 result = c_common_type_for_size (BITS_PER_UNIT * size_in_bytes, in plugin_get_int_type()
3430 gcc_assert (TYPE_PRECISION (result) == BITS_PER_UNIT * size_in_bytes); in plugin_get_int_type()
3446 unsigned long size_in_bytes, in plugin_get_float_type() argument
3457 gcc_assert (BITS_PER_UNIT * size_in_bytes == TYPE_PRECISION (result)); in plugin_get_float_type()
3462 if (BITS_PER_UNIT * size_in_bytes == TYPE_PRECISION (float_type_node)) in plugin_get_float_type()
3464 if (BITS_PER_UNIT * size_in_bytes == TYPE_PRECISION (double_type_node)) in plugin_get_float_type()
3466 if (BITS_PER_UNIT * size_in_bytes == TYPE_PRECISION (long_double_type_node)) in plugin_get_float_type()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dasan.cc2313 if (size_in_bytes == -1) in report_error_func()
2349 if (size_in_bytes == -1) in check_func()
2586 gcc_assert (size_in_bytes == -1 || size_in_bytes >= 1); in build_check_stmt()
2604 if (size_in_bytes > 1) in build_check_stmt()
2606 if ((size_in_bytes & (size_in_bytes - 1)) != 0 in build_check_stmt()
2607 || size_in_bytes > 16) in build_check_stmt()
2616 if (size_in_bytes != 16 in build_check_stmt()
2685 if (size_in_bytes <= 0) in instrument_derefs()
3760 if (size_in_bytes in asan_expand_mark_ifn()
3783 if (s > size_in_bytes) in asan_expand_mark_ifn()
[all …]
H A Dasan.c518 return size_in_bytes != -1 in has_mem_ref_been_instrumented()
1922 if (size_in_bytes == -1) in report_error_func()
1958 if (size_in_bytes == -1) in check_func()
2212 if (size_in_bytes > 1)
2214 if ((size_in_bytes & (size_in_bytes - 1)) != 0
2215 || size_in_bytes > 16)
2224 if (size_in_bytes != 16
2289 if (size_in_bytes <= 0) in instrument_derefs()
3298 if (size_in_bytes in asan_expand_mark_ifn()
3321 if (s > size_in_bytes) in asan_expand_mark_ifn()
[all …]
H A Dsancov.c148 HOST_WIDE_INT size_in_bytes = int_size_in_bytes (TREE_TYPE (index)); in instrument_switch() local
149 if (size_in_bytes == -1 || size_in_bytes > 8) in instrument_switch()
190 size_in_bytes * BITS_PER_UNIT)); in instrument_switch()
H A Dsancov.cc148 HOST_WIDE_INT size_in_bytes = int_size_in_bytes (TREE_TYPE (index)); in instrument_switch() local
149 if (size_in_bytes == -1 || size_in_bytes > 8) in instrument_switch()
190 size_in_bytes * BITS_PER_UNIT)); in instrument_switch()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dasan.c518 return size_in_bytes != -1 in has_mem_ref_been_instrumented()
1922 if (size_in_bytes == -1) in report_error_func()
1958 if (size_in_bytes == -1) in check_func()
2212 if (size_in_bytes > 1)
2214 if ((size_in_bytes & (size_in_bytes - 1)) != 0
2215 || size_in_bytes > 16)
2224 if (size_in_bytes != 16
2289 if (size_in_bytes <= 0) in instrument_derefs()
3298 if (size_in_bytes in asan_expand_mark_ifn()
3321 if (s > size_in_bytes) in asan_expand_mark_ifn()
[all …]
H A Dsancov.c148 HOST_WIDE_INT size_in_bytes = int_size_in_bytes (TREE_TYPE (index)); in instrument_switch() local
149 if (size_in_bytes == -1 || size_in_bytes > 8) in instrument_switch()
190 size_in_bytes * BITS_PER_UNIT)); in instrument_switch()
/netbsd/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_si_dma.c245 u32 size_in_bytes, cur_size_in_bytes; in si_copy_dma() local
251 size_in_bytes = (num_gpu_pages << RADEON_GPU_PAGE_SHIFT); in si_copy_dma()
252 num_loops = DIV_ROUND_UP(size_in_bytes, 0xfffff); in si_copy_dma()
264 cur_size_in_bytes = size_in_bytes; in si_copy_dma()
267 size_in_bytes -= cur_size_in_bytes; in si_copy_dma()
H A Dradeon_cik_sdma.c593 u32 size_in_bytes, cur_size_in_bytes; in cik_copy_dma() local
599 size_in_bytes = (num_gpu_pages << RADEON_GPU_PAGE_SHIFT); in cik_copy_dma()
600 num_loops = DIV_ROUND_UP(size_in_bytes, 0x1fffff); in cik_copy_dma()
612 cur_size_in_bytes = size_in_bytes; in cik_copy_dma()
615 size_in_bytes -= cur_size_in_bytes; in cik_copy_dma()
/netbsd/external/bsd/pdisk/dist/
H A Dfile_media.c229 a->m.size_in_bytes = (long long) off; in open_file_as_media()
273 …} else if (offset + (long long) count > a->m.size_in_bytes && a->m.size_in_bytes != (long long) 0)… in read_file_media()
321 if (off + (long long) count > a->m.size_in_bytes) { in write_file_media()
322 a->m.size_in_bytes = off + count; in write_file_media()
H A DATA_media.c494 a->m.size_in_bytes = ((long long)1000) * a->m.grain; /* XXX not right */ in open_ata_as_media()
496 a->m.size_in_bytes = ((long long)total) * a->m.grain; in open_ata_as_media()
535 } else if (offset + count > a->m.size_in_bytes) { in read_ata_media()
578 } else if (offset + count > a->m.size_in_bytes) { in write_ata_media()
805 a->m.size_in_bytes = ((long long)blocks) * a->m.grain; in open_atapi_as_media()
846 } else if (offset + count > a->m.size_in_bytes) { in read_atapi_media()
H A Ddeblock_media.c151 a->m.size_in_bytes = media_total_size(m); in open_deblock_media()
296 a->m.size_in_bytes = media_total_size(a->next_media); in write_deblock_media()
H A Dmedia.h71 long long size_in_bytes; /* offset granularity */ member
H A Dmedia.c107 return m->size_in_bytes; in media_total_size()
/netbsd/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_malloc_linux.cc41 static void *AllocateFromLocalPool(uptr size_in_bytes) { in AllocateFromLocalPool() argument
42 uptr size_in_words = RoundUpTo(size_in_bytes, kWordSize) / kWordSize; in AllocateFromLocalPool()
64 uptr size_in_bytes) { in PosixMemalignFromLocalPool() argument
72 uptr aligned_size = RoundUpTo(size_in_bytes, kWordSize); in PosixMemalignFromLocalPool()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_malloc_linux.cc43 static void *AllocateFromLocalPool(uptr size_in_bytes) { in AllocateFromLocalPool() argument
44 uptr size_in_words = RoundUpTo(size_in_bytes, kWordSize) / kWordSize; in AllocateFromLocalPool()
66 uptr size_in_bytes) { in PosixMemalignFromLocalPool() argument
74 uptr aligned_size = RoundUpTo(size_in_bytes, kWordSize); in PosixMemalignFromLocalPool()
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_malloc_linux.cc41 static void *AllocateFromLocalPool(uptr size_in_bytes) { in AllocateFromLocalPool() argument
42 uptr size_in_words = RoundUpTo(size_in_bytes, kWordSize) / kWordSize; in AllocateFromLocalPool()
64 uptr size_in_bytes) { in PosixMemalignFromLocalPool() argument
72 uptr aligned_size = RoundUpTo(size_in_bytes, kWordSize); in PosixMemalignFromLocalPool()
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_dlsym.h34 static void *Allocate(uptr size_in_bytes) { in Allocate()
35 void *ptr = InternalAlloc(size_in_bytes, nullptr, kWordSize); in Allocate()
/netbsd/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsm-taint.cc1129 const svalue *size_in_bytes, in check_dynamic_size_for_taint() argument
1132 gcc_assert (size_in_bytes); in check_dynamic_size_for_taint()
1153 state = smap->get_state (size_in_bytes, *ext_state); in check_dynamic_size_for_taint()
1156 if (taint_sm.get_taint (state, size_in_bytes->get_type (), &b)) in check_dynamic_size_for_taint()
1158 tree arg = get_representative_tree (size_in_bytes); in check_dynamic_size_for_taint()
/netbsd/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_crat.c227 uint64_t size_in_bytes; in kfd_parse_subtype_mem() local
252 size_in_bytes = in kfd_parse_subtype_mem()
264 props->size_in_bytes += size_in_bytes; in kfd_parse_subtype_mem()
274 props->size_in_bytes = size_in_bytes; in kfd_parse_subtype_mem()
H A Dkfd_dbgdev.c54 uint32_t *packet_buff, size_t size_in_bytes) in dbgdev_diq_submit_ib() argument
67 if (WARN_ON(!size_in_bytes)) in dbgdev_diq_submit_ib()
102 ((size_in_bytes / 4) & 0xfffff); in dbgdev_diq_submit_ib()
/netbsd/external/gpl3/gdb/dist/gdb/compile/
H A Dgcc-cp-plugin.h80 int finish_class_type (const char *debug_name, unsigned long size_in_bytes);
/netbsd/external/gpl3/gdb.old/dist/gdb/compile/
H A Dgcc-cp-plugin.h80 int finish_class_type (const char *debug_name, unsigned long size_in_bytes);

123456