Searched refs:sw (Results 1 – 4 of 4) sorted by relevance
/system/core/libpixelflinger/arch-mips/ |
D | col32cb16blend.S | 113 sw $t2,-8($a0) 114 sw $t7,-4($a0)
|
D | t32cb16blend.S | 227 sw $t1,-8($a0) 244 sw $t1,-4($a0)
|
/system/core/libpixelflinger/arch-mips64/ |
D | t32cb16blend.S | 125 sw $a5,-8($a0) 142 sw $a5,-4($a0)
|
/system/core/toolbox/ |
D | getevent.c | 640 uint16_t sw; in getevent_main() local 641 res = ioctl(ufds[i].fd, EVIOCGSW(1), &sw); in getevent_main() 646 sw &= get_switch; in getevent_main() 647 printf("%04x%s", sw, newline); in getevent_main()
|