HomeSort by: relevance | last modified time | path
    Searched defs:byte_size (Results 1 - 24 of 24) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
amdgpu_hdcp_log.c 38 byte_size = 3, local
43 uint32_t target_size = (byte_size * bytes_per_line + newline_size) * line_count +
44 byte_size * trailing_bytes + newline_size + terminator_size;
53 buf_pos += byte_size;
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region.cc 336 tree byte_size = size_in_bytes (type);
337 if (TREE_TYPE (byte_size) != size_type_node)
338 byte_size = fold_build1 (NOP_EXPR, size_type_node, byte_size);
339 return mgr->get_or_create_constant_svalue (byte_size);
1482 byte_size_t byte_size; local
1483 if (!get_byte_size (&byte_size))
1485 *out = byte_size * BITS_PER_UNIT;
svalue.cc 1385 const svalue *byte_size local
1388 return mgr->get_or_create_repeated_svalue (type, byte_size,
  /src/external/gpl3/gcc/dist/gcc/analyzer/
region.cc 734 tree byte_size = size_in_bytes (type);
735 if (TREE_TYPE (byte_size) != size_type_node)
736 byte_size = fold_build1 (NOP_EXPR, size_type_node, byte_size);
737 return mgr->get_or_create_constant_svalue (byte_size);
2075 byte_size_t byte_size; local
2076 if (!get_byte_size (&byte_size))
2078 *out = byte_size * BITS_PER_UNIT;
svalue.cc 1557 const svalue *byte_size local
1560 return mgr->get_or_create_repeated_svalue (type, byte_size,
  /src/external/gpl3/gdb.old/dist/gdb/
xtensa-tdep.h 116 int byte_size; /* Actual space allocated in registers[]. */ member in struct:__anon385
  /src/external/gpl3/gdb/dist/gdb/
xtensa-tdep.h 116 int byte_size; /* Actual space allocated in registers[]. */ member in struct:__anon734
  /src/external/gpl3/binutils/dist/bfd/
xcofflink.c 2989 int byte_size;
2995 byte_size = 8;
2997 byte_size = 4;
3004 hds->toc_section->size += byte_size;
4682 int byte_size;
4685 byte_size = 8;
4687 byte_size = 4;
4694 hds->toc_section->size += byte_size;
6613 unsigned int reloc_size, byte_size;
6618 byte_size = 8
2978 int byte_size; local
4670 int byte_size; local
6601 unsigned int reloc_size, byte_size; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
xcofflink.c 2989 int byte_size;
2995 byte_size = 8;
2997 byte_size = 4;
3004 hds->toc_section->size += byte_size;
4682 int byte_size;
4685 byte_size = 8;
4687 byte_size = 4;
4694 hds->toc_section->size += byte_size;
6613 unsigned int reloc_size, byte_size;
6618 byte_size = 8
2978 int byte_size; local
4670 int byte_size; local
6601 unsigned int reloc_size, byte_size; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-store-merging.cc 2007 unsigned int byte_size; local
2014 byte_size = rhs_bytes;
2020 byte_size
2026 byte_size++;
2027 unsigned char *tmpbuf = XALLOCAVEC (unsigned char, byte_size);
2028 memset (tmpbuf, '\0', byte_size);
2032 && native_encode_expr (expr, tmpbuf, byte_size - 1) == 0)
2042 = byte_size - ROUND_UP (bitlen, BITS_PER_UNIT) / BITS_PER_UNIT - 1;
2048 byte_size -= padding;
2057 byte_size * BITS_PER_UNIT - bitlen)
    [all...]
dwarf2out.cc 26064 /* If this type has been completed, then give it a byte_size attribute and
31241 -1 if the DW_AT_string_length attribute and DW_AT_{string_length_,}byte_size
31471 DW_AT_{string_length_,}byte_size. */
31512 DW_AT_{string_length_,}byte_size. */
31744 unsigned int byte_size
31749 hstate.add_object (byte_size);
31766 unsigned int byte_size
31770 hstate.add_object (byte_size);
31724 unsigned int byte_size local
31746 unsigned int byte_size local
  /src/external/gpl3/gcc.old/dist/gcc/config/tilegx/
tilegx.cc 225 int byte_size = arg.promoted_size_in_bytes ();
240 if ((cum + (byte_size + UNITS_PER_WORD - 1) / UNITS_PER_WORD)
255 int byte_size = arg.promoted_size_in_bytes ();
256 int word_size = (byte_size + UNITS_PER_WORD - 1) / UNITS_PER_WORD;
223 int byte_size = arg.promoted_size_in_bytes (); local
253 int byte_size = arg.promoted_size_in_bytes (); local
  /src/external/gpl3/gcc.old/dist/gcc/config/tilepro/
tilepro.cc 176 int byte_size = arg.promoted_size_in_bytes ();
191 if ((cum + (byte_size + UNITS_PER_WORD - 1) / UNITS_PER_WORD)
206 int byte_size = arg.promoted_size_in_bytes ();
207 int word_size = (byte_size + UNITS_PER_WORD - 1) / UNITS_PER_WORD;
174 int byte_size = arg.promoted_size_in_bytes (); local
204 int byte_size = arg.promoted_size_in_bytes (); local
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-store-merging.cc 1923 unsigned int byte_size; local
1930 byte_size = rhs_bytes;
1936 byte_size
1942 byte_size++;
1943 unsigned char *tmpbuf = XALLOCAVEC (unsigned char, byte_size);
1944 memset (tmpbuf, '\0', byte_size);
1948 && native_encode_expr (expr, tmpbuf, byte_size - 1) == 0)
1958 = byte_size - ROUND_UP (bitlen, BITS_PER_UNIT) / BITS_PER_UNIT - 1;
1964 byte_size -= padding;
1973 byte_size * BITS_PER_UNIT - bitlen)
    [all...]
dwarf2out.cc 25926 /* If this type has been completed, then give it a byte_size attribute and
31094 -1 if the DW_AT_string_length attribute and DW_AT_{string_length_,}byte_size
31324 DW_AT_{string_length_,}byte_size. */
31365 DW_AT_{string_length_,}byte_size. */
31597 unsigned int byte_size
31602 hstate.add_object (byte_size);
31619 unsigned int byte_size
31623 hstate.add_object (byte_size);
31577 unsigned int byte_size local
31599 unsigned int byte_size local
  /src/external/gpl3/gdb.old/dist/bfd/
xcofflink.c 2946 int byte_size;
2952 byte_size = 8;
2954 byte_size = 4;
2961 hds->toc_section->size += byte_size;
4635 int byte_size;
4638 byte_size = 8;
4640 byte_size = 4;
4647 hds->toc_section->size += byte_size;
6566 unsigned int reloc_size, byte_size;
6571 byte_size = 8
2935 int byte_size; local
4623 int byte_size; local
6554 unsigned int reloc_size, byte_size; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
xcofflink.c 2989 int byte_size;
2995 byte_size = 8;
2997 byte_size = 4;
3004 hds->toc_section->size += byte_size;
4682 int byte_size;
4685 byte_size = 8;
4687 byte_size = 4;
4694 hds->toc_section->size += byte_size;
6613 unsigned int reloc_size, byte_size;
6618 byte_size = 8
2978 int byte_size; local
4670 int byte_size; local
6601 unsigned int reloc_size, byte_size; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/ia64/
ia64.cc 4818 int byte_size;
4831 byte_size = arg.promoted_size_in_bytes ();
4834 for (; (offset < byte_size && fp_regs < MAX_ARGUMENT_SLOTS
4851 else if (byte_size != offset)
4856 for (; offset < byte_size && int_regs < MAX_ARGUMENT_SLOTS; i++)
4871 else if (byte_size - offset == 4)
4897 int byte_size = arg.promoted_size_in_bytes ();
4900 && byte_size < UNITS_PER_WORD
4901 && byte_size > 0)
5057 int byte_size;
4812 int byte_size; local
4891 int byte_size = arg.promoted_size_in_bytes (); local
5051 int byte_size; local
5189 HOST_WIDE_INT byte_size; local
5242 int byte_size; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/ia64/
ia64.cc 4807 int byte_size;
4820 byte_size = arg.promoted_size_in_bytes ();
4823 for (; (offset < byte_size && fp_regs < MAX_ARGUMENT_SLOTS
4840 else if (byte_size != offset)
4845 for (; offset < byte_size && int_regs < MAX_ARGUMENT_SLOTS; i++)
4860 else if (byte_size - offset == 4)
4886 int byte_size = arg.promoted_size_in_bytes ();
4889 && byte_size < UNITS_PER_WORD
4890 && byte_size > 0)
5046 int byte_size;
4801 int byte_size; local
4880 int byte_size = arg.promoted_size_in_bytes (); local
5040 int byte_size; local
5178 HOST_WIDE_INT byte_size; local
5231 int byte_size; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-intrinsic.cc 8058 tree byte_size; local
8089 byte_size = fold_convert (gfc_array_index_type, tmp);
8099 byte_size
8102 byte_size = gfc_class_vtab_size_get (argse.expr);
8105 byte_size = gfc_class_vtab_size_get (TREE_OPERAND (argse.expr, 0));
8111 byte_size = gfc_class_vtab_size_get (
8119 byte_size = size_of_string_in_bytes (arg->ts.kind, argse.string_length);
8123 byte_size = TREE_TYPE (build_fold_indirect_ref_loc (input_location,
8126 byte_size = gfc_get_element_type (TREE_TYPE (argse.expr));
8127 byte_size = fold_convert (gfc_array_index_type
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-intrinsic.cc 8081 tree byte_size; local
8112 byte_size = fold_convert (gfc_array_index_type, tmp);
8122 byte_size
8125 byte_size = gfc_class_vtab_size_get (argse.expr);
8128 byte_size = gfc_class_vtab_size_get (TREE_OPERAND (argse.expr, 0));
8134 byte_size = gfc_class_vtab_size_get (
8142 byte_size = size_of_string_in_bytes (arg->ts.kind, argse.string_length);
8146 byte_size = TREE_TYPE (build_fold_indirect_ref_loc (input_location,
8149 byte_size = gfc_get_element_type (TREE_TYPE (argse.expr));
8150 byte_size = fold_convert (gfc_array_index_type
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
spu.c 3801 int byte_size = ((mode == BLKmode)
3806 && byte_size <= UNITS_PER_WORD * MAX_REGISTER_RETURN && byte_size > 0)
3811 int nregs = (byte_size + UNITS_PER_WORD - 1) / UNITS_PER_WORD;
3812 int n = byte_size / UNITS_PER_WORD;
3821 byte_size -= UNITS_PER_WORD;
3826 if (byte_size < 4)
3827 byte_size = 4;
3828 smode = smallest_int_mode_for_size (byte_size * BITS_PER_UNIT);
3845 int byte_size;
3793 int byte_size = ((mode == BLKmode) local
3837 int byte_size; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.c 13284 these DIEs are identified by the fact that they have no byte_size
14406 int byte_size, addr_class;
14420 byte_size = attr_byte_size->constant_value (cu_header->addr_size);
14422 byte_size = cu_header->addr_size;
14435 if (type->length () != byte_size
14443 = gdbarch_address_class_type_flags (gdbarch, byte_size,
14449 else if (type->length () != byte_size)
14451 complaint (_("invalid pointer size %d"), byte_size);
14466 type->set_length (byte_size);
14397 int byte_size, addr_class; local
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read.c 11577 these DIEs are identified by the fact that they have no byte_size
12706 int byte_size;
12720 byte_size = (attr_byte_size->unsigned_constant ()
12723 byte_size = cu_header->addr_size;
12738 if (type->length () != byte_size
12746 = gdbarch_address_class_type_flags (gdbarch, byte_size,
12752 else if (type->length () != byte_size)
12754 complaint (_("invalid pointer size %d"), byte_size);
12769 type->set_length (byte_size);
13733 std::optional<ULONGEST> byte_size;
12699 int byte_size; local
13726 std::optional<ULONGEST> byte_size; local
    [all...]

Completed in 126 milliseconds