OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIT_SEG7_G
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/linux/
map_to_7segment.h
28
#define
BIT_SEG7_G
6
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
72
#define
BIT_SEG7_G
6
100
e<<BIT_SEG7_E | f<<BIT_SEG7_F | g<<
BIT_SEG7_G
)
Completed in 422 milliseconds