Home
last modified time | relevance | path

Searched refs:ft1 (Results 1 – 4 of 4) sorted by relevance

/linux/arch/mips/include/asm/
H A Dfpregdef.h33 #define ft1 $f6 macro
73 #define ft1 $f5 macro
/linux/arch/loongarch/include/asm/
H A Dfpregdef.h19 #define ft1 $f9 macro
/linux/Documentation/input/devices/
H A Delantech.rst669 . . . ft4 ft3 ft2 ft1 ft0
671 ft4 ft3 ft2 ft1 ft0 ftn = 1 when finger n is on touchpad
/linux/security/selinux/ss/
H A Dpolicydb.c420 const struct filename_trans_key *ft1 = k1; in filenametr_cmp() local
424 v = ft1->ttype - ft2->ttype; in filenametr_cmp()
428 v = ft1->tclass - ft2->tclass; in filenametr_cmp()
432 return strcmp(ft1->name, ft2->name); in filenametr_cmp()