| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_allocator_dlsym.h | 34 static void *Allocate(uptr size_in_bytes) { 35 void *ptr = InternalAlloc(size_in_bytes, nullptr, kWordSize);
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_allocator_dlsym.h | 34 static void *Allocate(uptr size_in_bytes) { 35 void *ptr = InternalAlloc(size_in_bytes, nullptr, kWordSize);
|
| /src/external/gpl3/gcc/dist/libcc1/ |
| libcc1plugin.cc | 395 unsigned long size_in_bytes, 419 TYPE_SIZE (record_or_union_type) = bitsize_int (size_in_bytes 421 TYPE_SIZE_UNIT (record_or_union_type) = size_int (size_in_bytes); 451 unsigned long size_in_bytes) 454 size_in_bytes, 0); 576 int is_unsigned, unsigned long size_in_bytes, 585 gcc_assert (TYPE_PRECISION (result) == BITS_PER_UNIT * size_in_bytes); 595 int is_unsigned, unsigned long size_in_bytes) 597 tree result = c_common_type_for_size (BITS_PER_UNIT * size_in_bytes, 600 return plugin_int_check (self, is_unsigned, size_in_bytes, result) [all...] |
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_si_dma.c | 245 u32 size_in_bytes, cur_size_in_bytes; local 251 size_in_bytes = (num_gpu_pages << RADEON_GPU_PAGE_SHIFT); 252 num_loops = DIV_ROUND_UP(size_in_bytes, 0xfffff); 264 cur_size_in_bytes = size_in_bytes; 267 size_in_bytes -= cur_size_in_bytes;
|
| radeon_cik_sdma.c | 593 u32 size_in_bytes, cur_size_in_bytes; local 599 size_in_bytes = (num_gpu_pages << RADEON_GPU_PAGE_SHIFT); 600 num_loops = DIV_ROUND_UP(size_in_bytes, 0x1fffff); 612 cur_size_in_bytes = size_in_bytes; 615 size_in_bytes -= cur_size_in_bytes;
|
| /src/external/gpl3/gcc.old/dist/libcc1/ |
| libcc1plugin.cc | 395 unsigned long size_in_bytes) 418 TYPE_SIZE (record_or_union_type) = bitsize_int (size_in_bytes 420 TYPE_SIZE_UNIT (record_or_union_type) = size_int (size_in_bytes); 565 int is_unsigned, unsigned long size_in_bytes, 574 gcc_assert (TYPE_PRECISION (result) == BITS_PER_UNIT * size_in_bytes); 584 int is_unsigned, unsigned long size_in_bytes) 586 tree result = c_common_type_for_size (BITS_PER_UNIT * size_in_bytes, 589 return plugin_int_check (self, is_unsigned, size_in_bytes, result); 594 int is_unsigned, unsigned long size_in_bytes, 598 return plugin_int_type_v0 (self, is_unsigned, size_in_bytes); [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| asan_malloc_linux.cc | 43 static void *AllocateFromLocalPool(uptr size_in_bytes) { 44 uptr size_in_words = RoundUpTo(size_in_bytes, kWordSize) / kWordSize; 66 uptr size_in_bytes) { 74 uptr aligned_size = RoundUpTo(size_in_bytes, kWordSize);
|
| /src/external/bsd/pdisk/dist/ |
| media.h | 71 long long size_in_bytes; /* offset granularity */ member in struct:media
|
| file_media.c | 229 a->m.size_in_bytes = (long long) off; 273 } else if (offset + (long long) count > a->m.size_in_bytes && a->m.size_in_bytes != (long long) 0) { 321 if (off + (long long) count > a->m.size_in_bytes) { 322 a->m.size_in_bytes = off + count;
|
| media.c | 107 return m->size_in_bytes;
|
| deblock_media.c | 151 a->m.size_in_bytes = media_total_size(m); 296 a->m.size_in_bytes = media_total_size(a->next_media);
|
| ATA_media.c | 494 a->m.size_in_bytes = ((long long)1000) * a->m.grain; /* XXX not right */ 496 a->m.size_in_bytes = ((long long)total) * a->m.grain; 535 } else if (offset + count > a->m.size_in_bytes) { 578 } else if (offset + count > a->m.size_in_bytes) { 805 a->m.size_in_bytes = ((long long)blocks) * a->m.grain; 846 } else if (offset + count > a->m.size_in_bytes) {
|
| /src/external/gpl3/gcc/dist/gcc/ |
| sancov.cc | 148 HOST_WIDE_INT size_in_bytes = int_size_in_bytes (TREE_TYPE (index)); local 149 if (size_in_bytes == -1 || size_in_bytes > 8) 190 size_in_bytes * BITS_PER_UNIT));
|
| asan.cc | 626 HOST_WIDE_INT size_in_bytes local 629 return size_in_bytes != -1 630 && has_mem_ref_been_instrumented (ref->start, size_in_bytes); 2353 report_error_func (bool is_store, bool recover_p, HOST_WIDE_INT size_in_bytes, 2377 if (size_in_bytes == -1) 2383 int size_log2 = exact_log2 (size_in_bytes); 2391 check_func (bool is_store, bool recover_p, HOST_WIDE_INT size_in_bytes, 2413 if (size_in_bytes == -1) 2419 int size_log2 = exact_log2 (size_in_bytes); 2642 HOST_WIDE_INT size_in_bytes, gimple_stmt_iterator *iter 2725 HOST_WIDE_INT size_in_bytes; local 3843 unsigned HOST_WIDE_INT size_in_bytes = tree_to_uhwi (len); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| sancov.cc | 148 HOST_WIDE_INT size_in_bytes = int_size_in_bytes (TREE_TYPE (index)); local 149 if (size_in_bytes == -1 || size_in_bytes > 8) 190 size_in_bytes * BITS_PER_UNIT));
|
| asan.cc | 586 HOST_WIDE_INT size_in_bytes local 589 return size_in_bytes != -1 590 && has_mem_ref_been_instrumented (ref->start, size_in_bytes); 2311 report_error_func (bool is_store, bool recover_p, HOST_WIDE_INT size_in_bytes, 2335 if (size_in_bytes == -1) 2341 int size_log2 = exact_log2 (size_in_bytes); 2349 check_func (bool is_store, bool recover_p, HOST_WIDE_INT size_in_bytes, 2371 if (size_in_bytes == -1) 2377 int size_log2 = exact_log2 (size_in_bytes); 2600 HOST_WIDE_INT size_in_bytes, gimple_stmt_iterator *iter 2687 HOST_WIDE_INT size_in_bytes; local 3787 unsigned HOST_WIDE_INT size_in_bytes = tree_to_uhwi (len); local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/compile/ |
| gcc-cp-plugin.h | 80 int finish_class_type (const char *debug_name, unsigned long size_in_bytes);
|
| /src/external/gpl3/gdb/dist/gdb/compile/ |
| gcc-cp-plugin.h | 80 int finish_class_type (const char *debug_name, unsigned long size_in_bytes);
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/ |
| kfd_topology.h | 105 uint64_t size_in_bytes; member in struct:kfd_mem_properties
|
| kfd_crat.c | 227 uint64_t size_in_bytes; local 252 size_in_bytes = 264 props->size_in_bytes += size_in_bytes; 274 props->size_in_bytes = size_in_bytes;
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| call-details.cc | 240 if (const svalue *size_in_bytes = get_result_size_in_bytes (*this)) 244 m_model->set_dynamic_extents (reg, size_in_bytes, m_ctxt);
|
| sm-taint.cc | 648 const svalue *size_in_bytes, 651 m_size_in_bytes (size_in_bytes), 792 props.set (PROPERTY_PREFIX "size_in_bytes", m_size_in_bytes->to_json ()); 1657 /* Complain to CTXT about a tainted allocation size if SIZE_IN_BYTES is 1663 const svalue *size_in_bytes, 1666 gcc_assert (size_in_bytes); 1687 state = smap->get_state (size_in_bytes, *ext_state); 1690 if (taint_sm.get_taint (state, size_in_bytes->get_type (), &b)) 1692 tree arg = get_representative_tree (size_in_bytes); 1694 (taint_sm, arg, size_in_bytes, b, mem_space)) [all...] |
| region-model.h | 419 get_or_create_region_for_heap_alloc (const svalue *size_in_bytes, 424 const region *create_region_for_alloca (const svalue *size_in_bytes, 453 const svalue *size_in_bytes, 624 const svalue *size_in_bytes, 626 void check_dynamic_size_for_floats (const svalue *size_in_bytes,
|
| store.h | 308 byte_range (byte_offset_t start_byte_offset, byte_size_t size_in_bytes) 310 m_size_in_bytes (size_in_bytes)
|
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| sm-taint.cc | 1123 /* Complain to CTXT about a tainted allocation size if SIZE_IN_BYTES is 1129 const svalue *size_in_bytes, 1132 gcc_assert (size_in_bytes); 1153 state = smap->get_state (size_in_bytes, *ext_state); 1156 if (taint_sm.get_taint (state, size_in_bytes->get_type (), &b)) 1158 tree arg = get_representative_tree (size_in_bytes);
|