HomeSort by: relevance | last modified time | path
    Searched refs:modelstr (Results 1 - 3 of 3) sorted by relevancy

  /src/external/lgpl3/gmp/dist/
config.guess 842 const char *modelstr, *suffix;
857 modelstr = "$guess_cpu";
867 if (model == 4 || model == 8) modelstr = "pentiummmx";
868 else modelstr = "pentium";
871 if (model <= 1) modelstr = "pentiumpro";
872 else if (model <= 6) modelstr = "pentium2";
873 else if (model <= 8) modelstr = "pentium3";
874 else if (model <= 9) modelstr = "pentiumm";
875 else if (model <= 0x0c) modelstr = "pentium3";
876 else if (model <= 0x0e) modelstr = "pentiumm"
    [all...]
  /src/sys/dev/i2c/
si70xx.c 788 char modelstr[64]; local
792 snprintf(modelstr, sizeof(modelstr), "Engineering Sample");
797 snprintf(modelstr, sizeof(modelstr), "SI70%d", model);
800 snprintf(modelstr, sizeof(modelstr), "Unknown model %d (maybe an HTU21D)", model);
820 modelstr, fwversionstr, testcrcpt1[0], testcrcpt1[1],
  /src/sys/arch/arm/marvell/
mvsoc.c 365 const char *modelstr; member in struct:__anon1096
1064 nametbl[i].modelstr,

Completed in 19 milliseconds