HomeSort by relevance Sort by last modified time
    Searched refs:seg7_conversion_map (Results 1 - 3 of 3) sorted by null

  /external/kernel-headers/original/uapi/linux/
map_to_7segment.h 75 struct seg7_conversion_map { struct
79 static __inline__ int map_to_seg7(struct seg7_conversion_map *map, int c)
84 #define SEG7_CONVERSION_MAP(_name, _map) \
85 struct seg7_conversion_map _name = { .table = { _map } }
185 SEG7_CONVERSION_MAP(_name,MAP_ASCII7SEG_ALPHANUM)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
map_to_7segment.h 74 struct seg7_conversion_map { struct
78 static __inline__ int map_to_seg7(struct seg7_conversion_map *map, int c)
83 #define SEG7_CONVERSION_MAP(_name, _map) \
84 struct seg7_conversion_map _name = { .table = { _map } }
184 SEG7_CONVERSION_MAP(_name,MAP_ASCII7SEG_ALPHANUM)
  /bionic/libc/kernel/uapi/linux/
map_to_7segment.h 30 struct seg7_conversion_map { struct
33 #define SEG7_CONVERSION_MAP(_name,_map) struct seg7_conversion_map _name = {.table = { _map } }
46 #define SEG7_DEFAULT_MAP(_name) SEG7_CONVERSION_MAP(_name, MAP_ASCII7SEG_ALPHANUM)

Completed in 522 milliseconds