Home
last modified time | relevance | path

Searched refs:byte_size (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
H A Damdgpu_hdcp_log.c38 byte_size = 3, in mod_hdcp_dump_binary_message() local
43 uint32_t target_size = (byte_size * bytes_per_line + newline_size) * line_count + in mod_hdcp_dump_binary_message()
44 byte_size * trailing_bytes + newline_size + terminator_size; in mod_hdcp_dump_binary_message()
53 buf_pos += byte_size; in mod_hdcp_dump_binary_message()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DDataExtractor.cpp126 uint64_t DataExtractor::getUnsigned(uint64_t *offset_ptr, uint32_t byte_size, in getUnsigned() argument
128 switch (byte_size) { in getUnsigned()
142 DataExtractor::getSigned(uint64_t *offset_ptr, uint32_t byte_size) const { in getSigned()
143 switch (byte_size) { in getSigned()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion.cc336 tree byte_size = size_in_bytes (type); in get_byte_size_sval() local
337 if (TREE_TYPE (byte_size) != size_type_node) in get_byte_size_sval()
338 byte_size = fold_build1 (NOP_EXPR, size_type_node, byte_size); in get_byte_size_sval()
339 return mgr->get_or_create_constant_svalue (byte_size); in get_byte_size_sval()
1482 byte_size_t byte_size; in get_bit_size() local
1483 if (!get_byte_size (&byte_size)) in get_bit_size()
1485 *out = byte_size * BITS_PER_UNIT; in get_bit_size()
H A Dsvalue.cc1385 const svalue *byte_size in maybe_fold_bits_within() local
1388 return mgr->get_or_create_repeated_svalue (type, byte_size, in maybe_fold_bits_within()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-store-merging.c1646 unsigned int byte_size; in encode_tree_to_bitpos() local
1653 byte_size = rhs_bytes; in encode_tree_to_bitpos()
1659 byte_size = GET_MODE_SIZE (mode); in encode_tree_to_bitpos()
1662 byte_size++; in encode_tree_to_bitpos()
1663 unsigned char *tmpbuf = XALLOCAVEC (unsigned char, byte_size); in encode_tree_to_bitpos()
1664 memset (tmpbuf, '\0', byte_size); in encode_tree_to_bitpos()
1668 && native_encode_expr (expr, tmpbuf, byte_size - 1) == 0) in encode_tree_to_bitpos()
1678 = byte_size - ROUND_UP (bitlen, BITS_PER_UNIT) / BITS_PER_UNIT - 1; in encode_tree_to_bitpos()
1684 byte_size -= padding; in encode_tree_to_bitpos()
1693 byte_size * BITS_PER_UNIT - bitlen); in encode_tree_to_bitpos()
[all …]
H A Dhsa-gen.c617 unsigned byte_size = bsize / BITS_PER_UNIT; in hsa_type_for_scalar_tree_type() local
619 res = get_integer_type_by_bytes (byte_size, !TYPE_UNSIGNED (base)); in hsa_type_for_scalar_tree_type()
2771 build_memset_value (unsigned HOST_WIDE_INT constant, unsigned byte_size) in build_memset_value() argument
2778 for (unsigned i = 1; i < byte_size; i++) in build_memset_value()
4831 tree byte_size = gimple_call_arg (stmt, 2); in expand_memory_copy() local
4833 if (!tree_fits_uhwi_p (byte_size)) in expand_memory_copy()
4839 unsigned HOST_WIDE_INT n = tree_to_uhwi (byte_size); in expand_memory_copy()
5675 tree byte_size = gimple_call_arg (stmt, 2); in gen_hsa_insns_for_call() local
5677 if (!tree_fits_uhwi_p (byte_size)) in gen_hsa_insns_for_call()
5683 unsigned HOST_WIDE_INT n = tree_to_uhwi (byte_size); in gen_hsa_insns_for_call()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-store-merging.cc1922 unsigned int byte_size; in encode_tree_to_bitpos() local
1929 byte_size = rhs_bytes; in encode_tree_to_bitpos()
1935 byte_size in encode_tree_to_bitpos()
1941 byte_size++; in encode_tree_to_bitpos()
1942 unsigned char *tmpbuf = XALLOCAVEC (unsigned char, byte_size); in encode_tree_to_bitpos()
1943 memset (tmpbuf, '\0', byte_size); in encode_tree_to_bitpos()
1947 && native_encode_expr (expr, tmpbuf, byte_size - 1) == 0) in encode_tree_to_bitpos()
1957 = byte_size - ROUND_UP (bitlen, BITS_PER_UNIT) / BITS_PER_UNIT - 1; in encode_tree_to_bitpos()
1963 byte_size -= padding; in encode_tree_to_bitpos()
1972 byte_size * BITS_PER_UNIT - bitlen); in encode_tree_to_bitpos()
[all …]
H A Dtree-ssa-strlen.cc4604 unsigned HOST_WIDE_INT byte_size = tree_to_uhwi (size); in count_nonzero_bytes() local
4605 if (byte_size < offset) in count_nonzero_bytes()
4608 nbytes = byte_size - offset; in count_nonzero_bytes()
/netbsd-src/libexec/ftpd/
H A Dftpcmd.y165 %type <u.i> check_login octal_number byte_size
919 byte_size
1056 | L SP byte_size
1063 | L byte_size
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu.c3793 int byte_size = ((mode == BLKmode) in spu_function_value() local
3798 && byte_size <= UNITS_PER_WORD * MAX_REGISTER_RETURN && byte_size > 0) in spu_function_value()
3803 int nregs = (byte_size + UNITS_PER_WORD - 1) / UNITS_PER_WORD; in spu_function_value()
3804 int n = byte_size / UNITS_PER_WORD; in spu_function_value()
3813 byte_size -= UNITS_PER_WORD; in spu_function_value()
3818 if (byte_size < 4) in spu_function_value()
3819 byte_size = 4; in spu_function_value()
3820 smode = smallest_int_mode_for_size (byte_size * BITS_PER_UNIT); in spu_function_value()
3837 int byte_size; in spu_function_arg() local
3842 byte_size = ((mode == BLKmode) in spu_function_arg()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.cc4801 int byte_size; in ia64_function_arg_1() local
4814 byte_size = arg.promoted_size_in_bytes (); in ia64_function_arg_1()
4817 for (; (offset < byte_size && fp_regs < MAX_ARGUMENT_SLOTS in ia64_function_arg_1()
4834 else if (byte_size != offset) in ia64_function_arg_1()
4839 for (; offset < byte_size && int_regs < MAX_ARGUMENT_SLOTS; i++) in ia64_function_arg_1()
4854 else if (byte_size - offset == 4) in ia64_function_arg_1()
4880 int byte_size = arg.promoted_size_in_bytes (); in ia64_function_arg_1() local
4883 && byte_size < UNITS_PER_WORD in ia64_function_arg_1()
4884 && byte_size > 0) in ia64_function_arg_1()
5040 int byte_size; in ia64_function_arg_advance() local
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.c4801 int byte_size; in ia64_function_arg_1() local
4814 byte_size = arg.promoted_size_in_bytes (); in ia64_function_arg_1()
4817 for (; (offset < byte_size && fp_regs < MAX_ARGUMENT_SLOTS in ia64_function_arg_1()
4834 else if (byte_size != offset) in ia64_function_arg_1()
4839 for (; offset < byte_size && int_regs < MAX_ARGUMENT_SLOTS; i++) in ia64_function_arg_1()
4854 else if (byte_size - offset == 4) in ia64_function_arg_1()
4880 int byte_size = arg.promoted_size_in_bytes (); in ia64_function_arg_1() local
4883 && byte_size < UNITS_PER_WORD in ia64_function_arg_1()
4884 && byte_size > 0) in ia64_function_arg_1()
5040 int byte_size; in ia64_function_arg_advance() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DDataExtractor.h270 uint64_t getUnsigned(uint64_t *offset_ptr, uint32_t byte_size,
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dxcofflink.c2953 int byte_size; in xcoff_mark_symbol() local
2959 byte_size = 8; in xcoff_mark_symbol()
2961 byte_size = 4; in xcoff_mark_symbol()
2968 hds->toc_section->size += byte_size; in xcoff_mark_symbol()
4640 int byte_size; in xcoff_add_stub() local
4643 byte_size = 8; in xcoff_add_stub()
4645 byte_size = 4; in xcoff_add_stub()
4652 hds->toc_section->size += byte_size; in xcoff_add_stub()
6565 unsigned int reloc_size, byte_size; in xcoff_write_global_symbol() local
6570 byte_size = 8; in xcoff_write_global_symbol()
[all …]
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dxcofflink.c2943 int byte_size; in xcoff_mark_symbol() local
2949 byte_size = 8; in xcoff_mark_symbol()
2951 byte_size = 4; in xcoff_mark_symbol()
2958 hds->toc_section->size += byte_size; in xcoff_mark_symbol()
4631 int byte_size; in xcoff_add_stub() local
4634 byte_size = 8; in xcoff_add_stub()
4636 byte_size = 4; in xcoff_add_stub()
4643 hds->toc_section->size += byte_size; in xcoff_add_stub()
6556 unsigned int reloc_size, byte_size; in xcoff_write_global_symbol() local
6561 byte_size = 8; in xcoff_write_global_symbol()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/tilepro/
H A Dtilepro.cc174 int byte_size = arg.promoted_size_in_bytes (); in tilepro_function_arg() local
189 if ((cum + (byte_size + UNITS_PER_WORD - 1) / UNITS_PER_WORD) in tilepro_function_arg()
204 int byte_size = arg.promoted_size_in_bytes (); in tilepro_function_arg_advance() local
205 int word_size = (byte_size + UNITS_PER_WORD - 1) / UNITS_PER_WORD; in tilepro_function_arg_advance()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilepro/
H A Dtilepro.c174 int byte_size = arg.promoted_size_in_bytes (); in tilepro_function_arg() local
189 if ((cum + (byte_size + UNITS_PER_WORD - 1) / UNITS_PER_WORD) in tilepro_function_arg()
204 int byte_size = arg.promoted_size_in_bytes (); in tilepro_function_arg_advance() local
205 int word_size = (byte_size + UNITS_PER_WORD - 1) / UNITS_PER_WORD; in tilepro_function_arg_advance()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilegx/
H A Dtilegx.c222 int byte_size = arg.promoted_size_in_bytes (); in tilegx_function_arg() local
237 if ((cum + (byte_size + UNITS_PER_WORD - 1) / UNITS_PER_WORD) in tilegx_function_arg()
252 int byte_size = arg.promoted_size_in_bytes (); in tilegx_function_arg_advance() local
253 int word_size = (byte_size + UNITS_PER_WORD - 1) / UNITS_PER_WORD; in tilegx_function_arg_advance()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/tilegx/
H A Dtilegx.cc223 int byte_size = arg.promoted_size_in_bytes (); in tilegx_function_arg() local
238 if ((cum + (byte_size + UNITS_PER_WORD - 1) / UNITS_PER_WORD) in tilegx_function_arg()
253 int byte_size = arg.promoted_size_in_bytes (); in tilegx_function_arg_advance() local
254 int word_size = (byte_size + UNITS_PER_WORD - 1) / UNITS_PER_WORD; in tilegx_function_arg_advance()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-intrinsic.c7994 tree byte_size; in gfc_conv_intrinsic_sizeof() local
8025 byte_size = fold_convert (gfc_array_index_type, tmp); in gfc_conv_intrinsic_sizeof()
8039 byte_size = gfc_class_vtab_size_get (TREE_OPERAND (argse.expr, 0)); in gfc_conv_intrinsic_sizeof()
8045 byte_size = gfc_class_vtab_size_get ( in gfc_conv_intrinsic_sizeof()
8048 byte_size = gfc_class_vtab_size_get (argse.expr); in gfc_conv_intrinsic_sizeof()
8053 byte_size = size_of_string_in_bytes (arg->ts.kind, argse.string_length); in gfc_conv_intrinsic_sizeof()
8057 byte_size = TREE_TYPE (build_fold_indirect_ref_loc (input_location, in gfc_conv_intrinsic_sizeof()
8060 byte_size = gfc_get_element_type (TREE_TYPE (argse.expr)); in gfc_conv_intrinsic_sizeof()
8061 byte_size = fold_convert (gfc_array_index_type, in gfc_conv_intrinsic_sizeof()
8062 size_in_bytes (byte_size)); in gfc_conv_intrinsic_sizeof()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-intrinsic.cc8076 tree byte_size; in gfc_conv_intrinsic_sizeof() local
8107 byte_size = fold_convert (gfc_array_index_type, tmp); in gfc_conv_intrinsic_sizeof()
8117 byte_size in gfc_conv_intrinsic_sizeof()
8120 byte_size = gfc_class_vtab_size_get (argse.expr); in gfc_conv_intrinsic_sizeof()
8123 byte_size = gfc_class_vtab_size_get (TREE_OPERAND (argse.expr, 0)); in gfc_conv_intrinsic_sizeof()
8129 byte_size = gfc_class_vtab_size_get ( in gfc_conv_intrinsic_sizeof()
8137 byte_size = size_of_string_in_bytes (arg->ts.kind, argse.string_length); in gfc_conv_intrinsic_sizeof()
8141 byte_size = TREE_TYPE (build_fold_indirect_ref_loc (input_location, in gfc_conv_intrinsic_sizeof()
8144 byte_size = gfc_get_element_type (TREE_TYPE (argse.expr)); in gfc_conv_intrinsic_sizeof()
8145 byte_size = fold_convert (gfc_array_index_type, in gfc_conv_intrinsic_sizeof()
[all …]
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A DChangeLog-2011762 check byte_size values.
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A DChangeLog-2011762 check byte_size values.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dregion-model.cc6899 tree byte_size = size_in_bytes (elem_type); in convert_byte_offset_to_array_index() local
6900 gcc_assert (byte_size); in convert_byte_offset_to_array_index()
6906 fold_convert (ssizetype, byte_size)); in convert_byte_offset_to_array_index()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DDwarf.def276 HANDLE_DW_AT(0x0b, byte_size, 2, DWARF)

12