Home
last modified time | relevance | path

Searched +full:0 +full:xcc (Results 1 – 25 of 883) sorted by relevance

12345678910>>...36

/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-image.c43 uint8_t content[0x10];
45 /* The size - between 0 and sizeof(content). */
132 memset(section, 0, sizeof(*section)); in ifix_init_section()
137 section->offset = 0x10; in ifix_init_section()
139 for (i = 0; i < mapping->size; ++i) in ifix_init_section()
142 status->deleted = 0; in ifix_init_section()
143 status->bad_put = 0; in ifix_init_section()
198 return 0ull; in pt_section_offset()
206 return 0ull; in pt_section_size()
229 return 0; in pt_section_get()
[all …]
H A Dptunit-section.c57 if (iscache->map <= 0) in pt_iscache_notify_map()
61 iscache->map = 0; in pt_iscache_notify_map()
75 if (iscache->map <= 0) in pt_iscache_notify_resize()
79 iscache->map = 0; in pt_iscache_notify_resize()
82 if (errcode < 0) in pt_iscache_notify_resize()
141 num_work = 0x4000
163 uint8_t bytes[] = { 0xcc, 0xcc, 0xcc, 0xcc, 0xcc }; in create()
169 errcode = pt_mk_section(&sfix->section, sfix->name, 0x1ull, 0x3ull); in create()
170 ptu_int_eq(errcode, 0); in create()
177 ptu_uint_eq(offset, 0x1ull); in create()
[all …]
H A Dptunit-ild.c44 memset(&iext, 0, sizeof(iext)); in ptunit_ild_decode()
45 memset(&insn, 0, sizeof(insn)); in ptunit_ild_decode()
52 ptu_int_eq(errcode, 0); in ptunit_ild_decode()
70 memset(&iext, 0, sizeof(iext)); in ptunit_ild_classify()
71 memset(&insn, 0, sizeof(insn)); in ptunit_ild_classify()
78 ptu_int_eq(errcode, 0); in ptunit_ild_classify()
98 memset(&iext, 0, sizeof(iext)); in ptunit_ild_invalid()
99 memset(&insn, 0, sizeof(insn)); in ptunit_ild_invalid()
132 uint8_t insn[] = { 0x68, 0x11, 0x22, 0x33, 0x44 }; in push()
141 uint8_t insn[] = { 0xE9, 0x60, 0xF9, 0xFF, 0xFF }; in jmp_rel()
[all …]
/freebsd/crypto/openssl/crypto/bn/asm/
H A Dsparcv8plus.S34 * gcc -E bn_asm.sparc.v8plus.S | as -xarch=v8plus /dev/fd/0 -o bn_asm.o
67 * available compilers (well, SC5.0 is the only exception) don't
129 * op(p+0); if (--n==0) break;
130 * op(p+1); if (--n==0) break;
131 * op(p+2); if (--n==0) break;
132 * op(p+3); if (--n==0) break;
137 * op(p+0); op(p+1); op(p+2); op(p+3);
141 * op(p+0); if (--n==0) return;
142 * op(p+2); if (--n==0) return;
482 addcc %g0,0,%g0 ! clear carry flag
[all …]
/freebsd/lib/libc/tests/locale/
H A Dwcsnrtombs_test.c55 wmemset(srcbuf, 0xcc, sizeof(srcbuf) / sizeof(*srcbuf)); in ATF_TC_BODY()
57 memset(dstbuf, 0xcc, sizeof(dstbuf)); in ATF_TC_BODY()
59 memset(&s, 0, sizeof(s)); in ATF_TC_BODY()
62 ATF_REQUIRE(strcmp(dstbuf, "hello") == 0); in ATF_TC_BODY()
63 ATF_REQUIRE((unsigned char)dstbuf[6] == 0xcc); in ATF_TC_BODY()
67 wmemset(srcbuf, 0xcc, sizeof(srcbuf) / sizeof(*srcbuf)); in ATF_TC_BODY()
69 memset(dstbuf, 0xcc, sizeof(dstbuf)); in ATF_TC_BODY()
71 memset(&s, 0, sizeof(s)); in ATF_TC_BODY()
74 ATF_REQUIRE(memcmp(dstbuf, "hell", 4) == 0); in ATF_TC_BODY()
75 ATF_REQUIRE((unsigned char)dstbuf[5] == 0xcc); in ATF_TC_BODY()
[all …]
H A Dwcstombs_test.c54 wmemset(srcbuf, 0xcc, sizeof(srcbuf) / sizeof(*srcbuf)); in ATF_TC_BODY()
56 memset(dstbuf, 0xcc, sizeof(dstbuf)); in ATF_TC_BODY()
58 ATF_REQUIRE(strcmp(dstbuf, "hello") == 0); in ATF_TC_BODY()
59 ATF_REQUIRE((unsigned char)dstbuf[6] == 0xcc); in ATF_TC_BODY()
62 wmemset(srcbuf, 0xcc, sizeof(srcbuf) / sizeof(*srcbuf)); in ATF_TC_BODY()
64 memset(dstbuf, 0xcc, sizeof(dstbuf)); in ATF_TC_BODY()
66 ATF_REQUIRE(memcmp(dstbuf, "hell", 4) == 0); in ATF_TC_BODY()
67 ATF_REQUIRE((unsigned char)dstbuf[5] == 0xcc); in ATF_TC_BODY()
70 wmemset(srcbuf, 0xcc, sizeof(srcbuf) / sizeof(*srcbuf)); in ATF_TC_BODY()
75 wmemset(srcbuf, 0xcc, sizeof(srcbuf) / sizeof(*srcbuf)); in ATF_TC_BODY()
[all …]
H A Dwcsrtombs_test.c56 wmemset(srcbuf, 0xcc, sizeof(srcbuf) / sizeof(*srcbuf)); in ATF_TC_BODY()
58 memset(dstbuf, 0xcc, sizeof(dstbuf)); in ATF_TC_BODY()
60 memset(&s, 0, sizeof(s)); in ATF_TC_BODY()
63 ATF_REQUIRE(strcmp(dstbuf, "hello") == 0); in ATF_TC_BODY()
64 ATF_REQUIRE((unsigned char)dstbuf[6] == 0xcc); in ATF_TC_BODY()
68 wmemset(srcbuf, 0xcc, sizeof(srcbuf) / sizeof(*srcbuf)); in ATF_TC_BODY()
70 memset(dstbuf, 0xcc, sizeof(dstbuf)); in ATF_TC_BODY()
72 memset(&s, 0, sizeof(s)); in ATF_TC_BODY()
75 ATF_REQUIRE(memcmp(dstbuf, "hell", 4) == 0); in ATF_TC_BODY()
76 ATF_REQUIRE((unsigned char)dstbuf[5] == 0xcc); in ATF_TC_BODY()
[all …]
H A Dc16rtomb_test.c52 ATF_REQUIRE(strcmp(lc_ctype_set, locale_name) == 0); in require_lc_ctype()
65 * If the buffer argument is NULL, c16 is implicitly 0, in ATF_TC_BODY()
68 ATF_REQUIRE(c16rtomb(NULL, L'\0', NULL) == 1); in ATF_TC_BODY()
69 ATF_REQUIRE(c16rtomb(NULL, 0xdc00, NULL) == 1); in ATF_TC_BODY()
72 memset(&s, 0, sizeof(s)); in ATF_TC_BODY()
73 memset(buf, 0xcc, sizeof(buf)); in ATF_TC_BODY()
74 ATF_REQUIRE(c16rtomb(buf, 0, &s) == 1); in ATF_TC_BODY()
75 ATF_REQUIRE((unsigned char)buf[0] == 0 && (unsigned char)buf[1] == 0xcc); in ATF_TC_BODY()
78 ATF_REQUIRE(c16rtomb(NULL, L'\0', NULL) == 1); in ATF_TC_BODY()
82 memset(&s, 0, sizeof(s)); in ATF_TC_BODY()
[all …]
H A Dwctomb_test.c47 wchar_t wc = 0x8e000000; in ATF_TC_BODY()
51 "zh_CN.eucCN") == 0); in ATF_TC_BODY()
53 ATF_REQUIRE(wctomb(&buf[0], wc) == 4); in ATF_TC_BODY()
67 ATF_REQUIRE(wctomb(NULL, L'\0') == 0); in ATF_TC_BODY()
70 memset(buf, 0xcc, sizeof(buf)); in ATF_TC_BODY()
71 len = wctomb(buf, L'\0'); in ATF_TC_BODY()
73 ATF_REQUIRE((unsigned char)buf[0] == 0 && (unsigned char)buf[1] == 0xcc); in ATF_TC_BODY()
76 memset(buf, 0xcc, sizeof(buf)); in ATF_TC_BODY()
79 ATF_REQUIRE((unsigned char)buf[0] == 'A' && (unsigned char)buf[1] == 0xcc); in ATF_TC_BODY()
83 ATF_REQUIRE(wctomb(NULL, 0) == 0); in ATF_TC_BODY()
[all …]
H A Dwcrtomb_test.c57 * If the buffer argument is NULL, wc is implicitly L'\0', in ATF_TC_BODY()
60 ATF_REQUIRE(wcrtomb(NULL, L'\0', NULL) == 1); in ATF_TC_BODY()
64 memset(&s, 0, sizeof(s)); in ATF_TC_BODY()
65 memset(buf, 0xcc, sizeof(buf)); in ATF_TC_BODY()
66 len = wcrtomb(buf, L'\0', &s); in ATF_TC_BODY()
68 ATF_REQUIRE((unsigned char)buf[0] == 0 && (unsigned char)buf[1] == 0xcc); in ATF_TC_BODY()
71 ATF_REQUIRE(wcrtomb(NULL, L'\0', NULL) == 1); in ATF_TC_BODY()
75 memset(&s, 0, sizeof(s)); in ATF_TC_BODY()
76 memset(buf, 0xcc, sizeof(buf)); in ATF_TC_BODY()
79 ATF_REQUIRE((unsigned char)buf[0] == 'A' && (unsigned char)buf[1] == 0xcc); in ATF_TC_BODY()
[all …]
H A Dmbsnrtowcs_test.c55 memset(srcbuf, 0xcc, sizeof(srcbuf)); in ATF_TC_BODY()
57 wmemset(dstbuf, 0xcccc, sizeof(dstbuf) / sizeof(*dstbuf)); in ATF_TC_BODY()
59 memset(&s, 0, sizeof(s)); in ATF_TC_BODY()
62 ATF_REQUIRE(wcscmp(dstbuf, L"hello") == 0); in ATF_TC_BODY()
63 ATF_REQUIRE(dstbuf[6] == 0xcccc); in ATF_TC_BODY()
67 memset(srcbuf, 0xcc, sizeof(srcbuf)); in ATF_TC_BODY()
69 wmemset(dstbuf, 0xcccc, sizeof(dstbuf) / sizeof(*dstbuf)); in ATF_TC_BODY()
71 memset(&s, 0, sizeof(s)); in ATF_TC_BODY()
74 ATF_REQUIRE(wmemcmp(dstbuf, L"hell", 4) == 0); in ATF_TC_BODY()
75 ATF_REQUIRE(dstbuf[5] == 0xcccc); in ATF_TC_BODY()
[all …]
H A Dmbsrtowcs_test.c58 memset(srcbuf, 0xcc, sizeof(srcbuf)); in ATF_TC_BODY()
60 wmemset(dstbuf, 0xcccc, sizeof(dstbuf) / sizeof(*dstbuf)); in ATF_TC_BODY()
62 memset(&s, 0, sizeof(s)); in ATF_TC_BODY()
65 ATF_REQUIRE(wcscmp(dstbuf, L"hello") == 0); in ATF_TC_BODY()
66 ATF_REQUIRE(dstbuf[6] == 0xcccc); in ATF_TC_BODY()
70 memset(srcbuf, 0xcc, sizeof(srcbuf)); in ATF_TC_BODY()
72 wmemset(dstbuf, 0xcccc, sizeof(dstbuf) / sizeof(*dstbuf)); in ATF_TC_BODY()
74 memset(&s, 0, sizeof(s)); in ATF_TC_BODY()
76 ATF_REQUIRE(wmemcmp(dstbuf, L"hell", 4) == 0); in ATF_TC_BODY()
77 ATF_REQUIRE(dstbuf[5] == 0xcccc); in ATF_TC_BODY()
[all …]
H A Dmbstowcs_test.c54 memset(srcbuf, 0xcc, sizeof(srcbuf)); in ATF_TC_BODY()
56 wmemset(dstbuf, 0xcccc, sizeof(dstbuf) / sizeof(*dstbuf)); in ATF_TC_BODY()
58 ATF_REQUIRE(wcscmp(dstbuf, L"hello") == 0); in ATF_TC_BODY()
59 ATF_REQUIRE(dstbuf[6] == 0xcccc); in ATF_TC_BODY()
62 memset(srcbuf, 0xcc, sizeof(srcbuf)); in ATF_TC_BODY()
64 wmemset(dstbuf, 0xcccc, sizeof(dstbuf) / sizeof(*dstbuf)); in ATF_TC_BODY()
66 ATF_REQUIRE(wmemcmp(dstbuf, L"hell", 4) == 0); in ATF_TC_BODY()
67 ATF_REQUIRE(dstbuf[5] == 0xcccc); in ATF_TC_BODY()
70 memset(srcbuf, 0xcc, sizeof(srcbuf)); in ATF_TC_BODY()
72 ATF_REQUIRE(mbstowcs(NULL, srcbuf, 0) == 5); in ATF_TC_BODY()
[all …]
/freebsd/crypto/openssl/test/
H A Dpoly1305_internal_test.c44 0x43, 0x72, 0x79, 0x70, 0x74, 0x6f, 0x67, 0x72,
45 0x61, 0x70, 0x68, 0x69, 0x63, 0x20, 0x46, 0x6f,
46 0x72, 0x75, 0x6d, 0x20, 0x52, 0x65, 0x73, 0x65,
47 0x61, 0x72, 0x63, 0x68, 0x20, 0x47, 0x72, 0x6f,
49 0x75, 0x70
55 0x85, 0xd6, 0xbe, 0x78, 0x57, 0x55, 0x6d, 0x33,
56 0x7f, 0x44, 0x52, 0xfe, 0x42, 0xd5, 0x06, 0xa8,
57 0x01, 0x03, 0x80, 0x8a, 0xfb, 0x0d, 0xb2, 0xfd,
58 0x4a, 0xbf, 0xf6, 0xaf, 0x41, 0x49, 0xf5, 0x1b
64 0xa8, 0x06, 0x1d, 0xc1, 0x30, 0x51, 0x36, 0xc6,
[all …]
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Du8_textprep_data.h84 * Each UTF-8 character is seen as a 4-byte entity so that U+0061 (or 0x61 in
85 * UTF-8) would be seen as 0x00 0x00 0x00 0x61. Similarly, U+1D15E would be
86 * 0xF0 0x9D 0x85 0x9E in UTF-8.
96 * 0xF0 0x9D 0x85 0x9E in UTF-8, the target decomposition character bytes
100 * b2_tbl_id = u8_common_b1_tbl[0][0xF0];
101 * b3_tbl_id = u8_decomp_b2_tbl[0][b2_tbl_id][0x9D];
102 * b4_tbl_id = u8_decomp_b3_tbl[0][b3_tbl_id][0x85].tbl_id;
103 * b4_base = u8_decomp_b3_tbl[0][b3_tbl_id][0x85].base;
104 * if (b4_tbl_id >= 0x8000) {
105 * b4_tbl_id -= 0x8000;
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Du8_textprep_data.h85 * Each UTF-8 character is seen as a 4-byte entity so that U+0061 (or 0x61 in
86 * UTF-8) would be seen as 0x00 0x00 0x00 0x61. Similarly, U+1D15E would be
87 * 0xF0 0x9D 0x85 0x9E in UTF-8.
97 * 0xF0 0x9D 0x85 0x9E in UTF-8, the target decomposition character bytes
101 * b2_tbl_id = u8_common_b1_tbl[0][0xF0];
102 * b3_tbl_id = u8_decomp_b2_tbl[0][b2_tbl_id][0x9D];
103 * b4_tbl_id = u8_decomp_b3_tbl[0][b3_tbl_id][0x85].tbl_id;
104 * b4_base = u8_decomp_b3_tbl[0][b3_tbl_id][0x85].base;
105 * if (b4_tbl_id >= 0x8000) {
106 * b4_tbl_id -= 0x8000;
[all …]
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86.cpp3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
60 trapInstr = {0xcc, 0xcc, 0xcc, 0xcc}; // 0xcc = INT3 in X86()
64 defaultImageBase = 0x400000; in X86()
127 // The following code implements it. We assume that Loc[0] is the first byte in getRelExpr()
132 return (loc[-1] & 0xc7) == 0x5 ? R_GOT : R_GOTPLT; in getRelExpr()
192 0xff, 0xb3, 0x04, 0x00, 0x00, 0x00, // pushl 4(%ebx) in writePltHeader()
193 0xff, 0xa3, 0x08, 0x00, 0x00, 0x00, // jmp *8(%ebx) in writePltHeader()
194 0x90, 0x90, 0x90, 0x90 // nop in writePltHeader()
201 0xff, 0x35, 0, 0, 0, 0, // pushl (GOTPLT+4) in writePltHeader()
202 0xff, 0x25, 0, 0, 0, 0, // jmp *(GOTPLT+8) in writePltHeader()
[all …]
H A DX86_64.cpp3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
60 {0x90},
61 {0x66, 0x90},
62 {0x0f, 0x1f, 0x00},
63 {0x0f, 0x1f, 0x40, 0x00},
64 {0x0f, 0x1f, 0x44, 0x00, 0x00},
65 {0x66, 0x0f, 0x1f, 0x44, 0x00, 0x00},
66 {0x0F, 0x1F, 0x80, 0x00, 0x00, 0x00, 0x00},
67 {0x0F, 0x1F, 0x84, 0x00, 0x00, 0x00, 0x00, 0x00},
68 {0x66, 0x0F, 0x1F, 0x84, 0x00, 0x00, 0x00, 0x00, 0x00}};
[all …]
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_format_lha_filename_utf16.c73 #define UMLAUT_DIRNAME "\x55\xcc\x88\x4f\xcc\x88\x41\xcc\x88\x75\xcc\x88\x6f"\ in test_read_format_lha_filename_UTF16_UTF8()
74 "\xcc\x88\x61\xcc\x88/" in test_read_format_lha_filename_UTF16_UTF8()
76 #define UMLAUT_FNAME "\x61\xcc\x88\x6f\xcc\x88\x75\xcc\x88\x41\xcc\x8 in test_read_format_lha_filename_UTF16_UTF8()
[all...]
/freebsd/sys/dev/vt/logo/
H A Dlogo_beastie.c38 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/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrAliases.td3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
19 // mov<cond> (%icc|%xcc), rs2, rd
24 // mov<cond> (%icc|%xcc), simm11, rd
29 // fmovs<cond> (%icc|%xcc), $rs2, $rd
34 // fmovd<cond> (%icc|%xcc), $rs2, $rd
45 // mov<cond> %fcc[0-3], rs2, rd
49 // mov<cond> %fcc[0-3], simm11, rd
53 // fmovs<cond> %fcc[0-3], $rs2, $rd
57 // fmovd<cond> %fcc[0-3], $rs2, $rd
125 // b<cond> %xcc, $imm
[all …]
/freebsd/crypto/krb5/src/kdc/
H A Dt_ndr.c49 0x01, 0x10, 0x08, 0x00, 0xcc, 0xcc, 0xcc, 0xcc, 0xa0, 0x00, 0x00, 0x00,
50 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x2a, 0x00, 0x2c, 0x00,
51 0x04, 0x00, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x08, 0x00, 0x02, 0x00,
52 0x16, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x15, 0x00, 0x00, 0x00,
53 0x73, 0x00, 0x76, 0x00, 0x63, 0x00, 0x32, 0x00, 0x2f, 0x00, 0x61, 0x00,
54 0x64, 0x00, 0x73, 0x00, 0x65, 0x00, 0x72, 0x00, 0x76, 0x00, 0x65, 0x00,
55 0x72, 0x00, 0x2e, 0x00, 0x61, 0x00, 0x64, 0x00, 0x2e, 0x00, 0x74, 0x00,
56 0x65, 0x00, 0x73, 0x00, 0x74, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
57 0x3a, 0x00, 0x3c, 0x00, 0x0c, 0x00, 0x02, 0x00, 0x1e, 0x00, 0x00, 0x00,
58 0x00, 0x00, 0x00, 0x00, 0x1d, 0x00, 0x00, 0x00, 0x73, 0x00, 0x76, 0x00,
[all …]
/freebsd/sys/contrib/libsodium/test/default/
H A Dsign.c6 = { 0x42, 0x11, 0x51, 0xa4, 0x59, 0xfa, 0xea, 0xde, 0x3d, 0x24, 0x71,
7 0x15, 0xf9, 0x4a, 0xed, 0xae, 0x42, 0x31, 0x81, 0x24, 0x09, 0x5a,
8 0xfa, 0xbe, 0x4d, 0x14, 0x51, 0xa5, 0x59, 0xfa, 0xed, 0xee };
180x9d,0x61,0xb1,0x9d,0xef,0xfd,0x5a,0x60,0xba,0x84,0x4a,0xf4,0x92,0xec,0x2c,0xc4,0x44,0x49,0xc5,0x6…
190x4c,0xcd,0x08,0x9b,0x28,0xff,0x96,0xda,0x9d,0xb6,0xc3,0x46,0xec,0x11,0x4e,0x0f,0x5b,0x8a,0x31,0x9…
200xc5,0xaa,0x8d,0xf4,0x3f,0x9f,0x83,0x7b,0xed,0xb7,0x44,0x2f,0x31,0xdc,0xb7,0xb1,0x66,0xd3,0x85,0x3…
210x0d,0x4a,0x05,0xb0,0x73,0x52,0xa5,0x43,0x6e,0x18,0x03,0x56,0xda,0x0a,0xe6,0xef,0xa0,0x34,0x5f,0xf…
220x6d,0xf9,0x34,0x0c,0x13,0x8c,0xc1,0x88,0xb5,0xfe,0x44,0x64,0xeb,0xaa,0x3f,0x7f,0xc2,0x06,0xa2,0xd…
230xb7,0x80,0x38,0x1a,0x65,0xed,0xf8,0xb7,0x8f,0x69,0x45,0xe8,0xdb,0xec,0x79,0x41,0xac,0x04,0x9f,0xd…
240x78,0xae,0x9e,0xff,0xe6,0xf2,0x45,0xe9,0x24,0xa7,0xbe,0x63,0x04,0x11,0x46,0xeb,0xc6,0x70,0xdb,0xd…
[all …]
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx_seq.h9 0xb2, 0x00, 0x00, 0x08,
10 0xf7, 0x11, 0x22, 0x08,
11 0x00, 0x65, 0xee, 0x59,
12 0xf7, 0x01, 0x02, 0x08,
13 0xff, 0x6a, 0x24, 0x08,
14 0x40, 0x00, 0x40, 0x68,
15 0x08, 0x1f, 0x3e, 0x10,
16 0x40, 0x00, 0x40, 0x68,
17 0xff, 0x40, 0x3c, 0x60,
18 0x08, 0x1f, 0x3e, 0x10,
[all …]
/freebsd/share/mk/
H A Dbsd.compiler.mk35 # https://en.wikipedia.org/wiki/Xcode#Xcode_7.0_-_12.x_(since_Free_On-Device_Development)
37 # These variables with an X_ prefix will also be provided if XCC is set.
53 COMPILER_VERSION=0
54 X_COMPILER_VERSION=0
157 _cc_vars+=XCC X_
161 .if ${cc} == "CC" || !empty(XCC)
187 .if ${cc} == "CC" || (${cc} == "XCC" && ${XCC} != ${CC})
192 ${X_}COMPILER_VERSION= 0
193 ${X_}COMPILER_FREEBSD_VERSION= 0
195 _v!= ${${cc}:N${CCACHE_BIN}} --version || echo 0.0.0
[all …]

12345678910>>...36