OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIT_SEG7_A
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/linux/
map_to_7segment.h
22
#define
BIT_SEG7_A
0
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
66
#define
BIT_SEG7_A
0
99
( a<<
BIT_SEG7_A
| b<<BIT_SEG7_B | c<<BIT_SEG7_C | d<<BIT_SEG7_D | \
Completed in 506 milliseconds