Home
last modified time | relevance | path

Searched +full:0 +full:x00 +full:- +full:0 +full:x04 (Results 1 – 25 of 1032) sorted by relevance

12345678910>>...42

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlctype.c1 // SPDX-License-Identifier: MIT
16 0x00, /* EOZ */
17 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0. */
18 0x00, 0x08, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00,
19 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 1. */
20 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
21 0x0c, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, /* 2. */
22 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04,
23 0x16, 0x16, 0x16, 0x16, 0x16, 0x16, 0x16, 0x16, /* 3. */
24 0x16, 0x16, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04,
[all …]
/freebsd/sys/dev/cxgb/
H A Dt3c_tp_eeprom.h2 SPDX-License-Identifier: BSD-2-Clause
4 Copyright (c) 2007-2009, Chelsio Inc.
35 U 0x00, U 0x01, U 0x01, U 0x00,
36 U 0x01, U 0x00, U 0x00, U 0x00,
37 U 0x01, U 0x00, U 0x00, U 0x00,
38 U 0x04, U 0x00, U 0x00, U 0x00,
39 U 0x04, U 0x00, U 0x00, U 0x00,
40 U 0x10, U 0x00, U 0x00, U 0x00,
41 U 0x10, U 0x00, U 0x00, U 0x00,
42 U 0x40, U 0x00, U 0x00, U 0x00,
[all …]
H A Dt3c_protocol_sram.h2 SPDX-License-Identifier: BSD-2-Clause
4 Copyright (c) 2007-2009, Chelsio Inc.
35 U 0xFF, U 0xFF, U 0xFF, U 0xF4,
36 U 0x00, U 0x00, U 0x00, U 0x04,
37 U 0x00, U 0x00, U 0x00, U 0x01,
38 U 0x00, U 0x00, U 0x00, U 0x01,
39 U 0x00, U 0x01, U 0x01, U 0x00,
40 U 0xFF, U 0xFF, U 0xFF, U 0xF4,
41 U 0x00, U 0x00, U 0x00, U 0x04,
42 U 0x00, U 0x00, U 0x00, U 0x01,
[all …]
/freebsd/contrib/lua/src/
H A Dlctype.c21 /* consider all non-ascii codepoints to be alphabetic */
22 #define NONA 0x01
24 #define NONA 0x00 /* default */
29 0x00, /* EOZ */
30 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0. */
31 0x00, 0x08, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00,
32 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 1. */
33 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
34 0x0c, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, /* 2. */
35 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04,
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx95-pinfunc.h1 /* SPDX-License-Identifier: (GPL-2.0-only OR MIT) */
13 #define IMX95_PAD_DAP_TDI__JTAG_MUX_TDI 0x0000 0x0204 0x0610 0x00 0x00
14 #define IMX95_PAD_DAP_TDI__NETCMIX_TOP_MQS2_LEFT 0x0000 0x0204 0x0000 0x01 0x00
15 #define IMX95_PAD_DAP_TDI__NETCMIX_TOP_NETC_TMR_1588_ALARM1 0x0000 0x0204 0x0000 0x02 0x00
16 #define IMX95_PAD_DAP_TDI__CAN2_TX 0x0000 0x0204 0x0000 0x03 0x00
17 #define IMX95_PAD_DAP_TDI__FLEXIO2_FLEXIO_BIT30 0x0000 0x0204 0x0000 0x04 0x00
18 #define IMX95_PAD_DAP_TDI__GPIO3_IO_BIT28 0x0000 0x0204 0x0000 0x05 0x00
19 #define IMX95_PAD_DAP_TDI__LPUART5_RX 0x0000 0x0204 0x0570 0x06 0x00
21 #define IMX95_PAD_DAP_TMS_SWDIO__JTAG_MUX_TMS 0x0004 0x0208 0x0614 0x00 0x00
22 #define IMX95_PAD_DAP_TMS_SWDIO__CAN4_TX 0x0004 0x0208 0x0000 0x02 0x00
[all …]
/freebsd/contrib/bearssl/src/ssl/
H A Dssl_hs_server.c17 x = 0; in t0_parse7E_unsigned()
22 x = (x << 7) | (uint32_t)(y & 0x7F); in t0_parse7E_unsigned()
23 if (y < 0x80) { in t0_parse7E_unsigned()
36 x = (uint32_t)-neg; in t0_parse7E_signed()
41 x = (x << 7) | (uint32_t)(y & 0x7F); in t0_parse7E_signed()
42 if (y < 0x80) { in t0_parse7E_signed()
44 return -(int32_t)~x - 1; in t0_parse7E_signed()
52 #define T0_VBYTE(x, n) (unsigned char)((((uint32_t)(x) >> (n)) & 0x7F) | 0x80)
53 #define T0_FBYTE(x, n) (unsigned char)(((uint32_t)(x) >> (n)) & 0x7F)
54 #define T0_SBYTE(x) (unsigned char)((((uint32_t)(x) >> 28) + 0xF8) ^ 0xF8)
[all …]
H A Dssl_hs_client.c17 x = 0; in t0_parse7E_unsigned()
22 x = (x << 7) | (uint32_t)(y & 0x7F); in t0_parse7E_unsigned()
23 if (y < 0x80) { in t0_parse7E_unsigned()
36 x = (uint32_t)-neg; in t0_parse7E_signed()
41 x = (x << 7) | (uint32_t)(y & 0x7F); in t0_parse7E_signed()
42 if (y < 0x80) { in t0_parse7E_signed()
44 return -(int32_t)~x - 1; in t0_parse7E_signed()
52 #define T0_VBYTE(x, n) (unsigned char)((((uint32_t)(x) >> (n)) & 0x7F) | 0x80)
53 #define T0_FBYTE(x, n) (unsigned char)(((uint32_t)(x) >> (n)) & 0x7F)
54 #define T0_SBYTE(x) (unsigned char)((((uint32_t)(x) >> 28) + 0xF8) ^ 0xF8)
[all …]
/freebsd/sys/dev/vt/logo/
H A Dlogo_beastie.c1 /*-
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,
[all …]
/freebsd/contrib/bearssl/src/x509/
H A Dx509_minimal.c17 x = 0; in t0_parse7E_unsigned()
22 x = (x << 7) | (uint32_t)(y & 0x7F); in t0_parse7E_unsigned()
23 if (y < 0x80) { in t0_parse7E_unsigned()
36 x = (uint32_t)-neg; in t0_parse7E_signed()
41 x = (x << 7) | (uint32_t)(y & 0x7F); in t0_parse7E_signed()
42 if (y < 0x80) { in t0_parse7E_signed()
44 return -(int32_t)~x - 1; in t0_parse7E_signed()
52 #define T0_VBYTE(x, n) (unsigned char)((((uint32_t)(x) >> (n)) & 0x7F) | 0x80)
53 #define T0_FBYTE(x, n) (unsigned char)(((uint32_t)(x) >> (n)) & 0x7F)
54 #define T0_SBYTE(x) (unsigned char)((((uint32_t)(x) >> 28) + 0xF8) ^ 0xF8)
[all …]
H A Dx509_decoder.c17 x = 0; in t0_parse7E_unsigned()
22 x = (x << 7) | (uint32_t)(y & 0x7F); in t0_parse7E_unsigned()
23 if (y < 0x80) { in t0_parse7E_unsigned()
36 x = (uint32_t)-neg; in t0_parse7E_signed()
41 x = (x << 7) | (uint32_t)(y & 0x7F); in t0_parse7E_signed()
42 if (y < 0x80) { in t0_parse7E_signed()
44 return -(int32_t)~x - 1; in t0_parse7E_signed()
52 #define T0_VBYTE(x, n) (unsigned char)((((uint32_t)(x) >> (n)) & 0x7F) | 0x80)
53 #define T0_FBYTE(x, n) (unsigned char)(((uint32_t)(x) >> (n)) & 0x7F)
54 #define T0_SBYTE(x) (unsigned char)((((uint32_t)(x) >> 28) + 0xF8) ^ 0xF8)
[all …]
H A Dskey_decoder.c17 x = 0; in t0_parse7E_unsigned()
22 x = (x << 7) | (uint32_t)(y & 0x7F); in t0_parse7E_unsigned()
23 if (y < 0x80) { in t0_parse7E_unsigned()
36 x = (uint32_t)-neg; in t0_parse7E_signed()
41 x = (x << 7) | (uint32_t)(y & 0x7F); in t0_parse7E_signed()
42 if (y < 0x80) { in t0_parse7E_signed()
44 return -(int32_t)~x - 1; in t0_parse7E_signed()
52 #define T0_VBYTE(x, n) (unsigned char)((((uint32_t)(x) >> (n)) & 0x7F) | 0x80)
53 #define T0_FBYTE(x, n) (unsigned char)(((uint32_t)(x) >> (n)) & 0x7F)
54 #define T0_SBYTE(x) (unsigned char)((((uint32_t)(x) >> 28) + 0xF8) ^ 0xF8)
[all …]
/freebsd/sys/contrib/device-tree/src/arm/rockchip/
H A Drk3288-veyron-jerry.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
8 /dts-v1/;
9 #include "rk3288-veyron-chromebook.dtsi"
10 #include "../cros-ec-sbs.dtsi"
14 compatible = "google,veyron-jerry-rev15", "google,veyron-jerry-rev14",
15 "google,veyron-jerry-rev13", "google,veyron-jerry-rev12",
16 "google,veyron-jerry-rev11", "google,veyron-jerry-rev10",
17 "google,veyron-jerry-rev7", "google,veyron-jerry-rev6",
18 "google,veyron-jerry-rev5", "google,veyron-jerry-rev4",
19 "google,veyron-jerry-rev3", "google,veyron-jerry",
[all …]
/freebsd/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_radio_2056.c23 Boston, MA 02110-1301, USA.
87 #define B2056_INITTAB_ENTRY_OK 0x01
88 #define B2056_INITTAB_UPLOAD 0x02
102 [B2056_SYN_RESERVED_ADDR2] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
103 [B2056_SYN_RESERVED_ADDR3] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
104 [B2056_SYN_RESERVED_ADDR4] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
105 [B2056_SYN_RESERVED_ADDR5] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
106 [B2056_SYN_RESERVED_ADDR6] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
107 [B2056_SYN_RESERVED_ADDR7] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
108 [B2056_SYN_COM_CTRL] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
[all …]
H A Dif_bwn_radio_2055.c22 Boston, MA 02110-1301, USA.
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, },
[all …]
/freebsd/contrib/wpa/src/common/
H A Dcommon_module_tests.c3 * Copyright (c) 2014-2019, Jouni Malinen <j@w1.fi>
30 { (u8 *) "", 0, ParseOK, 0 },
31 { (u8 *) " ", 1, ParseFailed, 0 },
32 { (u8 *) "\xff\x00", 2, ParseUnknown, 1 },
33 { (u8 *) "\xff\x01", 2, ParseFailed, 0 },
35 { (u8 *) "\xdd\x04\x01\x02\x03\x04", 6, ParseUnknown, 1 },
36 { (u8 *) "\xdd\x04\x00\x50\xf2\x02", 6, ParseUnknown, 1 },
37 { (u8 *) "\xdd\x05\x00\x50\xf2\x02\x02", 7, ParseOK, 1 },
38 { (u8 *) "\xdd\x05\x00\x50\xf2\x02\xff", 7, ParseUnknown, 1 },
39 { (u8 *) "\xdd\x04\x00\x50\xf2\xff", 6, ParseUnknown, 1 },
[all …]
/freebsd/sys/dev/pms/RefTisa/sallsdk/hda/64k/
H A Dilaimg.h3 *Copyright (c) 2014 PMC-Sierra, Inc. All rights reserved.
29 ** $Date: 2010-12-22 14:50:54 -0800 (Wed, 22 Dec 2010) $
46 0x01,0x00,0x11,0x04,0x00,0x00,0x00,0x00,0x25,0x80,0xE0,0x03,0xC0,0xBF,0x17,0x3C,
47 0x08,0x00,0xF7,0x26,0x23,0xB8,0x17,0x02,0x40,0x00,0x08,0x3C,0x02,0x00,0x08,0x35,
48 0x00,0x60,0x88,0x40,0x00,0x90,0x80,0x40,0x07,0x00,0x08,0x24,0x00,0x98,0x88,0x40,
49 0x00,0x68,0x80,0x40,0x00,0x48,0x80,0x40,0xFF,0xFF,0x08,0x24,0x00,0x58,0x88,0x40,
50 0x00,0x60,0x08,0x40,0x00,0x00,0x00,0x00,0x40,0x00,0x01,0x3C,0x25,0x40,0x01,0x01,
51 0x00,0x60,0x88,0x40,0x00,0xE0,0x09,0x3C,0xF8,0x1F,0x29,0x25,0x21,0x48,0x30,0x01,
52 0xFF,0x3F,0x01,0x3C,0x00,0xF0,0x21,0x34,0x24,0x48,0x21,0x01,0x01,0x78,0x89,0x40,
53 0x00,0x00,0x01,0x3C,0xF8,0x04,0x21,0x24,0x21,0x08,0x30,0x00,0x09,0xF8,0x20,0x00,
[all …]
H A Dila8070.h2 *Copyright (c) 2014 PMC-Sierra, Inc. All rights reserved.
37 0x01,0x00,0x11,0x04,0x00,0x00,0x00,0x00,0x25,0x80,0xE0,0x03,0x20,0xBE,0x17,0x3C,
38 0x08,0x00,0xF7,0x26,0x23,0xB8,0x17,0x02,0x25,0x40,0xC0,0x00,0x25,0x30,0xA0,0x00,
39 0x25,0x28,0x80,0x00,0x00,0xB8,0x04,0x40,0x44,0xCE,0x04,0x7C,0x00,0xB8,0x84,0x40,
40 0x00,0x48,0x80,0x40,0x40,0x00,0x00,0x00,0xC0,0x00,0x00,0x00,0x00,0x78,0x04,0x40,
41 0x00,0x00,0x00,0x00,0x02,0x1C,0x04,0x00,0xFF,0x00,0x63,0x30,0x3B,0x00,0x60,0x10,
42 0x00,0x00,0x00,0x00,0x81,0x00,0x11,0x04,0x00,0x00,0x00,0x00,0x00,0x80,0x04,0x40,
43 0xF8,0xFF,0x02,0x24,0x24,0x20,0x82,0x00,0x03,0x00,0x84,0x34,0x00,0x80,0x84,0x40,
44 0x07,0x80,0x04,0x40,0x10,0x00,0x02,0x3C,0x25,0x20,0x82,0x00,0x07,0x80,0x84,0x40,
45 0x0C,0xBD,0x16,0x3C,0x28,0x20,0xC8,0x8E,0x02,0x10,0x04,0x40,0x00,0x18,0x87,0x7C,
[all …]
H A Dila8008.h2 *Copyright (c) 2014 PMC-Sierra, Inc. All rights reserved.
45 0x01,0x00,0x11,0x04,0x00,0x00,0x00,0x00,0x25,0x80,0xE0,0x03,0x20,0xBE,0x17,0x3C,
46 0x08,0x00,0xF7,0x26,0x23,0xB8,0x17,0x02,0x25,0x40,0xC0,0x00,0x25,0x30,0xA0,0x00,
47 0x25,0x28,0x80,0x00,0x00,0xB8,0x04,0x40,0x44,0xCE,0x04,0x7C,0x00,0xB8,0x84,0x40,
48 0x00,0x48,0x80,0x40,0x40,0x00,0x00,0x00,0xC0,0x00,0x00,0x00,0x00,0x78,0x04,0x40,
49 0x00,0x00,0x00,0x00,0x02,0x1C,0x04,0x00,0xFF,0x00,0x63,0x30,0x3B,0x00,0x60,0x10,
50 0x00,0x00,0x00,0x00,0x81,0x00,0x11,0x04,0x00,0x00,0x00,0x00,0x00,0x80,0x04,0x40,
51 0xF8,0xFF,0x02,0x24,0x24,0x20,0x82,0x00,0x03,0x00,0x84,0x34,0x00,0x80,0x84,0x40,
52 0x07,0x80,0x04,0x40,0x10,0x00,0x02,0x3C,0x25,0x20,0x82,0x00,0x07,0x80,0x84,0x40,
53 0x0C,0xBD,0x16,0x3C,0x28,0x20,0xC8,0x8E,0x02,0x10,0x04,0x40,0x00,0x18,0x87,0x7C,
[all …]
H A Daap1img.h2 /** Copyright (c) 2014 PMC-Sierra, Inc. All rights reserved.
26 ** $Date: 2011-01-05 11:25:33 -0800 (Wed, 05 Jan 2011) $
43 0x7F,0x45,0x4C,0x46,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
44 0x02,0x00,0x08,0x00,0x01,0x00,0x00,0x00,0x00,0x05,0xC2,0x9F,0x34,0x00,0x00,0x00,
45 0x93,0xD3,0x02,0x00,0x00,0x00,0x04,0x02,0x34,0x00,0x20,0x00,0x24,0x00,0x28,0x00,
46 0x33,0x00,0x32,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x40,0x4D,0xBC,
47 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x90,0x02,0x00,0x07,0x00,0x00,0x00,
48 0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xD0,0x4F,0xBC,
49 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x00,0x00,0x07,0x00,0x00,0x00,
50 0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xD8,0x4F,0xBC,
[all …]
H A Diopimg.h2 *Copyright (c) 2014 PMC-Sierra, Inc. All rights reserved.
28 ** $Date: 2011-01-05 11:25:33 -0800 (Wed, 05 Jan 2011) $
45 0x7F,0x45,0x4C,0x46,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
46 0x02,0x00,0x08,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0xE0,0x9F,0x34,0x00,0x00,0x00,
47 0x41,0x38,0x05,0x00,0x00,0x00,0x04,0x02,0x34,0x00,0x20,0x00,0x27,0x00,0x28,0x00,
48 0x32,0x00,0x31,0x00,0x01,0x00,0x00,0x00,0x20,0x05,0x00,0x00,0x40,0x86,0xC8,0x9F,
49 0x00,0x00,0x00,0x00,0x08,0x00,0x00,0x00,0x08,0x00,0x00,0x00,0x05,0x00,0x00,0x00,
50 0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x20,0x06,0x00,0x00,0x40,0x87,0xC8,0x9F,
51 0x00,0x00,0x00,0x00,0x08,0x00,0x00,0x00,0x08,0x00,0x00,0x00,0x05,0x00,0x00,0x00,
52 0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0xA0,0x06,0x00,0x00,0xC0,0x87,0xC8,0x9F,
[all …]
/freebsd/sys/contrib/device-tree/include/dt-bindings/input/
H A Dcros-ec-keyboard.h1 /* SPDX-License-Identifier: GPL-2.0 */
4 * for cros-ec keyboard-controller bindings.
13 MATRIX_KEY(0x00, 0x02, KEY_F1) \
14 MATRIX_KEY(0x03, 0x02, KEY_F2) \
15 MATRIX_KEY(0x02, 0x02, KEY_F3) \
16 MATRIX_KEY(0x01, 0x02, KEY_F4) \
17 MATRIX_KEY(0x03, 0x04, KEY_F5) \
18 MATRIX_KEY(0x02, 0x04, KEY_F6) \
19 MATRIX_KEY(0x01, 0x04, KEY_F7) \
20 MATRIX_KEY(0x02, 0x09, KEY_F8) \
[all …]
/freebsd/sys/dev/aic7xxx/
H A Daic79xx_seq.h2 * DO NOT EDIT - This file is automatically generated
9 0xff, 0x02, 0x06, 0x78,
10 0x00, 0xea, 0x6e, 0x59,
11 0x01, 0xea, 0x04, 0x30,
12 0xff, 0x04, 0x0c, 0x78,
13 0x19, 0xea, 0x6e, 0x59,
14 0x19, 0xea, 0x04, 0x00,
15 0x33, 0xea, 0x68, 0x59,
16 0x33, 0xea, 0x00, 0x00,
17 0x60, 0x3a, 0x3a, 0x68,
[all …]
/freebsd/contrib/bearssl/src/codec/
H A Dpemdec.c17 x = 0; in t0_parse7E_unsigned()
22 x = (x << 7) | (uint32_t)(y & 0x7F); in t0_parse7E_unsigned()
23 if (y < 0x80) { in t0_parse7E_unsigned()
36 x = (uint32_t)-neg; in t0_parse7E_signed()
41 x = (x << 7) | (uint32_t)(y & 0x7F); in t0_parse7E_signed()
42 if (y < 0x80) { in t0_parse7E_signed()
44 return -(int32_t)~x - 1; in t0_parse7E_signed()
52 #define T0_VBYTE(x, n) (unsigned char)((((uint32_t)(x) >> (n)) & 0x7F) | 0x80)
53 #define T0_FBYTE(x, n) (unsigned char)(((uint32_t)(x) >> (n)) & 0x7F)
54 #define T0_SBYTE(x) (unsigned char)((((uint32_t)(x) >> 28) + 0xF8) ^ 0xF8)
[all …]
/freebsd/crypto/heimdal/lib/krb5/
H A Dtest_pkinit_dh2key.c51 dh->data, dh->length, in test_dh2key()
55 if (ret != 0) in test_dh2key()
58 if (key.keyvalue.length != result->length || in test_dh2key()
59 memcmp(key.keyvalue.data, result->data, result->length) != 0) in test_dh2key()
71 /* 0 */
76 "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
77 "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
78 "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
79 "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
80 "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
[all …]
/freebsd/sys/dev/usb/net/
H A Dif_kuefw.h1 /*-
2 * SPDX-License-Identifier: BSD-4-Clause
18 * 4. Neither the name of the author nor the names of any co-contributors
40 * Firmware is loaded using the vendor-specific 'send scan data'
41 * command (0xFF). The basic operation is that we must load the
46 * a 16-bit signature word, a 16-bit length value, a type byte
48 * 0x02 (replacement interrupt vector data) and the fixup segment
49 * is of type 0x03 (replacement interrupt fixup data). The interrupt
50 * code is 0x64 (load new code). The length word is the total length
58 #define KUE_QTBTYPE_WRITE_DATA 0x00
[all …]

12345678910>>...42