Home | Sort by: relevance | last modified time | path |
/src/sys/arch/atari/atari/ | |
fpu_machdep.c | 54 static const char *fpu_descr[] = { variable in typeref:typename:const char * [] 70 int maxtype = sizeof(fpu_descr)/sizeof(fpu_descr[0]) - 1; 74 return fpu_descr[type]; |
/src/sys/arch/sun3/sun3/ | |
fpu_machdep.c | 49 static const char *fpu_descr[] = { variable in typeref:typename:const char * [] 65 int maxtype = sizeof(fpu_descr) / sizeof(fpu_descr[0]) - 1; 74 descr = fpu_descr[fputype]; |
/src/sys/arch/mac68k/mac68k/ | |
fpu_machdep.c | 52 static const char *fpu_descr[] = { variable in typeref:typename:const char * [] 77 descr = fpu_descr[fputype]; |
/src/sys/arch/x68k/x68k/ | |
machdep.c | 312 static const char *fpu_descr[] = { variable in typeref:typename:const char * [] 407 if (fputype >= 0 && fputype < sizeof(fpu_descr)/sizeof(fpu_descr[0])) 408 fpu = fpu_descr[fputype]; |