HomeSort by relevance Sort by last modified time
    Searched defs:BIT_SEG7_C (Results 1 - 2 of 2) sorted by null

  /bionic/libc/kernel/uapi/linux/
map_to_7segment.h 24 #define BIT_SEG7_C 2
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 68 #define BIT_SEG7_C 2
99 ( a<<BIT_SEG7_A | b<<BIT_SEG7_B | c<<BIT_SEG7_C | d<<BIT_SEG7_D | \

Completed in 2973 milliseconds