Searched refs:Hex (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/data/bhyve/kbdlayout/ |
H A D | default | 26 # 'Chr',ScanCode(Hex); <Comment> 28 # AsciiCode(Hex),ScanCode(Hex); <Comment> 150 # Xorg KeySym(Hex:2Byte),ScanCode(Hex); <Comment> 152 # Xorg KeySym(Hex:2Byte),ScanCode(Hex),Prefix(Hex); <Comment>
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | tokenize.c | 489 Hex = 4, enumerator 497 ['0' + 1 ... '9' + 1] = Digit | Hex, 498 ['A' + 1 ... 'D' + 1] = Letter | Hex, 499 ['E' + 1] = Letter | Hex | Exp, /* E<exp> */ 500 ['F' + 1] = Letter | Hex, 504 ['a' + 1 ... 'd' + 1] = Letter | Hex, 505 ['e' + 1] = Letter | Hex | Exp, /* e<exp> */ 506 ['f' + 1] = Letter | Hex, 602 if (want_hex && !(cclass[next + 1] & Hex)) in eat_string()
|
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/ |
H A D | digestmd5.c | 305 static void CvtHex(HASH Bin, HASHHEX Hex) in CvtHex() argument 313 Hex[i * 2] = (j + '0'); in CvtHex() 315 Hex[i * 2] = (j + 'a' - 10); in CvtHex() 318 Hex[i * 2 + 1] = (j + '0'); in CvtHex() 320 Hex[i * 2 + 1] = (j + 'a' - 10); in CvtHex() 322 Hex[HASHHEXLEN] = '\0'; in CvtHex()
|
/illumos-gate/usr/src/data/hwdata/ |
H A D | usb.ids | 18349 0036 RZ01-0075, Gaming Mouse [Naga Hex (Red)] 18356 0041 Naga Hex 18367 0050 Naga Hex V2
|
/illumos-gate/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 14949 as well as the Octal and Hex escapes. Note: the insertion of a
|