HomeSort by: relevance | last modified time | path
    Searched defs:set_id (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/volt/
priv.h 20 int (*set_id)(struct nvkm_volt *, u8 id, int condition); member in struct:nvkm_volt_func
  /src/external/gpl3/binutils/dist/gprofng/src/
BaseMetric.h 165 void set_id (int _id) { id = _id; } //TBR, if possible function in class:BaseMetric
  /src/external/gpl3/binutils.old/dist/gprofng/src/
BaseMetric.h 165 void set_id (int _id) { id = _id; } //TBR, if possible function in class:BaseMetric
  /src/external/mit/isl/dist/
isl_space.c 279 static __isl_give isl_space *set_id(__isl_take isl_space *space, function
402 dst = set_id(dst, dst_type, offset + i, isl_id_copy(id));
742 return set_id(space, type, pos, id);
776 return set_id(space, type, pos, NULL);
1975 space = set_id(space, type, first + i, ids[i]);
2151 set_id(space, type, i - num, get_id(space, type, i));
  /src/external/gpl3/binutils/dist/bfd/
elf32-spu.c 693 unsigned int prev_buf = 0, set_id = 0; local
729 set_id = (num_buf == prev_buf)? set_id + 1 : 0;
751 = (set_id << htab->num_lines_log2) + num_buf;
1215 unsigned int ovl, dest_ovl, set_id; local
1408 set_id = ((dest_ovl - 1) >> htab->num_lines_log2) + 1;
1409 bfd_put_32 (sec->owner, (set_id << 18) | (dest & 0x3ffff),
5006 unsigned int set_id = ((ovl - 1) >> htab->num_lines_log2) + 1; local
5007 relocation += set_id << 18;
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-spu.c 693 unsigned int prev_buf = 0, set_id = 0; local
729 set_id = (num_buf == prev_buf)? set_id + 1 : 0;
751 = (set_id << htab->num_lines_log2) + num_buf;
1215 unsigned int ovl, dest_ovl, set_id; local
1408 set_id = ((dest_ovl - 1) >> htab->num_lines_log2) + 1;
1409 bfd_put_32 (sec->owner, (set_id << 18) | (dest & 0x3ffff),
5005 unsigned int set_id = ((ovl - 1) >> htab->num_lines_log2) + 1; local
5006 relocation += set_id << 18;
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-spu.c 692 unsigned int prev_buf = 0, set_id = 0; local
728 set_id = (num_buf == prev_buf)? set_id + 1 : 0;
750 = (set_id << htab->num_lines_log2) + num_buf;
1214 unsigned int ovl, dest_ovl, set_id; local
1407 set_id = ((dest_ovl - 1) >> htab->num_lines_log2) + 1;
1408 bfd_put_32 (sec->owner, (set_id << 18) | (dest & 0x3ffff),
5002 unsigned int set_id = ((ovl - 1) >> htab->num_lines_log2) + 1; local
5003 relocation += set_id << 18;
  /src/external/gpl3/gdb/dist/bfd/
elf32-spu.c 693 unsigned int prev_buf = 0, set_id = 0; local
729 set_id = (num_buf == prev_buf)? set_id + 1 : 0;
751 = (set_id << htab->num_lines_log2) + num_buf;
1215 unsigned int ovl, dest_ovl, set_id; local
1408 set_id = ((dest_ovl - 1) >> htab->num_lines_log2) + 1;
1409 bfd_put_32 (sec->owner, (set_id << 18) | (dest & 0x3ffff),
5006 unsigned int set_id = ((ovl - 1) >> htab->num_lines_log2) + 1; local
5007 relocation += set_id << 18;

Completed in 69 milliseconds