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

  /src/external/gpl3/gdb/dist/sim/ppc/
hw_phb.c 368 set_p(device_unit *address) function
573 set_p(address);
  /src/external/gpl3/gdb.old/dist/sim/ppc/
hw_phb.c 368 set_p(device_unit *address) function
573 set_p(address);
  /src/external/gpl3/gcc/dist/gcc/
ira-lives.cc 249 bool set_p = false; local
261 set_p = true;
263 if (set_p)
822 bool set_p = false; local
841 set_p = true;
844 return set_p;
1317 bool set_p; local
1522 set_p = mark_hard_reg_early_clobbers (insn, true);
1524 if (set_p)
ira.cc 997 bool set_p;
1040 set_p = false;
1049 set_p = true;
1051 if (set_p && j >= ira_allocno_classes_num)
990 bool set_p; local
  /src/external/gpl3/gcc.old/dist/gcc/
ira-lives.cc 248 bool set_p = false; local
260 set_p = true;
262 if (set_p)
821 bool set_p = false; local
840 set_p = true;
843 return set_p;
1230 bool set_p; local
1438 set_p = mark_hard_reg_early_clobbers (insn, true);
1440 if (set_p)
ira.cc 993 bool set_p;
1036 set_p = false;
1045 set_p = true;
1047 if (set_p && j >= ira_allocno_classes_num)
986 bool set_p; local
  /src/sbin/disklabel/
main.c 383 static int set_p; local
385 if ((!biendian_p || set_p)
394 set_p = 1;
  /src/external/gpl2/texinfo/dist/makeinfo/
makeinfo.c 3566 set_p (char *name)
3664 value = set_p (name);
3810 if ((action == IFSET && !set_p (name))
3811 || (action == IFCLEAR && set_p (name)))
3551 set_p (char *name) function

Completed in 57 milliseconds