OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIT_SEG7_F
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/linux/
map_to_7segment.h
27
#define
BIT_SEG7_F
5
35
#define _SEG7(l,a,b,c,d,e,f,g) (a << BIT_SEG7_A | b << BIT_SEG7_B | c << BIT_SEG7_C | d << BIT_SEG7_D | e << BIT_SEG7_E | f <<
BIT_SEG7_F
| g << BIT_SEG7_G)
/external/kernel-headers/original/uapi/linux/
map_to_7segment.h
71
#define
BIT_SEG7_F
5
100
e<<BIT_SEG7_E | f<<
BIT_SEG7_F
| g<<BIT_SEG7_G )
Completed in 106 milliseconds