Searched refs:num_bytes (Results 1 - 15 of 15) sorted by relevance

/haiku-buildtools/legacy/binutils/opcodes/
H A Dz8k-dis.c285 int num_bytes; local
290 num_bytes = (z8k_table[instr_data->tabl_index].length + seg_length) * 2;
291 FETCH_DATA (info, num_bytes);
/haiku-buildtools/binutils/opcodes/
H A Dz8k-dis.c284 int num_bytes; local
289 num_bytes = (z8k_table[instr_data->tabl_index].length + seg_length) * 2;
290 FETCH_DATA (info, num_bytes);
H A Daarch64-opc.c1659 unsigned num_bytes; /* total number of bytes transferred. */
1665 num_bytes = (is_ld1r ? 1 : prev->reglist.num_regs)
1668 num_bytes = prev->reglist.num_regs
1671 if ((int) num_bytes != opnd->addr.offset.imm)
1657 unsigned num_bytes; /* total number of bytes transferred. */ local
/haiku-buildtools/gcc/libvtv/
H A Dvtv_rts.cc388 size_t num_bytes = 0; local
389 while (num_bytes < count)
392 len = read (fd, buf0 + num_bytes, count - num_bytes);
397 num_bytes += len;
400 return num_bytes;
H A Dvtv_set.h524 const size_t num_bytes = sizeof (insert_only_hash_set) + local
527 insert_only_hash_set *result = (insert_only_hash_set *) alloc (num_bytes);
/haiku-buildtools/gcc/gcc/
H A Dlower-subreg.c850 unsigned int byte, num_bytes; local
852 num_bytes = GET_MODE_SIZE (GET_MODE (x));
853 for (byte = 0; byte < num_bytes; byte += UNITS_PER_WORD)
/haiku-buildtools/gcc/gcc/jit/
H A Dlibgccjit.h527 int num_bytes, int is_signed);
H A Dlibgccjit++.h134 type get_int_type (size_t num_bytes, int is_signed);
657 context::get_int_type (size_t num_bytes, int is_signed) argument
660 num_bytes,
H A Dlibgccjit.c455 int num_bytes, int is_signed)
459 RETURN_NULL_IF_FAIL (num_bytes >= 0, ctxt, NULL, "negative size");
461 return (gcc_jit_type *)ctxt->get_int_type (num_bytes, is_signed);
454 gcc_jit_context_get_int_type(gcc_jit_context *ctxt, int num_bytes, int is_signed) argument
H A Djit-recording.h84 get_int_type (int num_bytes, int is_signed);
H A Djit-recording.c702 recording::context::get_int_type (int num_bytes, int is_signed) argument
710 const int num_bits = num_bytes * 8;
/haiku-buildtools/binutils/binutils/
H A Ddwarf.c186 dwarf_vmatoa_1 (const char *fmtch, dwarf_vma value, unsigned num_bytes) argument
201 if (num_bytes)
207 if (num_bytes > 8)
208 num_bytes = 8;
209 return ret + (16 - 2 * num_bytes);
232 print_dwarf_vma (dwarf_vma value, unsigned num_bytes) argument
234 printf ("%s ", dwarf_vmatoa_1 (NULL, value, num_bytes));
H A Dreadelf.c12457 bfd_size_type num_bytes;
12459 num_bytes = section->sh_size;
12461 if (num_bytes == 0 || section->sh_type == SHT_NOBITS)
12468 return (char *) get_data (NULL, file, section->sh_offset, 1, num_bytes,
12530 bfd_size_type num_bytes;
12541 num_bytes = section->sh_size;
12547 dwarf_size_type new_size = num_bytes;
12592 num_bytes = new_size;
12616 end = start + num_bytes;
12454 bfd_size_type num_bytes; local
12527 bfd_size_type num_bytes; local
/haiku-buildtools/gcc/gcc/config/rx/
H A Drx.c1089 unsigned int num_bytes;
1091 num_bytes = (mode == BLKmode)
1093 return rx_round_up (num_bytes, UNITS_PER_WORD);
1085 unsigned int num_bytes; local
/haiku-buildtools/gcc/gcc/config/mips/
H A Dmips.c5341 unsigned int num_bytes, num_words, max_regs;
5344 num_bytes = type ? int_size_in_bytes (type) : GET_MODE_SIZE (mode);
5345 num_words = (num_bytes + UNITS_PER_WORD - 1) / UNITS_PER_WORD;
5313 unsigned int num_bytes, num_words, max_regs; local

Completed in 402 milliseconds