Home
last modified time | relevance | path

Searched +full:0 +full:x03ffffff (Results 1 – 25 of 45) sorted by relevance

12

/freebsd/contrib/file/magic/Magdir/
H A Dsniffer12 0 string RTSS NetMon capture file
15 >6 leshort 0 (Unknown)
25 0 string GMBU NetMon capture file
28 >6 leshort 0 (Unknown)
45 0 string TRSNIFF\040data\040\040\040\040\032 Sniffer capture file
49 >32 byte 0 (Token Ring)
69 0 string XCP\0 NetXRay capture file
70 >4 string >\0 - version %s
71 >44 leshort 0 (Ethernet)
85 0 name pcap-be
[all …]
/freebsd/contrib/bearssl/src/symcipher/
H A Dpoly1305_ctmul.c54 r0 = r[0]; in poly1305_inner()
65 a0 = acc[0]; in poly1305_inner()
72 while (len > 0) { in poly1305_inner()
81 memset(tmp, 0, sizeof tmp); in poly1305_inner()
91 a0 += br_dec32le(buf) & 0x03FFFFFF; in poly1305_inner()
92 a1 += (br_dec32le(buf + 3) >> 2) & 0x03FFFFFF; in poly1305_inner()
93 a2 += (br_dec32le(buf + 6) >> 4) & 0x03FFFFFF; in poly1305_inner()
94 a3 += (br_dec32le(buf + 9) >> 6) & 0x03FFFFFF; in poly1305_inner()
95 a4 += (br_dec32le(buf + 12) >> 8) | 0x01000000; in poly1305_inner()
118 a0 = (uint32_t)w0 & 0x3FFFFFF; in poly1305_inner()
[all …]
/freebsd/sys/crypto/openssl/aarch64/
H A Dpoly1305-armv8.S31 mov x9,#0xfffffffc0fffffff
32 movk x9,#0x0fff,lsl#48
37 and x7,x7,x9 // &=0ffffffc0fffffff
39 and x8,x8,x9 // &=0ffffffc0ffffffc
209 and x12,x4,#0x03ffffff // base 2^64 -> base 2^26
212 and x14,x14,#0x03ffffff
216 str w12,[x0,#16*0] // r0
248 add x29,sp,#0
297 and x10,x4,#0x03ffffff // base 2^64 -> base 2^26
300 and x12,x12,#0x03ffffff
[all …]
/freebsd/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-armv8.pl40 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
41 $flavour = $#ARGV >= 0 && $ARGV[0] !~ m|\.| ? shift : undef;
43 $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
52 my ($ctx,$inp,$len,$padbit) = map("x$_",(0..3));
87 mov $s1,#0xfffffffc0fffffff
88 movk $s1,#0x0fff,lsl#48
93 and $r0,$r0,$s1 // &=0ffffffc0fffffff
95 and $r1,$r1,$s1 // &=0ffffffc0ffffffc
226 my ($R0,$R1,$S1,$R2,$S2,$R3,$S3,$R4,$S4) = map("v$_.4s",(0..8));
277 and x12,$h0,#0x03ffffff // base 2^64 -> base 2^26
[all …]
H A Dpoly1305-armv4.pl33 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
34 $flavour = $#ARGV >= 0 && $ARGV[0] !~ m|\.| ? shift : undef;
37 $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
48 ($ctx,$inp,$len,$padbit)=map("r$_",(0..3));
72 cmp $inp,#0
73 str r3,[$ctx,#0] @ zero hash value
84 moveq r0,#0
91 ldrb r4,[$inp,#0]
92 mov r10,#0x0fffffff
94 and r3,r10,#-4 @ 0x0ffffffc
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dfaraday,ftpci100.txt9 The host controller appear on the PCI bus with vendor ID 0x159b (Faraday
10 Technology) and product ID 0x4321.
23 - bus-range: set to <0x00 0xff>
45 - #address-cells: set to <0>
64 interrupt-map-mask = <0xf800 0 0 7>;
66 <0x4800 0 0 1 &pci_intc 0>, /* Slot 9 */
67 <0x4800 0 0 2 &pci_intc 1>,
68 <0x4800 0 0 3 &pci_intc 2>,
69 <0x4800 0 0 4 &pci_intc 3>,
70 <0x5000 0 0 1 &pci_intc 1>, /* Slot 10 */
[all …]
H A Dfaraday,ftpci100.yaml18 The host controller appear on the PCI bus with vendor ID 0x159b (Faraday
19 Technology) and product ID 0x4321.
34 interrupt-map-mask = <0xf800 0 0 7>;
36 <0x4800 0 0 1 &pci_intc 0>, /* Slot 9 */
37 <0x4800 0 0 2 &pci_intc 1>,
38 <0x4800 0 0 3 &pci_intc 2>,
39 <0x4800 0 0 4 &pci_intc 3>,
40 <0x5000 0 0 1 &pci_intc 1>, /* Slot 10 */
41 <0x5000 0 0 2 &pci_intc 2>,
42 <0x5000 0 0 3 &pci_intc 3>,
[all …]
/freebsd/sys/crypto/openssl/arm/
H A Dpoly1305-armv4.S23 cmp r1,#0
24 str r3,[r0,#0] @ zero hash value
35 moveq r0,#0
42 ldrb r4,[r1,#0]
43 mov r10,#0x0fffffff
45 and r3,r10,#-4 @ 0x0ffffffc
103 str r4,[r0,#0]
114 mov r0,#0
123 .word 0xe12fff1e @ interoperable with Thumb ISA:-)
135 cmp r3,#0
[all …]
/freebsd/sys/contrib/device-tree/Bindings/watchdog/
H A Dsnps,dw-wdt.yaml70 default: [0x0001000 0x0002000 0x0004000 0x0008000
71 0x0010000 0x0020000 0x0040000 0x0080000
72 0x0100000 0x0200000 0x0400000 0x0800000
73 0x1000000 0x2000000 0x4000000 0x8000000]
88 reg = <0xffd02000 0x1000>;
89 interrupts = <0 171 4>;
97 reg = <0xffd02000 0x1000>;
98 interrupts = <0 171 4>;
101 snps,watchdog-tops = <0x000000FF 0x000001FF 0x000003FF
102 0x000007FF 0x0000FFFF 0x0001FFFF
[all …]
/freebsd/lib/libc/locale/
H A Dutf8.547 so 0x00-0x7f refer to the
57 [0x00000000 - 0x0000007f] [00000000.0bbbbbbb] -> 0bbbbbbb
58 [0x00000080 - 0x000007ff] [00000bbb.bbbbbbbb] -> 110bbbbb, 10bbbbbb
59 [0x00000800 - 0x0000ffff] [bbbbbbbb.bbbbbbbb] ->
61 [0x00010000 - 0x001fffff] [00000000.000bbbbb.bbbbbbbb.bbbbbbbb] ->
63 [0x00200000 - 0x03ffffff] [000000bb.bbbbbbbb.bbbbbbbb.bbbbbbbb] ->
65 [0x04000000 - 0x7fffffff] [0bbbbbbb.bbbbbbbb.bbbbbbbb.bbbbbbbb] ->
70 0x00; 0xC0 0x80; 0xE0 0x80 0x80) the shortest representation is always
/freebsd/sys/contrib/device-tree/src/arm/gemini/
H A Dgemini.dtsi23 pinctrl-0 = <&pflash_default_pins>;
31 reg = <0x40000000 0x1000>;
39 offset = <0x0c>;
41 mask = <0xC0000000>;
49 pinctrl-0 = <&dram_default_pins>, <&system_default_pins>,
159 reg = <0x41000000 0x1000>;
168 reg = <0x42000000 0x100>;
173 pinctrl-0 = <&uart_default_pins>;
179 reg = <0x43000000 0x1000>;
193 reg = <0x45000000 0x100>;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFAArch64.h4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
32 INTERNAL_REL_ARM64_LONG_BRANCH26 = 0x111,
40 orig &= ~(0xFFF << 10); in write32AArch64Imm()
41 write32le(T, orig | ((imm & (0xFFF >> rangeLimit)) << 10)); in write32AArch64Imm()
47 // 0x04000000 indicates SIMD/FP registers in write32AArch64Ldr()
48 // 0x00800000 indicates 128 bit in write32AArch64Ldr()
49 if ((orig & 0x04800000) == 0x04800000) in write32AArch64Ldr()
51 if ((imm & ((1 << size) - 1)) != 0) in write32AArch64Ldr()
52 assert(0 in write32AArch64Ldr()
[all...]
H A DRuntimeDyldMachOAArch64.h3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
38 int64_t Addend = 0; in decodeAddend()
71 assert((((uintptr_t)LocalAddress & 0x3) == 0) && in decodeAddend()
90 assert(((*p & 0xFC000000) == 0x14000000 || in decodeAddend()
91 (*p & 0xFC000000) == 0x94000000) && in decodeAddend()
97 Addend = (*p & 0x03FFFFFF) << 2; in decodeAddend()
105 assert((*p & 0x9F000000) == 0x90000000 && "Expected adrp instruction."); in decodeAddend()
110 Addend = ((*p & 0x60000000) >> 29) | ((*p & 0x01FFFFE0) >> 3) << 12; in decodeAddend()
119 assert((*p & 0x3B000000) == 0x39000000 && in decodeAddend()
127 assert((((*p & 0x3B000000) == 0x39000000) || in decodeAddend()
[all …]
H A DRuntimeDyldELFMips.cpp3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
57 LLVM_DEBUG(dbgs() << "evaluateMIPS32Relocation, LocalAddress: 0x" in evaluateMIPS32Relocation()
59 << " FinalAddress: 0x" in evaluateMIPS32Relocation()
61 << " Value: 0x" << format("%llx", Value) << " Type: 0x" in evaluateMIPS32Relocation()
74 return (Value + 0x8000) >> 16; in evaluateMIPS32Relocation()
87 return (Value - (FinalAddress & ~0x3)) >> 2; in evaluateMIPS32Relocation()
99 return (Value - FinalAddress + 0x8000) >> 16; in evaluateMIPS32Relocation()
112 LLVM_DEBUG(dbgs() << "evaluateMIPS64Relocation, LocalAddress: 0x" in evaluateMIPS64Relocation()
114 << " FinalAddress: 0x" in evaluateMIPS64Relocation()
116 << " Value: 0x" << format("%llx", Value) << " Type: 0x" in evaluateMIPS64Relocation()
[all …]
/freebsd/sys/cddl/dev/kinst/aarch64/
H A Dkinst_isa.c29 if (((instr >> 24) & 0x1f) == 0b10000) { in kinst_emulate()
31 reg = instr & 0x1f; in kinst_emulate()
32 imm = (instr >> 29) & 0x3; in kinst_emulate()
33 imm |= ((instr >> 5) & 0x0007ffff) << 2; in kinst_emulate()
34 if (((instr >> 31) & 0x1) == 0) { in kinst_emulate()
36 if (imm & 0x0000000000100000) in kinst_emulate()
37 imm |= 0xfffffffffff00000; in kinst_emulate()
42 if (imm & 0x0000000100000000) in kinst_emulate()
43 imm |= 0xffffffff00000000; in kinst_emulate()
44 frame->tf_x[reg] = (frame->tf_elr & ~0xfff) + imm; in kinst_emulate()
[all …]
/freebsd/contrib/xz/src/liblzma/simple/
H A Darm64.c1 // SPDX-License-Identifier: 0BSD
12 /// A majority of the jumps for the B instruction are very small (+/- 0xFF).
42 for (i = 0; i < size; i += 4) { in arm64_code()
46 if ((instr >> 26) == 0x25) { in arm64_code()
58 instr = 0x94000000; in arm64_code()
62 pc = 0U - pc; in arm64_code()
64 instr |= (src + pc) & 0x03FFFFFF; in arm64_code()
67 } else if ((instr & 0x9F000000) == 0x90000000) { in arm64_code()
80 | ((instr >> 3) & 0x001FFFFC); in arm64_code()
87 //if ((src & 0x001E0000) != 0 in arm64_code()
[all …]
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/powerpc/
H A Ddt_isadep.c49 ftp->ftps_offs[0] = 0; in dt_pid_create_entry_probe()
51 if (ioctl(dtp->dt_ftfd, FASTTRAPIOC_MAKEPROBE, ftp) != 0) { in dt_pid_create_entry_probe()
68 int srdepth = 0; in dt_pid_create_return_probe()
85 text[symp->st_size / 4] = 0; in dt_pid_create_return_probe()
90 ftp->ftps_noffs = 0; in dt_pid_create_return_probe()
92 for (i = 0; i < symp->st_size / 4; i++) { in dt_pid_create_return_probe()
94 if ((text[i] & 0xfc000001) != 0x48000000 && in dt_pid_create_return_probe()
95 text[i] != 0x4e800020) in dt_pid_create_return_probe()
102 if ((text[i] & 0xfc000000) == 0x48000000) { in dt_pid_create_return_probe()
103 temp = (text[i] & 0x03fffffc); in dt_pid_create_return_probe()
[all …]
/freebsd/tools/tools/locale/tools/
H A Dconvert_map.pl27 if ($ucs <= 0x7f) {
29 } elsif ($ucs <= 0x7ff) {
30 $utf8 = sprintf("\\x%02X", ($ucs & 0x3f) | 0x80).$utf8;
32 $utf8 = sprintf("\\x%02X", $ucs | 0xc0).$utf8;
34 } elsif ($ucs <= 0xffff) {
35 $utf8 = sprintf("\\x%02X", ($ucs & 0x3f) | 0x80).$utf8;
37 $utf8 = sprintf("\\x%02X", ($ucs & 0x3f) | 0x80).$utf8;
39 $utf8 = sprintf("\\x%02X", $ucs | 0xe0).$utf8;
41 } elsif ($ucs <= 0x1fffff) {
42 $utf8 = sprintf("\\x%02X", ($ucs & 0x3f) | 0x80).$utf8;
[all …]
/freebsd/sys/crypto/openssl/powerpc64/
H A Dpoly1305-ppc.S9 .localentry poly1305_init_int,0
11 xor 0,0,0
12 std 0,0(3)
13 std 0,8(3)
14 std 0,16(3)
15 stw 0,24(3)
17 cmpld 4,0
20 lwbrx 10,0,4
26 insrdi 10,7,32,0
27 insrdi 11,8,32,0
[all …]
/freebsd/sys/crypto/openssl/powerpc64le/
H A Dpoly1305-ppc.S9 .localentry poly1305_init_int,0
11 xor 0,0,0
12 std 0,0(3)
13 std 0,8(3)
14 std 0,16(3)
15 stw 0,24(3)
17 cmpld 4,0
19 ld 10,0(4)
21 lis 8,0xfff
22 ori 8,8,0xfffc
[all …]
/freebsd/crypto/krb5/src/util/support/
H A Dt_utf8.c48 #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 …]
/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_nb_regs.h60 /* [0x0] */
62 /* [0x4] */
64 /* [0x8] Force init reset. */
66 /* [0xc] Force init reset per DECEI mode. */
68 /* [0x10] */
70 /* [0x14] */
72 /* [0x18] */
74 /* [0x1c] */
76 /* [0x20] */
78 /* [0x24] */
[all …]
/freebsd/sys/arm/arm/
H A Dmachdep_ptrace.c44 return (0); in ptrace_read_int()
53 return (0); in ptrace_write_int()
62 KASSERT(((reg >= 0) && (reg <= ARM_REG_NUM_PC)), in ptrace_get_usr_reg()
105 * @return <0> when jump is possible
130 uint32_t cur_instr, alt_next = 0; in ptrace_single_step()
133 if ((td->td_frame->tf_spsr & PSR_T) != 0) in ptrace_single_step()
136 KASSERT(td->td_md.md_ptrace_instr == 0, in ptrace_single_step()
138 KASSERT(td->td_md.md_ptrace_instr_alt == 0, in ptrace_single_step()
150 if (error == 0) { in ptrace_single_step()
154 td->td_md.md_ptrace_instr = 0; in ptrace_single_step()
[all …]
H A Ddisassem.c76 * m - m register (bits 0-3)
81 * h - 3rd fp operand (register/immediate) (bits 0-4)
83 * t - thumb branch address (bits 24, 0-23)
84 * k - breakpoint comment (bits 0-3, 8-19)
87 * c - comment field bits(0-23)
112 { 0x0fffffff, 0x0ff00000, "imb", "c" }, /* Before swi */
113 { 0x0fffffff, 0x0ff00001, "imbrange", "c" }, /* Before swi */
114 { 0x0f000000, 0x0f000000, "swi", "c" },
115 { 0xfe000000, 0xfa000000, "blx", "t" }, /* Before b and bl */
116 { 0x0f000000, 0x0a000000, "b", "b" },
[all …]
/freebsd/sys/crypto/openssl/powerpc/
H A Dpoly1305-ppc.S8 xor 0,0,0
9 stw 0,0(3)
10 stw 0,4(3)
11 stw 0,8(3)
12 stw 0,12(3)
13 stw 0,16(3)
14 stw 0,24(3)
16 .long 0x7c040040
19 lwbrx 7,0,4
25 lis 0,0xf000
[all …]

12