Home
last modified time | relevance | path

Searched refs:DIGIT (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/Documentation/translations/zh_CN/admin-guide/
H A Dunicode.rst142 U+F8F0 KLINGON DIGIT ZERO
143 U+F8F1 KLINGON DIGIT ONE
144 U+F8F2 KLINGON DIGIT TWO
145 U+F8F3 KLINGON DIGIT THREE
146 U+F8F4 KLINGON DIGIT FOUR
147 U+F8F5 KLINGON DIGIT FIVE
148 U+F8F6 KLINGON DIGIT SIX
149 U+F8F7 KLINGON DIGIT SEVEN
150 U+F8F8 KLINGON DIGIT EIGHT
151 U+F8F9 KLINGON DIGIT NINE
/openbmc/linux/Documentation/translations/zh_TW/admin-guide/
H A Dunicode.rst145 U+F8F0 KLINGON DIGIT ZERO
146 U+F8F1 KLINGON DIGIT ONE
147 U+F8F2 KLINGON DIGIT TWO
148 U+F8F3 KLINGON DIGIT THREE
149 U+F8F4 KLINGON DIGIT FOUR
150 U+F8F5 KLINGON DIGIT FIVE
151 U+F8F6 KLINGON DIGIT SIX
152 U+F8F7 KLINGON DIGIT SEVEN
153 U+F8F8 KLINGON DIGIT EIGHT
154 U+F8F9 KLINGON DIGIT NINE
/openbmc/linux/Documentation/admin-guide/
H A Dunicode.rst156 U+F8F0 KLINGON DIGIT ZERO
157 U+F8F1 KLINGON DIGIT ONE
158 U+F8F2 KLINGON DIGIT TWO
159 U+F8F3 KLINGON DIGIT THREE
160 U+F8F4 KLINGON DIGIT FOUR
161 U+F8F5 KLINGON DIGIT FIVE
162 U+F8F6 KLINGON DIGIT SIX
163 U+F8F7 KLINGON DIGIT SEVEN
164 U+F8F8 KLINGON DIGIT EIGHT
165 U+F8F9 KLINGON DIGIT NINE
/openbmc/qemu/target/hexagon/idef-parser/
H A Didef-parser.lex44 DIGIT [0-9]
/openbmc/u-boot/lib/
H A Dslre.c32 STAR, PLUS, STARQ, PLUSQ, QUEST, SPACE, NONSPACE, DIGIT}; enumerator
232 res = DIGIT << 8; in get_escape_char()
584 case DIGIT: in match()