HomeSort by: relevance | last modified time | path
    Searched defs:size_in_bytes (Results 1 - 25 of 28) sorted by relevancy

1 2

  /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;
radeon_r600.c 3005 u32 size_in_bytes, cur_size_in_bytes, tmp; local
3011 size_in_bytes = (num_gpu_pages << RADEON_GPU_PAGE_SHIFT);
3012 num_loops = DIV_ROUND_UP(size_in_bytes, 0x1fffff);
3027 cur_size_in_bytes = size_in_bytes;
3030 size_in_bytes -= cur_size_in_bytes;
3032 if (size_in_bytes == 0)
radeon_cik.c 3681 u32 size_in_bytes, cur_size_in_bytes, control; local
3687 size_in_bytes = (num_gpu_pages << RADEON_GPU_PAGE_SHIFT);
3688 num_loops = DIV_ROUND_UP(size_in_bytes, 0x1fffff);
3700 cur_size_in_bytes = size_in_bytes;
3703 size_in_bytes -= cur_size_in_bytes;
3705 if (size_in_bytes == 0)
  /src/external/bsd/pdisk/dist/
media.h 71 long long size_in_bytes; /* offset granularity */ member in struct:media
  /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));
ubsan.cc 2165 HOST_WIDE_INT size_in_bytes; local
2195 size_in_bytes = int_size_in_bytes (type);
2196 if (size_in_bytes <= 0)
2207 || maybe_ne (bitsize, 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...]
tree.h 5089 size_in_bytes (const_tree t) function
  /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));
ubsan.cc 2093 HOST_WIDE_INT size_in_bytes; local
2123 size_in_bytes = int_size_in_bytes (type);
2124 if (size_in_bytes <= 0)
2135 || maybe_ne (bitsize, 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/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
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;
kfd_topology.h 105 uint64_t size_in_bytes; member in struct:kfd_mem_properties
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
SmallVector.h 264 size_type size_in_bytes() const { return size() * sizeof(T); } function in class:llvm::SmallVectorTemplateCommon
  /src/external/gpl3/gcc/dist/gcc/analyzer/
program-state.cc 1835 const svalue *size_in_bytes local
1838 = model->get_or_create_region_for_heap_alloc (size_in_bytes, NULL);
1892 const svalue *size_in_bytes local
1895 = model0->get_or_create_region_for_heap_alloc (size_in_bytes, NULL);
access-diagram.cc 1812 byte_size_t size_in_bytes variable
1816 size_in_bytes);
region-model.cc 3181 size_in_bytes (pointee_type));
3190 size_in_bytes (pointee_type));
3195 size_in_bytes (pointee_type));
3201 size_in_bytes (pointee_type));
3527 tree pointee_size_tree = size_in_bytes (pointee_type);
6397 /* May complain about uses of floating-point operands in SIZE_IN_BYTES. */
6400 region_model::check_dynamic_size_for_floats (const svalue *size_in_bytes,
6405 contains_floating_point_visitor v (size_in_bytes);
6423 region_model::get_or_create_region_for_heap_alloc (const svalue *size_in_bytes,
6445 if (size_in_bytes)
8887 const svalue *size_in_bytes local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
program-state.cc 1626 const svalue *size_in_bytes local
1629 = model->create_region_for_heap_alloc (size_in_bytes, NULL);
1683 const svalue *size_in_bytes local
1686 = model0->create_region_for_heap_alloc (size_in_bytes, NULL);
region-model.cc 4295 region_model::create_region_for_heap_alloc (const svalue *size_in_bytes,
4299 if (compat_types_p (size_in_bytes->get_type (), size_type_node))
4300 set_dynamic_extents (reg, size_in_bytes, ctxt);
4309 region_model::create_region_for_alloca (const svalue *size_in_bytes,
4313 if (compat_types_p (size_in_bytes->get_type (), size_type_node))
4314 set_dynamic_extents (reg, size_in_bytes, ctxt);
4318 /* Record that the size of REG is SIZE_IN_BYTES.
4323 const svalue *size_in_bytes,
4326 assert_compat_types (size_in_bytes->get_type (), size_type_node);
4328 check_dynamic_size_for_taint (reg->get_memory_space (), size_in_bytes,
6158 const svalue *size_in_bytes local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_link_dp.c 246 uint32_t size_in_bytes; local
296 size_in_bytes = lt_settings->link_settings.lane_count * sizeof(dpcd_lane[0]);
302 size_in_bytes);
337 size_in_bytes);
345 size_in_bytes + sizeof(dpcd_pattern.raw));
  /src/usr.bin/xlint/lint1/
tree.c 4448 unsigned int size_in_bytes = type_size_in_bits(tp) / CHAR_SIZE; local
4449 tnode_t *tn = build_integer_constant(SIZEOF_TSPEC, size_in_bytes);
4451 debug_step("build_sizeof '%s' = %u", type_name(tp), size_in_bytes);
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-expr.cc 5828 tmp = size_in_bytes (gfc_typenode_for_spec (&e->ts));
9229 tree size_in_bytes; local
9257 size_in_bytes = fold_build2_loc (input_location, MULT_EXPR,
9296 size_in_bytes = size;
9302 size_in_bytes = size;
9305 size_in_bytes = fold_build2_loc (input_location, MAX_EXPR, size_type_node,
9306 size_in_bytes, size_one_node);
9313 size_in_bytes);
9321 1, size_in_bytes);
11834 tree size_in_bytes; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-expr.cc 5716 tmp = size_in_bytes (gfc_typenode_for_spec (&e->ts));
8771 tree size_in_bytes; local
8807 size_in_bytes = fold_build2_loc (input_location, MULT_EXPR,
8832 size_in_bytes = size;
8838 size_in_bytes = size;
8841 size_in_bytes = fold_build2_loc (input_location, MAX_EXPR, size_type_node,
8842 size_in_bytes, size_one_node);
8849 size_in_bytes);
8857 1, size_in_bytes);
11216 tree size_in_bytes; local
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCMac.cpp 2786 CharUnits size_in_bytes = local
2792 size_in_bytes += gap;
2796 residue_in_bytes = size_in_bytes % WordSizeInBytes;
2797 size_in_bytes -= residue_in_bytes;
2801 unsigned size_in_words = size_in_bytes.getQuantity() / WordSizeInBytes;

Completed in 178 milliseconds

1 2