HomeSort by: relevance | last modified time | path
    Searched refs:unit_size (Results 1 - 25 of 48) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdbsupport/
rsp-low.cc 179 remote_escape_output (const gdb_byte *buffer, int len_units, int unit_size,
196 byte_index_in_unit < unit_size;
199 int idx = input_unit_index * unit_size + byte_index_in_unit;
206 if (output_byte_index + unit_size + number_escape_bytes_needed >
212 byte_index_in_unit < unit_size;
215 int idx = input_unit_index * unit_size + byte_index_in_unit;
rsp-low.h 72 int unit_size, gdb_byte *out_buf,
  /src/external/gpl3/gdb/dist/gdbsupport/
rsp-low.cc 179 remote_escape_output (const gdb_byte *buffer, int len_units, int unit_size,
196 byte_index_in_unit < unit_size;
199 int idx = input_unit_index * unit_size + byte_index_in_unit;
206 if (output_byte_index + unit_size + number_escape_bytes_needed >
212 byte_index_in_unit < unit_size;
215 int idx = input_unit_index * unit_size + byte_index_in_unit;
rsp-low.h 72 int unit_size, gdb_byte *out_buf,
  /src/external/gpl3/gdb.old/dist/gdb/
f-array-walker.h 54 int unit_size local
56 m_stride /= (unit_size * 8);
target.c 1955 int unit_size = 1; local
1963 unit_size = gdbarch_addressable_memory_unit_size
1972 buf + xfered_total * unit_size,
2015 int unit_size,
2076 buf.get () + (first_half_begin - begin) * unit_size,
2111 ((gdb_byte *) xmalloc (region_len * unit_size));
2112 memcpy (data.get (), buf.get () + (current_end - begin) * unit_size,
2113 region_len * unit_size);
2123 int unit_size local
2151 ((gdb_byte *) xmalloc (to_read * unit_size));
2191 int unit_size = 1; local
    [all...]
value.c 1054 int unit_size = gdbarch_addressable_memory_unit_size (arch ());
1060 (m_contents.get () + m_embedded_offset * unit_size, length);
1214 int unit_size = gdbarch_addressable_memory_unit_size (arch ());
1234 if ((src_offset + copy_length) * unit_size > enclosing_type ()-> length ())
1239 = dst->contents_all_raw ().slice (dst_offset * unit_size,
1240 copy_length * unit_size);
1242 = contents_all_raw ().slice (src_offset * unit_size,
1243 copy_length * unit_size);
1247 src_bit_offset = src_offset * unit_size * HOST_CHAR_BIT;
1248 dst_bit_offset = dst_offset * unit_size * HOST_CHAR_BIT
1053 int unit_size = gdbarch_addressable_memory_unit_size (arch ()); local
1213 int unit_size = gdbarch_addressable_memory_unit_size (arch ()); local
2174 int unit_size; local
3023 int unit_size = gdbarch_addressable_memory_unit_size (arch ()); local
    [all...]
remote.c 1337 int unit_size,
1344 int unit_size, ULONGEST *xfered_len);
1348 int unit_size, ULONGEST *xfered_len_units);
1353 int unit_size,
1358 int unit_size,
9442 UNIT_SIZE is the length in bytes of an addressable unit.
9458 On a platform with an addressable memory size of 2 bytes (UNIT_SIZE == 2), an
9475 int unit_size,
9520 (ULONGEST) payload_capacity_bytes / unit_size);
9523 todo_units = std::min (todo_units, payload_capacity_bytes / unit_size);
    [all...]
valarith.c 222 int unit_size = gdbarch_addressable_memory_unit_size (arch); local
223 elt_size = stride / (unit_size * 8);
1076 int unit_size = gdbarch_addressable_memory_unit_size (type->arch ());
1077 return unit_size * 8 * type->length ();
1073 int unit_size = gdbarch_addressable_memory_unit_size (type->arch ()); local
  /src/external/gpl3/gdb/dist/gdb/
f-array-walker.h 54 int unit_size local
56 m_stride /= (unit_size * 8);
target.c 1965 int unit_size = 1; local
1973 unit_size = gdbarch_addressable_memory_unit_size
1982 buf + xfered_total * unit_size,
2025 int unit_size,
2086 buf.get () + (first_half_begin - begin) * unit_size,
2121 ((gdb_byte *) xmalloc (region_len * unit_size));
2122 memcpy (data.get (), buf.get () + (current_end - begin) * unit_size,
2123 region_len * unit_size);
2133 int unit_size local
2161 ((gdb_byte *) xmalloc (to_read * unit_size));
2201 int unit_size = 1; local
    [all...]
value.c 1064 int unit_size = gdbarch_addressable_memory_unit_size (arch ());
1070 (m_contents.get () + m_embedded_offset * unit_size, length);
1224 int unit_size = gdbarch_addressable_memory_unit_size (arch ());
1244 if ((src_offset + copy_length) * unit_size > enclosing_type ()-> length ())
1249 = dst->contents_all_raw ().slice (dst_offset * unit_size,
1250 copy_length * unit_size);
1252 = contents_all_raw ().slice (src_offset * unit_size,
1253 copy_length * unit_size);
1257 src_bit_offset = src_offset * unit_size * HOST_CHAR_BIT;
1258 dst_bit_offset = dst_offset * unit_size * HOST_CHAR_BIT
1063 int unit_size = gdbarch_addressable_memory_unit_size (arch ()); local
1223 int unit_size = gdbarch_addressable_memory_unit_size (arch ()); local
2197 int unit_size; local
3036 int unit_size = gdbarch_addressable_memory_unit_size (arch ()); local
    [all...]
remote.c 1339 int unit_size,
1346 int unit_size, ULONGEST *xfered_len);
1350 int unit_size, ULONGEST *xfered_len_units);
1355 int unit_size,
1360 int unit_size,
9471 UNIT_SIZE is the length in bytes of an addressable unit.
9487 On a platform with an addressable memory size of 2 bytes (UNIT_SIZE == 2), an
9504 int unit_size,
9549 (ULONGEST) payload_capacity_bytes / unit_size);
9552 todo_units = std::min (todo_units, payload_capacity_bytes / unit_size);
    [all...]
valarith.c 222 int unit_size = gdbarch_addressable_memory_unit_size (arch); local
223 elt_size = stride / (unit_size * 8);
1076 int unit_size = gdbarch_addressable_memory_unit_size (type->arch ());
1077 return unit_size * 8 * type->length ();
1073 int unit_size = gdbarch_addressable_memory_unit_size (type->arch ()); local
  /src/external/gpl3/gcc/dist/gcc/
tree-dfa.cc 494 tree low_bound, unit_size; local
500 && (unit_size = array_ref_element_size (exp),
501 TREE_CODE (unit_size) == INTEGER_CST))
507 woffset *= wi::to_offset (unit_size);
540 && (unit_size = array_ref_element_size (exp),
541 TREE_CODE (unit_size) == INTEGER_CST)
557 * wi::to_offset (unit_size) << LOG2_BITS_PER_UNIT;
577 woffset *= wi::to_offset (unit_size);
813 tree low_bound, unit_size; local
826 unit_size = array_ref_element_size (exp)
    [all...]
ipa-sra.cc 120 unsigned unit_size : ISRA_ARG_SIZE_LIMIT_BITS;
369 unsigned unit_size : ISRA_ARG_SIZE_LIMIT_BITS; member in struct:isra_param_flow
480 to->unit_size = from->unit_size;
577 ipf->unit_offset, ipf->unit_size);
578 else if (ipf->unit_size > 0)
579 fprintf (f, " Known dereferenceable size: %u\n", ipf->unit_size);
726 fprintf (f, ", unit size: %u", access->unit_size);
1767 unsigned unit_offset, unsigned unit_size)
1776 param_flow->unit_size = unit_size
    [all...]
tree-object-size.cc 430 tree low_bound, unit_size; local
432 unit_size = array_ref_element_size (CONST_CAST_TREE (expr));
441 off = size_binop (MULT_EXPR, unit_size, t);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-dfa.cc 500 tree low_bound, unit_size; local
506 && (unit_size = array_ref_element_size (exp),
507 TREE_CODE (unit_size) == INTEGER_CST))
513 woffset *= wi::to_offset (unit_size);
549 && (unit_size = array_ref_element_size (exp),
550 TREE_CODE (unit_size) == INTEGER_CST)
564 * wi::to_offset (unit_size) << LOG2_BITS_PER_UNIT;
583 woffset *= wi::to_offset (unit_size);
819 tree low_bound, unit_size; local
832 unit_size = array_ref_element_size (exp)
    [all...]
ipa-sra.cc 117 unsigned unit_size : ISRA_ARG_SIZE_LIMIT_BITS;
324 unsigned unit_size : ISRA_ARG_SIZE_LIMIT_BITS; member in struct:isra_param_flow
425 to->unit_size = from->unit_size;
522 ipf->unit_offset, ipf->unit_size);
659 fprintf (f, ", unit size: %u", access->unit_size);
1636 unsigned unit_offset, unsigned unit_size)
1645 param_flow->unit_size = unit_size;
2249 to->unit_size = from->size / BITS_PER_UNIT
    [all...]
tree-object-size.cc 437 tree low_bound, unit_size; local
439 unit_size = array_ref_element_size (CONST_CAST_TREE (expr));
448 off = size_binop (MULT_EXPR, unit_size, t);
  /src/external/gpl3/gdb.old/dist/sim/common/
hw-device.h 378 const hw_unit *unit_size,
382 #define hw_unit_size_to_attach_size(bus, unit_size, attach_size, client) \
383 ((bus)->to_unit_size_to_attach_size (bus, unit_size, attach_size, client))
  /src/external/gpl3/gdb/dist/sim/common/
hw-device.h 378 const hw_unit *unit_size,
382 #define hw_unit_size_to_attach_size(bus, unit_size, attach_size, client) \
383 ((bus)->to_unit_size_to_attach_size (bus, unit_size, attach_size, client))
  /src/external/gpl3/gdb.old/dist/gdb/mi/
mi-main.c 1416 int unit_size = gdbarch_addressable_memory_unit_size (gdbarch); local
1468 * unit_size);
1567 int unit_size; local
1575 unit_size = gdbarch_addressable_memory_unit_size (get_current_arch ());
1577 if (len_hex % (unit_size * 2) != 0)
1583 len_units = len_bytes / unit_size;
1605 data = gdb::byte_vector (count_units * unit_size);
1616 remaining_units * unit_size);
  /src/external/gpl3/gdb/dist/gdb/mi/
mi-main.c 1374 int unit_size = gdbarch_addressable_memory_unit_size (gdbarch); local
1426 * unit_size);
1525 int unit_size; local
1533 unit_size = gdbarch_addressable_memory_unit_size (get_current_arch ());
1535 if (len_hex % (unit_size * 2) != 0)
1541 len_units = len_bytes / unit_size;
1563 data = gdb::byte_vector (count_units * unit_size);
1574 remaining_units * unit_size);
  /src/sys/fs/udf/
udf_allocation.c 2605 uint32_t lb_size, unit_size, dscr_size, crclen, lastblock_grow; local
2622 unit_size = lb_size;
2624 unit_size = ump->metadata_alloc_unit_size * lb_size;
2625 max_len = ((UDF_EXT_MAXLEN / unit_size) * unit_size);
2878 uint32_t lb_size, unit_size, dscr_size, crclen; local
2897 unit_size = lb_size;
2899 unit_size = ump->metadata_alloc_unit_size * lb_size;
2900 max_len = ((UDF_EXT_MAXLEN / unit_size) * unit_size);
    [all...]

Completed in 104 milliseconds

1 2