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

  /src/external/gpl3/gcc.old/dist/libgomp/config/linux/
affinity.c 594 bool this_set; local
596 this_set = false;
598 this_set = CPU_ISSET_S (i, gomp_cpuset_size, cpusetp);
599 if (this_set != prev_set)
601 prev_set = this_set;
602 if (this_set)
  /src/external/gpl3/gcc/dist/libgomp/config/linux/
affinity.c 594 bool this_set; local
596 this_set = false;
598 this_set = CPU_ISSET_S (i, gomp_cpuset_size, cpusetp);
599 if (this_set != prev_set)
601 prev_set = this_set;
602 if (this_set)
  /src/external/gpl3/binutils/dist/binutils/
dwarf.c 645 struct cu_tu_set *this_set,
667 || (this_set != NULL
668 && ((index_offset += this_set->section_offsets [DW_SECT_STR_OFFSETS])
669 < this_set->section_offsets [DW_SECT_STR_OFFSETS]))
2518 struct cu_tu_set *this_set,
2646 section, this_set, delimiter, level);
2815 strng = fetch_indexed_string (uvalue, this_set, offset_size, dwo,
3035 else if (this_set != NULL)
3036 uvalue += this_set->section_offsets [DW_SECT_LOC];
3143 add_dwo_name (fetch_indexed_string (uvalue, this_set,
3951 struct cu_tu_set *this_set; local
4028 struct cu_tu_set *this_set; local
11563 struct cu_tu_set *this_set = NULL; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf.c 644 struct cu_tu_set *this_set,
666 || (this_set != NULL
667 && ((index_offset += this_set->section_offsets [DW_SECT_STR_OFFSETS])
668 < this_set->section_offsets [DW_SECT_STR_OFFSETS]))
2449 struct cu_tu_set *this_set,
2577 section, this_set, delimiter, level);
2746 strng = fetch_indexed_string (uvalue, this_set, offset_size, dwo,
2966 else if (this_set != NULL)
2967 uvalue += this_set->section_offsets [DW_SECT_LOC];
3074 add_dwo_name (fetch_indexed_string (uvalue, this_set,
3875 struct cu_tu_set *this_set; local
3955 struct cu_tu_set *this_set; local
11473 struct cu_tu_set *this_set = NULL; local
    [all...]

Completed in 32 milliseconds