/freebsd-src/contrib/file/magic/Magdir/ |
H A D | dyadic | 13 0 ubeshort&0xFF60 0xaa00 17 >>2 ubeshort >0x0000 Dyalog APL 18 >>>1 byte 0x00 aplcore 19 #>>>1 byte 0x00 incomplete workspace 21 >>>1 byte 0x01 component file 32-bit non-journaled non-checksummed 22 #>>>1 byte 0x01 component file 23 >>>1 byte 0x02 external variable exclusive 24 #>>>1 byte 0x02 external variable 26 >>>1 byte 0x03 workspace 27 >>>>7 byte&0x28 0x00 32-bit [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/phy/ |
H A D | qcom,qmp-usb3-dp-phy.yaml | 83 "^usb3-phy@[0-9a-f]+$": 113 const: 0 116 const: 0 124 "^dp-phy@[0-9a-f]+$": 143 const: 0 181 reg = <0x088e9000 0x18c>, 182 <0x088e8000 0x10>, 183 <0x088ea000 0x40>; 187 ranges = <0x0 0x088e9000 0x2000>; 203 reg = <0x200 0x128>, [all …]
|
H A D | qcom,sc7180-qmp-usb3-dp-phy.yaml | 92 "^usb3-phy@[0-9a-f]+$": 122 const: 0 125 const: 0 133 "^dp-phy@[0-9a-f]+$": 152 const: 0 237 reg = <0x088e9000 0x18c>, 238 <0x088e8000 0x10>, 239 <0x088ea000 0x40>; 243 ranges = <0x0 0x088e9000 0x2000>; 261 reg = <0x200 0x128>, [all …]
|
/freebsd-src/sys/arm64/freescale/imx/ |
H A D | imx8mq_ccm.c | 122 FIXED(IMX8MQ_CLK_DUMMY, "dummy", 0), 134 SSCG_PLL(IMX8MQ_SYS3_PLL_OUT, "sys3_pll_out", sys3_pll_out_p, 0x48), 136 MUX(IMX8MQ_ARM_PLL_REF_SEL, "arm_pll_ref_sel", pll_ref_p, 0, 0x28, 16, 2), 137 MUX(IMX8MQ_GPU_PLL_REF_SEL, "gpu_pll_ref_sel", pll_ref_p, 0, 0x18, 16, 2), 138 MUX(IMX8MQ_VPU_PLL_REF_SEL, "vpu_pll_ref_sel", pll_ref_p, 0, 0x20, 16, 2), 139 MUX(IMX8MQ_AUDIO_PLL1_REF_SEL, "audio_pll1_ref_sel", pll_ref_p, 0, 0x [all...] |
/freebsd-src/sys/dev/bwi/ |
H A D | bwirf.c | 106 #define SAVE_RF_REG(mac, regs, n) (regs)->rf_##n = RF_READ((mac), 0x##n) 107 #define RESTORE_RF_REG(mac, regs, n) RF_WRITE((mac), 0x##n, (regs)->rf_##n) 109 #define SAVE_PHY_REG(mac, regs, n) (regs)->phy_##n = PHY_READ((mac), 0x##n) 110 #define RESTORE_PHY_REG(mac, regs, n) PHY_WRITE((mac), 0x##n, (regs)->phy_##n) 165 val = (int16_t)__SHIFTOUT(PHY_READ(mac, 0x47f), NRSSI_11G_MASK); in bwi_nrssi_11g() 191 KASSERT(idx >= 0 && idx < BWI_RFLO_MAX, ("idx %d", idx)); in bwi_rf_lo_isused() 214 if (ctrl < 0x70) in bwi_rf_read() 215 ctrl += 0x80; in bwi_rf_read() 216 else if (ctrl < 0x80) in bwi_rf_read() 217 ctrl += 0x70; in bwi_rf_read() [all …]
|
/freebsd-src/sys/dev/sound/pci/hda/ |
H A D | hdac.h | 40 (((uint32_t)(model) << 16) | ((vendor##_VENDORID) & 0xffff)) 43 #define INTEL_VENDORID 0x8086 44 #define HDA_INTEL_CMLKLP HDA_MODEL_CONSTRUCT(INTEL, 0x02c8) 45 #define HDA_INTEL_CMLKH HDA_MODEL_CONSTRUCT(INTEL, 0x06c8) 46 #define HDA_INTEL_OAK HDA_MODEL_CONSTRUCT(INTEL, 0x080a) 47 #define HDA_INTEL_BAY HDA_MODEL_CONSTRUCT(INTEL, 0x0f04) 48 #define HDA_INTEL_HSW1 HDA_MODEL_CONSTRUCT(INTEL, 0x0a0c) 49 #define HDA_INTEL_HSW2 HDA_MODEL_CONSTRUCT(INTEL, 0x0c0c) 50 #define HDA_INTEL_HSW3 HDA_MODEL_CONSTRUCT(INTEL, 0x0d0c) 51 #define HDA_INTEL_BDW1 HDA_MODEL_CONSTRUCT(INTEL, 0x160 [all...] |
/freebsd-src/contrib/llvm-project/lld/COFF/ |
H A D | Chunks.cpp | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 102 assert(numOutputSections <= 0xffff && "size of outputSections is too big"); in applySecIdx() 135 error("unsupported relocation type 0x" + Twine::utohexstr(type) + " in " + in applyRelX64() 155 error("unsupported relocation type 0x" + Twine::utohexstr(type) + " in " + in applyRelX86() 161 write16le(off, (read16le(off) & 0xfbf0) | ((v & 0x800) >> 1) | ((v >> 12) & 0xf)); in applyMOV() 162 write16le(off + 2, (read16le(off + 2) & 0x8f00) | ((v & 0x700) << 4) | (v & 0xf in applyMOV() [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | Unicode.cpp | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 28 // https://unicode.org/Public/15.1.0/ucdxml/ in isPrintable() 30 {0x0020, 0x007E}, {0x00A0, 0x00AC}, {0x00AE, 0x0377}, in isPrintable() 31 {0x037A, 0x037F}, {0x0384, 0x038A}, {0x038C, 0x038C}, in isPrintable() 32 {0x038E, 0x03A1}, {0x03A3, 0x052F}, {0x0531, 0x0556}, in isPrintable() 33 {0x0559, 0x058A}, {0x058D, 0x058F}, {0x0591, 0x05C7}, in isPrintable() 34 {0x05D0, 0x05EA}, {0x05EF, 0x05F4}, {0x0606, 0x061B}, in isPrintable() 35 {0x061D, 0x06DC}, {0x06DE, 0x070D}, {0x0710, 0x074A}, in isPrintable() 36 {0x074D, 0x07B1}, {0x07C0, 0x07FA}, {0x07FD, 0x082D}, in isPrintable() 37 {0x0830, 0x083E}, {0x0840, 0x085B}, {0x085E, 0x085E}, in isPrintable() [all …]
|
/freebsd-src/contrib/llvm-project/clang/lib/Lex/ |
H A D | UnicodeCharSets.h | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 15 {0x0041, 0x005A}, {0x0061, 0x007A}, {0x00AA, 0x00AA}, 16 {0x00B5, 0x00B5}, {0x00BA, 0x00BA}, {0x00C0, 0x00D6}, 17 {0x00D8, 0x00F6}, {0x00F8, 0x02C1}, {0x02C6, 0x02D1}, 18 {0x02E0, 0x02E4}, {0x02EC, 0x02EC}, {0x02EE, 0x02EE}, 19 {0x0370, 0x0374}, {0x0376, 0x0377}, {0x037B, 0x037D}, 20 {0x037F, 0x037F}, {0x0386, 0x0386}, {0x0388, 0x038A}, 21 {0x038C, 0x038C}, {0x038E, 0x03A1}, {0x03A3, 0x03F5}, 22 {0x03F7, 0x0481}, {0x048A, 0x052F}, {0x0531, 0x0556}, 23 {0x0559, 0x0559}, {0x0560, 0x0588}, {0x05D0, 0x05EA}, [all …]
|
/freebsd-src/tools/test/iconv/ref/ |
H A D | TCVN5712-1 | 1 0x0000 = 0x0000 2 0x0001 = 0x0000 3 0x0002 = 0x1EE4 4 0x0003 = 0x0003 5 0x0004 = 0x1EEA 6 0x0005 = 0x1EEC 7 0x0006 = 0x1EEE 8 0x0007 = 0x0007 9 0x0008 = 0x0008 10 0x0009 = 0x0009 [all …]
|
H A D | UTF-16BE-rev | 1 0x00 = 0x0000 2 0x01 = 0x0100 3 0x02 = 0x0200 4 0x03 = 0x0300 5 0x04 = 0x0400 6 0x05 = 0x0500 7 0x06 = 0x0600 8 0x07 = 0x0700 9 0x08 = 0x0800 10 0x09 = 0x0900 [all …]
|
H A D | UTF-16LE-rev | 1 0x00 = 0x0000 2 0x01 = 0x0001 3 0x02 = 0x0002 4 0x03 = 0x0003 5 0x04 = 0x0004 6 0x05 = 0x0005 7 0x06 = 0x0006 8 0x07 = 0x0007 9 0x08 = 0x0008 10 0x09 = 0x0009 [all …]
|
H A D | BIG5HKSCS-rev | 1 0x00 = 0x00 2 0x01 = 0x01 3 0x02 = 0x02 4 0x03 = 0x03 5 0x04 = 0x04 6 0x05 = 0x05 7 0x06 = 0x06 8 0x07 = 0x07 9 0x08 = 0x08 10 0x09 = 0x09 [all …]
|
H A D | GB18030-rev | 1 0x0000 = 0x0000 2 0x0001 = 0x0001 3 0x0002 = 0x0002 4 0x0003 = 0x0003 5 0x0004 = 0x0004 6 0x0005 = 0x0005 7 0x0006 = 0x0006 8 0x0007 = 0x0007 9 0x0008 = 0x0008 10 0x0009 = 0x0009 [all …]
|
H A D | UTF-7-rev | 1 0x00 = 0x41412B 2 0x01 = 0x41412B 3 0x02 = 0x41412B 4 0x03 = 0x41412B 5 0x04 = 0x41412B 6 0x05 = 0x41412B 7 0x06 = 0x41412B 8 0x07 = 0x41412B 9 0x08 = 0x41412B 10 0x09 = 0x09 [all …]
|
H A D | UTF-8-rev | 1 0x00 = 0x00 2 0x01 = 0x01 3 0x02 = 0x02 4 0x03 = 0x03 5 0x04 = 0x04 6 0x05 = 0x05 7 0x06 = 0x06 8 0x07 = 0x07 9 0x08 = 0x08 10 0x09 = 0x09 [all …]
|
H A D | UTF-32LE-rev | 1 0x00 = 0x00000000 2 0x01 = 0x00000001 3 0x02 = 0x00000002 4 0x03 = 0x00000003 5 0x04 = 0x00000004 6 0x05 = 0x00000005 7 0x06 = 0x00000006 8 0x07 = 0x00000007 9 0x08 = 0x00000008 10 0x09 = 0x00000009 [all …]
|
H A D | UTF-32BE-rev | 1 0x00 = 0x00000000 2 0x01 = 0x01000000 3 0x02 = 0x02000000 4 0x03 = 0x03000000 5 0x04 = 0x04000000 6 0x05 = 0x05000000 7 0x06 = 0x06000000 8 0x07 = 0x07000000 9 0x08 = 0x08000000 10 0x09 = 0x09000000 [all …]
|
/freebsd-src/share/i18n/csmapper/TCVN/ |
H A D | TCVN5712-1%UCS.src | 5 SRC_ZONE 0x0000-0xF3FF 7 DST_ILSEQ 0xFFFE 46 0x0000 = 0x0000 47 0x0001 = 0x0000 48 0x0001 = 0x00DA 49 0x0002 = 0x1EE4 50 0x0003 = 0x0003 51 0x0004 = 0x1EEA 52 0x0005 = 0x1EEC 53 0x0006 = 0x1EEE [all …]
|
/freebsd-src/share/i18n/csmapper/GB/ |
H A D | GB18030%UCS@BMP.src | 30 SRC_ZONE 0x81-0x84 / 0x30-0x39 / 0x81-0xFE / 0x30-0x39 / 8 32 DST_ILSEQ 0xFFFE 71 # for (i = 0; i < ncharset; ++i) { 74 # charsets[i], charsets[i + off], 0, &norm); 75 # if (ret != 0) 86 # for (i = 0; i < ncharset; ++i) 96 # for (i = 0; i < ncharset; i += 2) { 98 # if (ret == 0) { 101 # if (ret == 0 && tmp == src) 105 # return 0; [all …]
|
H A D | UCS@BMP%GB18030.src | 30 SRC_ZONE 0x0080-0xFFFD 32 DST_INVALID 0xFFFFFFFF 36 0x0080 = 0x81308130 37 0x0081 = 0x81308131 38 0x0082 = 0x81308132 39 0x0083 = 0x81308133 40 0x0084 = 0x81308134 41 0x0085 = 0x81308135 42 0x0086 = 0x81308136 43 0x0087 = 0x81308137 [all …]
|
/freebsd-src/tools/tools/locale/etc/charmaps/ |
H A D | GB18030.TXT | 5 0x03 0x0003 6 0x04 0x0004 7 0x05 0x0005 8 0x06 0x0006 9 0x07 0x0007 10 0x08 0x0008 11 0x09 0x0009 12 0x0A 0x000A 13 0x0B 0x000B 14 0x0C 0x000C [all …]
|
/freebsd-src/share/i18n/csmapper/ISO-8859/ |
H A D | UCS%ISO-8859-2.src | 5 SRC_ZONE 0x0000-0xFFFF 7 DST_INVALID 0x100 44 # Column #1 is the ISO/IEC 8859-2 code (in hex as 0xXX) 45 # Column #2 is the Unicode (in hex as 0xXXXX) 61 0x0000-0x007F = 0x00- 62 0x0080 = 0x80 63 0x0081 = 0x81 64 0x0082 = 0x82 65 0x0083 = 0x83 66 0x0084 = 0x84 [all …]
|
H A D | UCS%ISO-8859-3.src | 5 SRC_ZONE 0x0000-0xFFFF 7 DST_INVALID 0x100 44 # Column #1 is the ISO/IEC 8859-3 code (in hex as 0xXX) 45 # Column #2 is the Unicode (in hex as 0xXXXX) 61 0x0000-0x007F = 0x00- 62 0x0080 = 0x80 63 0x0081 = 0x81 64 0x0082 = 0x82 65 0x0083 = 0x83 66 0x0084 = 0x84 [all …]
|
/freebsd-src/share/i18n/csmapper/AST/ |
H A D | UCS%ARMSCII-8.src | 5 SRC_ZONE 0x0000-0xFFFF 7 DST_INVALID 0x100 23 0x0000 - 0x0026 = 0x00 - 24 0x0027 = 0x27 25 0x0028 = 0xA5 26 0x0029 = 0xA4 27 0x002A = 0x2A 28 0x002B = 0x2B 29 0x002C = 0xAB 30 0x002D = 0xAC [all …]
|