/freebsd/contrib/libyaml/tests/ |
H A D | test-reader.c | 26 /* {"title", "test 1|test 2|...|test N!", (0 or 1)}, */ 28 …{"a simple test", "'test' is '\xd0\xbf\xd1\x80\xd0\xbe\xd0\xb2\xd0\xb5\xd1\x80\xd0\xba\xd0\xb0' in… 31 {"u-0 is a control character", "\x00!", 0}, 32 {"u-80 is a control character", "\xc2\x80!", 0}, 33 {"u-800 is valid", "\xe0\xa0\x80!", 1}, 34 {"u-10000 is valid", "\xf0\x90\x80\x80!", 1}, 35 {"5 bytes sequences are not allowed", "\xf8\x88\x80\x80\x80!", 0}, 36 {"6 bytes sequences are not allowed", "\xfc\x84\x80\x80\x80\x80!", 0}, 38 {"u-7f is a control character", "\x7f!", 0}, 40 {"u-FFFF is a control character", "\xef\xbf\xbf!", 0}, [all …]
|
/freebsd/sys/dev/dialog/da9063/ |
H A D | da9063reg.h | 37 /* Page 0 */ 39 #define DA9063_PAGE_CON 0x00 40 #define DA9063_PAGE_CON_REG_PAGE_SHIFT 0 41 #define DA9063_PAGE_CON_REG_PAGE_MASK 0x07 42 #define DA9063_PAGE_CON_WRITE_MODE 0x40 43 #define DA9063_PAGE_CON_REVERT 0x80 47 #define DA9063_STATUS_A 0x01 48 #define DA9063_STATUS_A_NONKEY 0x01 49 #define DA9063_STATUS_A_WAKE 0x02 50 #define DA9063_STATUS_A_DVC_BUSY 0x04 [all …]
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | test-utf8.c | 43 "\x80", 54 "\xC0\x80\x80", 57 "\xE0\x80", 59 "\xE0\x80\x20", 60 "\xE0\x80\xFF", 61 "\xE0\x80\x80\x80", 63 "\xF0\x80", 64 "\xF0\x80\x01", 65 "\xF0\x80\x80", 66 "\xF0\x80\x80\x01", [all …]
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_raidz_math_powerpc_altivec.c | 41 #define ZERO_D 0, 1, 2, 3 47 #define COPY_D 0, 1, 2, 3 53 #define ADD_D 0, 1, 2, 3 59 #define MUL_D 0, 1, 2, 3 65 #define GEN_P_P 0, 1, 2, 3 75 #define GEN_PQ_D 0, 1, 2, 3 86 #define GEN_PQR_D 0, 1, 2, 3 97 #define SYN_Q_D 0, 1, 2, 3 108 #define SYN_R_D 0, 1, 2, 3 119 #define SYN_PQ_D 0, 1, 2, 3 [all …]
|
H A D | vdev_raidz_math_aarch64_neon.c | 39 #define ZERO_D 0, 1, 2, 3 45 #define COPY_D 0, 1, 2, 3 51 #define ADD_D 0, 1, 2, 3 57 #define MUL_D 0, 1, 2, 3 63 #define GEN_P_P 0, 1, 2, 3 73 #define GEN_PQ_D 0, 1, 2, 3 84 #define GEN_PQR_D 0, 1, 2, 3 95 #define SYN_Q_D 0, 1, 2, 3 106 #define SYN_R_D 0, 1, 2, 3 117 #define SYN_PQ_D 0, 1, 2, 3 [all …]
|
H A D | vdev_raidz_math_ssse3.c | 62 #define ZFS_ASM_BUG() ASSERT(0) 78 "pxor 0x00(%[SRC]), %%" VR0(r) "\n" \ 79 "pxor 0x10(%[SRC]), %%" VR1(r) "\n" \ 80 "pxor 0x20(%[SRC]), %%" VR2(r) "\n" \ 81 "pxor 0x30(%[SRC]), %%" VR3(r) "\n" \ 86 "pxor 0x00(%[SRC]), %%" VR0(r) "\n" \ 87 "pxor 0x10(%[SRC]), %%" VR1(r) "\n" \ 142 "movdqa 0x00(%[SRC]), %%" VR0(r) "\n" \ 143 "movdqa 0x10(%[SRC]), %%" VR1(r) "\n" \ 144 "movdqa 0x20(%[SRC]), %%" VR2(r) "\n" \ [all …]
|
/freebsd/crypto/krb5/src/util/support/ |
H A D | t_utf8.c | 48 #define L(x) 0 52 * len is 0 for invalid encoding prefixes (KRB5_UTF8_CHARLEN2() partially 54 * byte. It doesn't check whether bit 6 is 0, though, and doesn't catch the 57 * ucs is 0 for invalid encodings (including ones with valid prefixes according 71 { "\x7f", 0x0000007f, 1 }, /* Lowest 1-byte encoding */ 72 { "\xc0\x80", 0x00000000, 0 }, /* Invalid 2-byte encoding */ 73 { "\xc2\x80", 0x00000080, 2 }, /* Lowest valid 2-byte encoding */ 74 { "\xdf\xbf", 0x000007ff, 2 }, /* Highest valid 2-byte encoding*/ 75 { "\xdf\xff", 0x00000000, 2 }, /* Invalid 2-byte encoding*/ 76 { "\xe0\x80\x80", 0x00000000, 0 }, /* Invalid 3-byte encoding */ [all …]
|
H A D | utf8.c | 59 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 60 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 61 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 62 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 63 0, 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 66 4, 4, 4, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; 70 * returns charlen if valid, 0 if not. 76 * 0000 0000-0000 007F 0....... 92 (c)0x20, (c)0x80, (c)0x80, (c)0x80, (c)0x80, (c)0x80, (c)0x80, (c)0x80, 93 (c)0x80, (c)0x80, (c)0x80, (c)0x80, (c)0x80, (c)0x80, (c)0x80, (c)0x80, [all …]
|
/freebsd/contrib/netbsd-tests/lib/libc/sync/ |
H A D | all_sync_ops_linkable.c | 45 volatile uint8_t u8 = 0; 46 volatile uint16_t u16 = 0; 47 volatile uint32_t u32 = 0; 50 volatile uint64_t u64 = 0; 78 __sync_fetch_and_and(&u8, 0x80); in main() 79 __sync_fetch_and_and_1(&u8, 0x80); in main() 80 __sync_fetch_and_and_2(&u16, 0x80); in main() 81 __sync_fetch_and_and_4(&u32, 0x80); in main() 83 __sync_fetch_and_and_8(&u64, 0x80); in main() 86 __sync_fetch_and_nand(&u8, 0x80); in main() [all …]
|
/freebsd/sys/gnu/dev/bwn/phy_n/ |
H A D | if_bwn_radio_2055.c | 84 #define B2055_INITTAB_ENTRY_OK 0x01 85 #define B2055_INITTAB_UPLOAD 0x02 91 [B2055_SP_PINPD] = { .ghz5 = 0x0080, .ghz2 = 0x0080, NOUPLOAD, }, 92 [B2055_C1_SP_RSSI] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, }, 93 [B2055_C1_SP_PDMISC] = { .ghz5 = 0x0027, .ghz2 = 0x0027, NOUPLOAD, }, 94 [B2055_C2_SP_RSSI] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, }, 95 [B2055_C2_SP_PDMISC] = { .ghz5 = 0x0027, .ghz2 = 0x0027, NOUPLOAD, }, 96 [B2055_C1_SP_RXGC1] = { .ghz5 = 0x007F, .ghz2 = 0x007F, UPLOAD, }, 97 [B2055_C1_SP_RXGC2] = { .ghz5 = 0x0007, .ghz2 = 0x0007, UPLOAD, }, 98 [B2055_C2_SP_RXGC1] = { .ghz5 = 0x007F, .ghz2 = 0x007F, UPLOAD, }, [all …]
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic7xxx_reg_print.c | 12 { "SCSIRSTO", 0x01, 0x01 }, 13 { "ENAUTOATNP", 0x02, 0x02 }, 14 { "ENAUTOATNI", 0x04, 0x04 }, 15 { "ENAUTOATNO", 0x08, 0x08 }, 16 { "ENRSELI", 0x10, 0x1 [all...] |
H A D | aic79xx_reg_print.c | 12 { "SRC_MODE", 0x07, 0x07 }, 13 { "DST_MODE", 0x70, 0x70 } 20 0x00, regvalue, cur_col, wrap)); in ahd_mode_ptr_print() 24 { "SPLTINT", 0x01, 0x01 }, 25 { "CMDCMPLT", 0x02, 0x02 }, 26 { "SEQINT", 0x0 [all...] |
/freebsd/sys/dev/vt/logo/ |
H A D | logo_beastie.c | 38 0x16, 0x00, 0x62, 0x16, 0x88, 0x03, 0x80, 0x16, 0x00, 0x23, 0x88, 0x80, 39 0x00, 0x00, 0x08, 0x88, 0x16, 0x00, 0x21, 0x08, 0x16, 0x00, 0x06, 0x88, 40 0x16, 0x00, 0x20, 0x80, 0x16, 0x00, 0x06, 0x08, 0x80, 0x16, 0x00, 0x1e, 41 0x08, 0x16, 0x00, 0x08, 0x88, 0x16, 0x00, 0x1e, 0x08, 0x16, 0x00, 0x06, 42 0x87, 0x00, 0x08, 0x16, 0x00, 0x1e, 0x80, 0x16, 0x00, 0x06, 0x77, 0x80, 43 0x00, 0x80, 0x16, 0x00, 0x1d, 0x80, 0x16, 0x00, 0x06, 0x08, 0x00, 0x00, 44 0x08, 0x16, 0x00, 0x1d, 0x80, 0x16, 0x00, 0x09, 0x08, 0x16, 0x00, 0x1c, 45 0x08, 0x16, 0x00, 0x0a, 0x08, 0x16, 0x00, 0x1c, 0x08, 0x16, 0x00, 0x0b, 46 0x80, 0x16, 0x00, 0x1b, 0x08, 0x16, 0x00, 0x0b, 0x80, 0x16, 0x00, 0x1b, 47 0x08, 0x00, 0x08, 0x70, 0x16, 0x00, 0x03, 0x77, 0x70, 0x16, 0x00, 0x03, [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/dma/ |
H A D | mtk-uart-apdma.txt | 27 reg = <0 0x11000400 0 0x80>, 28 <0 0x11000480 0 0x80>, 29 <0 0x11000500 0 0x80>, 30 <0 0x11000580 0 0x80>, 31 <0 0x11000600 0 0x80>, 32 <0 0x11000680 0 0x80>, 33 <0 0x11000700 0 0x80>, 34 <0 0x11000780 0 0x80>, 35 <0 0x11000800 0 0x80>, 36 <0 0x11000880 0 0x80>, [all …]
|
H A D | mediatek,uart-dma.yaml | 92 reg = <0 0x11000400 0 0x80>, 93 <0 0x11000480 0 0x80>, 94 <0 0x11000500 0 0x80>, 95 <0 0x11000580 0 0x80>, 96 <0 0x11000600 0 0x80>, 97 <0 0x11000680 0 0x80>, 98 <0 0x11000700 0 0x80>, 99 <0 0x11000780 0 0x80>, 100 <0 0x11000800 0 0x80>, 101 <0 0x11000880 0 0x80>, [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | sun | 13 #0 belong&077777777 0600413 a.out SunOS SPARC demand paged 14 #>0 byte &0x80 18 #>0 byte ^0x80 executable 19 #>16 belong >0 not stripped 21 0 belong&077777777 0600410 a.out SunOS SPARC pure 22 >0 byte &0x80 dynamically linked executable 23 >0 byte ^0x80 executable 24 >16 belong >0 not stripped 26 0 belong&077777777 0600407 a.out SunOS SPARC 27 >0 byte &0x80 dynamically linked executable [all …]
|
H A D | freebsd | 77 0 lelong&0377777777 041400407 FreeBSD/i386 79 >>3 byte&0xC0 &0x80 shared library 80 >>3 byte&0xC0 0x40 PIC object 81 >>3 byte&0xC0 0x00 object 83 >>3 byte&0x80 0x80 dynamically linked executable 84 >>3 byte&0x80 0x00 executable 85 >16 lelong >0 not stripped 87 0 lelong&0377777777 041400410 FreeBSD/i386 pure 89 >>3 byte&0xC0 &0x80 shared library 90 >>3 byte&0xC0 0x40 PIC object [all …]
|
/freebsd/crypto/openssl/crypto/sha/asm/ |
H A D | sha256-mb-x86_64.pl | 44 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef; 45 $flavour = $#ARGV >= 0 && $ARGV[0] !~ m|\.| ? shift : undef; 47 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/); 49 $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1; 59 $avx=0; 62 =~ /GNU assembler version ([2-9]\.[0-9]+)/) { 67 `nasm -v 2>&1` =~ /NASM version ([2-9]\.[0-9]+)/) { 72 `ml64 2>&1` =~ /Version ([0-9]+)\./) { 76 if (!$avx && `$ENV{CC} -v 2>&1` =~ /((?:clang|LLVM) version|.*based on LLVM) ([0-9]+\.[0-9]+)/) { 104 ($t1,$t2,$t3,$axb,$bxc,$Xi,$Xn,$sigma)=map("%xmm$_",(0..7)); [all …]
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212_phy.c | 35 { 0 }, 39 /* 6 Mb */ { AH_TRUE, OFDM, 6000, 0x0b, 0x00, (0x80|12), 0 }, 40 /* 9 Mb */ { AH_TRUE, OFDM, 9000, 0x0f, 0x00, 18, 0 }, 41 /* 12 Mb */ { AH_TRUE, OFDM, 12000, 0x0a, 0x00, (0x80|24), 2 }, 42 /* 18 Mb */ { AH_TRUE, OFDM, 18000, 0x0e, 0x00, 36, 2 }, 43 /* 24 Mb */ { AH_TRUE, OFDM, 24000, 0x09, 0x00, (0x80|48), 4 }, 44 /* 36 Mb */ { AH_TRUE, OFDM, 36000, 0x0d, 0x00, 72, 4 }, 45 /* 48 Mb */ { AH_TRUE, OFDM, 48000, 0x08, 0x00, 96, 4 }, 46 /* 54 Mb */ { AH_TRUE, OFDM, 54000, 0x0c, 0x00, 108, 4 } 52 { 0 }, [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/ |
H A D | dma.txt | 14 - cell-index : controller index. 0 for controller @ 0x8100 21 - cell-index : DMA channel index starts at 0. 33 reg = <0x82a8 4>; 34 ranges = <0 0x8100 0x1a4>; 37 cell-index = <0>; 38 dma-channel@0 { 40 cell-index = <0>; 41 reg = <0 0x80>; 48 reg = <0x80 0x80>; 55 reg = <0x100 0x80>; [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | am3874-iceboard.dts | 31 reg = <0x80000000 0x40000000>; /* 1 GB */ 47 * are 0xf0 for the control bits, and 0x7777 for the data bits. However, the 65 ethphy0: ethernet-phy@0 { 66 reg = <0x2>; 69 rxdv-skew-ps = <0>; 71 rxd3-skew-ps = <0>; 72 rxd2-skew-ps = <0>; 73 rxd1-skew-ps = <0>; 74 rxd0-skew-ps = <0>; 80 reg = <0x1>; [all …]
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | a_utf8.c | 33 if (len <= 0) in UTF8_getc() 34 return 0; in UTF8_getc() 38 if ((*p & 0x80) == 0) { in UTF8_getc() 39 value = *p++ & 0x7f; in UTF8_getc() 41 } else if ((*p & 0xe0) == 0xc0) { in UTF8_getc() 44 if ((p[1] & 0xc0) != 0x80) in UTF8_getc() 46 value = (*p++ & 0x1f) << 6; in UTF8_getc() 47 value |= *p++ & 0x3f; in UTF8_getc() 48 if (value < 0x80) in UTF8_getc() 51 } else if ((*p & 0xf0) == 0xe0) { in UTF8_getc() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
H A D | imx50-evk.dts | 16 reg = <0x70000000 0x80000000>; 22 pinctrl-0 = <&pinctrl_cspi>; 33 partition@0 { 35 reg = <0x0 0x100000>; 41 reg = <0x100000 0x300000>; 48 pinctrl-0 = <&pinctrl_fec>; 58 MX50_PAD_CSPI_SCLK__CSPI_SCLK 0x0 [all...] |
/freebsd/contrib/libxo/tests/core/saved/ |
H A D | test_08.E.out | 1 op create: [test] [] [0] 2 op open_container: [top] [] [0x810] 3 op open_container: [data] [] [0x810] 4 op open_container: [contents] [] [0x810] 5 op open_list: [item] [] [0] 6 op open_instance: [item] [] [0x810] 7 op string: [name] [gum] [0x80] 8 op content: [count] [1412] [0x20] 9 op close_instance: [item] [] [0] 10 op open_instance: [item] [] [0x810] [all …]
|
/freebsd/sys/dev/usb/wlan/ |
H A D | if_rumfw.h | 25 0x02, 0x13, 0x25, 0x12, 0x10, 0xd9, 0x02, 0x12, 0x58, 0x02, 0x13, 26 0x58, 0x02, 0x13, 0x5a, 0xc0, 0xd0, 0x75, 0xd0, 0x18, 0x12, 0x13, 27 0x5c, 0xd0, 0xd0, 0x22, 0x02, 0x14, 0x5c, 0x02, 0x14, 0xe7, 0xed, 28 0x4c, 0x70, 0x44, 0x90, 0x01, 0xa8, 0x74, 0x80, 0xf0, 0xef, 0x30, 29 0xe5, 0x07, 0xe4, 0x90, 0x00, 0x0f, 0xf0, 0x80, 0x2c, 0xe5, 0x40, 30 0x24, 0xc0, 0x60, 0x13, 0x24, 0xc0, 0x60, 0x16, 0x24, 0xc0, 0x60, 31 0x19, 0x24, 0xc0, 0x70, 0x1a, 0xe4, 0x90, 0x00, 0x0b, 0xf0, 0x80, 32 0x13, 0xe4, 0x90, 0x00, 0x13, 0xf0, 0x80, 0x0c, 0xe4, 0x90, 0x00, 33 0x1b, 0xf0, 0x80, 0x05, 0xe4, 0x90, 0x00, 0x23, 0xf0, 0xe4, 0x90, 34 0x01, 0xa8, 0xf0, 0xd3, 0x22, 0x90, 0x02, 0x02, 0xed, 0xf0, 0x90, [all …]
|