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

  /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)
  /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)

Completed in 343 milliseconds