Home
last modified time | relevance | path

Searched refs:n_pieces (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Ddwarf2loc.c1343 int n_pieces; member
1357 int n_pieces, struct dwarf_expr_piece *pieces, in allocate_piece_closure() argument
1365 c->n_pieces = n_pieces; in allocate_piece_closure()
1367 c->pieces = XCALLOC (n_pieces, struct dwarf_expr_piece); in allocate_piece_closure()
1369 memcpy (c->pieces, pieces, n_pieces * sizeof (struct dwarf_expr_piece)); in allocate_piece_closure()
1370 for (i = 0; i < n_pieces; ++i) in allocate_piece_closure()
1583 for (i = 0; i < c->n_pieces && offset < type_len; i++) in read_pieced_value()
1767 for (i = 0; i < c->n_pieces && offset < type_len; i++) in write_pieced_value()
1914 for (i = 0; i < c->n_pieces && bit_length > 0; i++) in check_pieced_value_bits()
2013 for (i = 0; i < c->n_pieces && bit_length > 0; i++) in indirect_pieced_value()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dexpr.c802 unsigned HOST_WIDE_INT n_pieces = l / modesize; in by_pieces_ninsns() local
807 n_insns += n_pieces; in by_pieces_ninsns()
813 unsigned HOST_WIDE_INT full = n_pieces / batch; in by_pieces_ninsns()
815 if (n_pieces % batch != 0) in by_pieces_ninsns()