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

  /src/external/gpl3/gdb.old/dist/gdb/
valops.c 3339 enum oload_classification worst = STANDARD;
3352 worst = NON_STANDARD; /* Non-standard type conversions
3356 /* If no INCOMPATIBLE classification was found, return the worst one
3358 return worst;
3337 enum oload_classification worst = STANDARD; local
  /src/external/gpl3/gdb/dist/gdb/
valops.c 3333 enum oload_classification worst = STANDARD;
3346 worst = NON_STANDARD; /* Non-standard type conversions
3350 /* If no INCOMPATIBLE classification was found, return the worst one
3352 return worst;
3331 enum oload_classification worst = STANDARD; local
  /src/sys/dev/ata/
atareg.h 527 uint8_t worst; member in struct:ata_smart_attr
  /src/external/gpl3/gcc/dist/gcc/config/c6x/
c6x.cc 3348 int worst = 1;
3353 worst = MAX ((reqs[side][UNIT_REQ_D] + factor - 1) / factor, worst);
3356 return worst;
3331 int worst = 1; local
  /src/external/gpl3/gcc.old/dist/gcc/config/c6x/
c6x.cc 3347 int worst = 1;
3352 worst = MAX ((reqs[side][UNIT_REQ_D] + factor - 1) / factor, worst);
3355 return worst;
3330 int worst = 1; local

Completed in 53 milliseconds