Home
last modified time | relevance | path

Searched refs:lfs (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/arch/ppc/math-emu/
Dmath.c52 FLOATFUNC(lfs);
273 case LFS: func = lfs; type = D; break; in do_mathemu()
274 case LFSU: func = lfs; type = DU; break; in do_mathemu()
284 case LFSX: func = lfs; type = XE; break; in do_mathemu()
285 case LFSUX: func = lfs; type = XEU; break; in do_mathemu()
Dlfs.c10 lfs(void *frD, void *ea) in lfs() function
DMakefile14 fres.o frsp.o frsqrte.o fsel.o lfs.o \
/linux-2.4.37.9/arch/ppc/kernel/
Dmisc.S979 lfs 0,0(r3)
991 lfs 0,0(r3)
/linux-2.4.37.9/drivers/video/
Dpm3fb.c2629 unsigned long lfs = strlen(lf); in pm3fb_font_setup() local
2631 if (lfs > (PM3_FONTNAME_SIZE - 1)) { in pm3fb_font_setup()
2635 strncpy(fontn[board_num], lf, lfs); in pm3fb_font_setup()
2636 fontn[board_num][lfs] = '\0'; in pm3fb_font_setup()
/linux-2.4.37.9/arch/ppc64/kernel/
Dmisc.S466 lfs 0,0(r3)