Searched refs:set_id (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/isl/
H A Disl_space.c191 static __isl_give isl_space *set_id(__isl_take isl_space *dim, function
283 dst = set_id(dst, dst_type, offset + i, isl_id_copy(id));
497 return set_id(space, type, pos, id);
531 return set_id(space, type, pos, NULL);
1224 dim = set_id(dim, type, first + i, ids[i]);
1307 set_id(dim, type, i - num, get_id(dim, type, i));
/haiku-buildtools/binutils/bfd/
H A Delf32-spu.c685 unsigned int prev_buf = 0, set_id = 0; local
721 set_id = (num_buf == prev_buf)? set_id + 1 : 0;
743 = (set_id << htab->num_lines_log2) + num_buf;
1207 unsigned int ovl, dest_ovl, set_id; local
1400 set_id = ((dest_ovl - 1) >> htab->num_lines_log2) + 1;
1401 bfd_put_32 (sec->owner, (set_id << 18) | (dest & 0x3ffff),
4998 unsigned int set_id = ((ovl - 1) >> htab->num_lines_log2) + 1; local
4999 relocation += set_id << 18;

Completed in 73 milliseconds