Searched refs:target_size (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/display/modules/hdcp/
H A Dhdcp_log.c38 uint32_t target_size = (byte_size * bytes_per_line + newline_size) * line_count + local
43 if (buf_size >= target_size) {
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dconfigure13049 target_size=32
13055 aix5coff64_vec) tb="$tb coff64-rs6000.lo xcofflink.lo aix5ppc-core.lo"; target_size=64 ;;
13074 bfd_efi_app_ia64_vec) tb="$tb efi-app-ia64.lo pepigen.lo cofflink.lo"; target_size=64 ;;
13075 bfd_efi_app_x86_64_vec) tb="$tb efi-app-x86_64.lo pepigen.lo cofflink.lo"; target_size=64 ;;
13139 bfd_elf32_nbigmips_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
13140 bfd_elf32_nlittlemips_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
13141 bfd_elf32_ntradbigmips_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
13142 bfd_elf32_ntradlittlemips_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
13154 bfd_elf32_sh64_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf32.lo $elf cofflink.lo" target_size=64 ;;
13155 bfd_elf32_sh64l_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf32.lo $elf cofflink.lo" target_size
[all...]
/openbsd-current/gnu/llvm/lldb/source/Expression/
H A DIRInterpreter.cpp1287 size_t target_size = data_layout.getTypeStoreSize(target_ty); local
1288 lldb_private::DataBufferHeap buffer(target_size, 0);
1361 size_t target_size = data_layout.getTypeStoreSize(target_ty); local
1362 lldb_private::DataBufferHeap buffer(target_size, 0);
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-xtensa.c7858 get_text_align_power (unsigned target_size)
7860 if (target_size <= 4)
7862 assert (target_size == 8);
7882 target instruction of size "target_size" so that it does not cross a
7890 int target_size,
7898 assert (target_size > 0 && alignment >= (addressT) target_size);
7925 == (address + fill + target_size - 1) >> align_pow)
8094 int target_size;
8105 target_size
7845 get_text_align_power(unsigned target_size) argument
7875 get_text_align_fill_size(addressT address, int align_pow, int target_size, bfd_boolean use_nops, bfd_boolean use_no_density) argument
8081 int target_size; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-xtensa.c6101 get_text_align_power (target_size)
6102 int target_size;
6107 if (target_size <= (1 << i))
6134 target_size = size of next instruction
6135 align_pow = get_text_align_power (target_size).
6140 target_size = 3 (for 2 or 3 byte target)
6142 align_pow = get_text_align_power (target_size);
6147 target_size = 0
6148 align_pow = get_text_align_power (target_size);
6153 get_text_align_fill_size (address, align_pow, target_size,
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dm32r-stub.c1135 unsigned long target_size; /* the size of the target instr */ member in struct:STEPPING_CONTEXT
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dconfigure6262 target_size=32
6269 aix5coff64_vec) tb="$tb coff64-rs6000.lo xcofflink.lo aix5ppc-core.lo"; target_size=64 ;;
6288 bfd_efi_app_ia64_vec) tb="$tb efi-app-ia64.lo pepigen.lo cofflink.lo"; target_size=64 ;;
6289 bfd_efi_app_x86_64_vec) tb="$tb efi-app-x86_64.lo pepigen.lo cofflink.lo"; target_size=64 ;;
6335 bfd_elf32_nbigmips_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
6336 bfd_elf32_nlittlemips_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
6337 bfd_elf32_ntradbigmips_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
6338 bfd_elf32_ntradlittlemips_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
6349 bfd_elf32_sh64_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf32.lo $elf cofflink.lo" target_size=64 ;;
6350 bfd_elf32_sh64l_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf32.lo $elf cofflink.lo" target_size
[all...]

Completed in 300 milliseconds