Home
last modified time | relevance | path

Searched refs:u64 (Results 1 – 25 of 1152) sorted by relevance

12345678910>>...47

/netbsd/crypto/external/bsd/openssl.old/dist/crypto/poly1305/
H A Dpoly1305_base2_44.c24 u64 h[3];
25 u64 s[2];
26 u64 r[3];
60 u64 r0, r1; in poly1305_init()
85 u64 r0, r1, r2; in poly1305_blocks()
86 u64 s1, s2; in poly1305_blocks()
89 u64 pad = (u64)padbit << 40; in poly1305_blocks()
103 u64 m0, m1; in poly1305_blocks()
120 h1 = (u64)(d1 += (u64)(d0 >> 44)) & 0x0fffffffffff; in poly1305_blocks()
141 u64 mask; in poly1305_emit()
[all …]
H A Dpoly1305.c105 u64 h[3];
106 u64 r[2];
153 u64 r0, r1; in poly1305_blocks()
154 u64 s1; in poly1305_blocks()
155 u64 h0, h1, h2, c; in poly1305_blocks()
187 h0 = (u64)d0; in poly1305_blocks()
219 u64 h0, h1, h2; in poly1305_emit()
220 u64 g0, g1, g2; in poly1305_emit()
222 u64 mask; in poly1305_emit()
242 h0 = (u64)(t = (u128)h0 + nonce[0] + ((u64)nonce[1]<<32)); in poly1305_emit()
[all …]
/netbsd/crypto/external/bsd/openssl/dist/crypto/poly1305/
H A Dpoly1305_base2_44.c24 u64 h[3];
25 u64 s[2];
26 u64 r[3];
60 u64 r0, r1; in poly1305_init()
85 u64 r0, r1, r2; in poly1305_blocks()
86 u64 s1, s2; in poly1305_blocks()
89 u64 pad = (u64)padbit << 40; in poly1305_blocks()
103 u64 m0, m1; in poly1305_blocks()
120 h1 = (u64)(d1 += (u64)(d0 >> 44)) & 0x0fffffffffff; in poly1305_blocks()
141 u64 mask; in poly1305_emit()
[all …]
H A Dpoly1305.c103 u64 h[3];
104 u64 r[2];
151 u64 r0, r1; in poly1305_blocks()
152 u64 s1; in poly1305_blocks()
153 u64 h0, h1, h2, c; in poly1305_blocks()
185 h0 = (u64)d0; in poly1305_blocks()
217 u64 h0, h1, h2; in poly1305_emit()
218 u64 g0, g1, g2; in poly1305_emit()
220 u64 mask; in poly1305_emit()
240 h0 = (u64)(t = (u128)h0 + nonce[0] + ((u64)nonce[1]<<32)); in poly1305_emit()
[all …]
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_syscall_linux_aarch64.inc15 register u64 x8 asm("x8") = nr;
16 register u64 x0 asm("x0");
26 static uptr __internal_syscall(u64 nr, u64 arg1) {
27 register u64 x8 asm("x8") = nr;
38 static uptr __internal_syscall(u64 nr, u64 arg1, long arg2) {
39 register u64 x8 asm("x8") = nr;
51 static uptr __internal_syscall(u64 nr, u64 arg1, long arg2, long arg3) {
52 register u64 x8 asm("x8") = nr;
65 static uptr __internal_syscall(u64 nr, u64 arg1, long arg2, long arg3,
81 static uptr __internal_syscall(u64 nr, u64 arg1, long arg2, long arg3,
[all …]
H A Dsanitizer_syscall_linux_riscv64.inc34 register u64 a7 asm("a7") = nr;
35 register u64 a0 asm("a0");
44 static uptr __internal_syscall(u64 nr, u64 arg1) {
45 register u64 a7 asm("a7") = nr;
55 static uptr __internal_syscall(u64 nr, u64 arg1, long arg2) {
56 register u64 a7 asm("a7") = nr;
68 static uptr __internal_syscall(u64 nr, u64 arg1, long arg2, long arg3) {
82 static uptr __internal_syscall(u64 nr, u64 arg1, long arg2, long arg3,
98 static uptr __internal_syscall(u64 nr, u64 arg1, long arg2, long arg3, u64 arg4,
116 static uptr __internal_syscall(u64 nr, u64 arg1, long arg2, long arg3, u64 arg4,
[all …]
H A Dsanitizer_syscall_linux_x86_64.inc15 u64 retval;
23 u64 retval;
31 u64 retval;
39 u64 retval;
41 "S"((u64)arg2), "d"((u64)arg3) : "rcx", "r11", "memory", "cc");
47 u64 retval;
50 "S"((u64)arg2), "d"((u64)arg3), "r"((u64)arg4) :
58 u64 retval;
62 "S"((u64)arg2), "d"((u64)arg3), "r"((u64)arg4), "r"((u64)arg5) :
71 u64 retval;
[all …]
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_syscall_linux_aarch64.inc17 register u64 x8 asm("x8") = nr;
18 register u64 x0 asm("x0");
28 static uptr __internal_syscall(u64 nr, u64 arg1) {
29 register u64 x8 asm("x8") = nr;
40 static uptr __internal_syscall(u64 nr, u64 arg1, long arg2) {
41 register u64 x8 asm("x8") = nr;
53 static uptr __internal_syscall(u64 nr, u64 arg1, long arg2, long arg3) {
54 register u64 x8 asm("x8") = nr;
67 static uptr __internal_syscall(u64 nr, u64 arg1, long arg2, long arg3,
83 static uptr __internal_syscall(u64 nr, u64 arg1, long arg2, long arg3,
[all …]
H A Dsanitizer_syscall_linux_x86_64.inc17 u64 retval;
25 u64 retval;
33 u64 retval;
41 u64 retval;
43 "S"((u64)arg2), "d"((u64)arg3) : "rcx", "r11", "memory", "cc");
49 u64 retval;
52 "S"((u64)arg2), "d"((u64)arg3), "r"((u64)arg4) :
60 u64 retval;
64 "S"((u64)arg2), "d"((u64)arg3), "r"((u64)arg4), "r"((u64)arg5) :
73 u64 retval;
[all …]
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_syscall_linux_aarch64.inc15 register u64 x8 asm("x8") = nr;
16 register u64 x0 asm("x0");
26 static uptr __internal_syscall(u64 nr, u64 arg1) {
27 register u64 x8 asm("x8") = nr;
38 static uptr __internal_syscall(u64 nr, u64 arg1, long arg2) {
39 register u64 x8 asm("x8") = nr;
51 static uptr __internal_syscall(u64 nr, u64 arg1, long arg2, long arg3) {
52 register u64 x8 asm("x8") = nr;
65 static uptr __internal_syscall(u64 nr, u64 arg1, long arg2, long arg3,
81 static uptr __internal_syscall(u64 nr, u64 arg1, long arg2, long arg3,
[all …]
H A Dsanitizer_syscall_linux_x86_64.inc15 u64 retval;
23 u64 retval;
31 u64 retval;
39 u64 retval;
41 "S"((u64)arg2), "d"((u64)arg3) : "rcx", "r11", "memory", "cc");
47 u64 retval;
50 "S"((u64)arg2), "d"((u64)arg3), "r"((u64)arg4) :
58 u64 retval;
62 "S"((u64)arg2), "d"((u64)arg3), "r"((u64)arg4), "r"((u64)arg5) :
71 u64 retval;
[all …]
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/
H A Dvmm.h155 u64 page_block;
165 u32 pd_header, bool managed, u64 addr, u64 size,
169 u32 pd_header, bool managed, u64 addr, u64 size,
173 u64 addr, u64 size);
190 int nvkm_vmm_pfn_map(struct nvkm_vmm *, u8 page, u64 addr, u64 size, u64 *pfn);
191 int nvkm_vmm_pfn_unmap(struct nvkm_vmm *, u64 addr, u64 size);
196 bool, u64, u64, void *, u32, struct lock_class_key *,
206 struct nvkm_mmu *, bool, u64, u64, void *, u32,
220 struct nvkm_mmu *, bool, u64, u64, void *, u32,
226 struct nvkm_mmu *, bool, u64, u64, void *, u32,
[all …]
H A Dmem.h7 int nvkm_mem_new_type(struct nvkm_mmu *, int type, u8 page, u64 size,
16 int nv04_mem_new(struct nvkm_mmu *, int, u8, u64, void *, u32,
20 bus_space_tag_t *, u64 *, u64 *, struct nvkm_vma **);
23 u64 *, u64 *, struct nvkm_vma **);
26 int nv50_mem_new(struct nvkm_mmu *, int, u8, u64, void *, u32,
30 bus_space_tag_t *, u64 *, u64 *, struct nvkm_vma **);
33 u64 *, u64 *, struct nvkm_vma **);
36 int gf100_mem_new(struct nvkm_mmu *, int, u8, u64, void *, u32,
40 bus_space_tag_t *, u64 *, u64 *, struct nvkm_vma **);
43 u64 *, u64 *, struct nvkm_vma **);
/netbsd/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_mm.h161 u64 start;
163 u64 size;
203 u64 *start, u64 *end);
234 u64 size;
242 u64 hit_end;
412 u64 size,
416 u64 end,
438 u64 size, u64 alignment, in drm_mm_insert_node_generic()
470 void drm_mm_init(struct drm_mm *mm, u64 start, u64 size);
513 u64 size, u64 alignment, unsigned long color,
[all …]
/netbsd/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_shadow.h25 FastState(u64 tid, u64 epoch) { in FastState()
33 explicit FastState(u64 x) : x_(x) {} in FastState()
35 u64 raw() const { return x_; } in raw()
37 u64 tid() const { in tid()
42 u64 TidWithIgnore() const { in TidWithIgnore()
43 u64 res = x_ >> kTidShift; in TidWithIgnore()
47 u64 epoch() const { in epoch()
53 u64 old_epoch = epoch(); in IncrementEpoch()
77 u64 GetTracePos() const { in GetTracePos()
90 static const u64 kHistoryMask = 7;
[all …]
H A Dtsan_rtl.h92 u64 v1, u64 v2);
94 const u64 kShadowRodata = (u64)-1; // .rodata shadow marker
104 FastState(u64 tid, u64 epoch) { in FastState()
116 u64 raw() const { in raw()
120 u64 tid() const { in tid()
176 u64 x_;
482 u64 epoch0;
483 u64 epoch1;
587 u64 AddMutex(u64 id);
657 void StatAggregate(u64 *dst, u64 *src);
[all …]
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
H A Dobject.h20 u64 token;
21 u64 object;
42 bus_space_tag_t *tagp, u64 *addr, u64 *size);
45 enum nvkm_object_map *, u64 *addr, u64 *size);
48 int (*rd08)(struct nvkm_object *, u64 addr, u8 *data);
49 int (*rd16)(struct nvkm_object *, u64 addr, u16 *data);
51 int (*wr08)(struct nvkm_object *, u64 addr, u8 data);
52 int (*wr16)(struct nvkm_object *, u64 addr, u16 data);
53 int (*wr32)(struct nvkm_object *, u64 addr, u32 data);
75 bus_space_tag_t *, u64 *addr, u64 *size);
[all …]
/netbsd/sys/crypto/aes/arch/x86/
H A Daes_ssse3.c56 uint64_t u64[2]; member
60 {.u64 = {0x0407060500030201, 0x0C0F0E0D080B0A09}},
61 {.u64 = {0x080B0A0904070605, 0x000302010C0F0E0D}},
62 {.u64 = {0x0C0F0E0D080B0A09, 0x0407060500030201}},
63 {.u64 = {0x000302010C0F0E0D, 0x080B0A0904070605}},
66 {.u64 = {0x0605040702010003, 0x0E0D0C0F0A09080B}},
67 {.u64 = {0x020100030E0D0C0F, 0x0A09080B06050407}},
68 {.u64 = {0x0E0D0C0F0A09080B, 0x0605040702010003}},
69 {.u64 = {0x0A09080B06050407, 0x020100030E0D0C0F}},
72 {.u64 = {0xC2B2E8985A2A7000, 0xCABAE09052227808}},
[all …]
/netbsd/tests/usr.bin/xlint/lint1/
H A Dmsg_132.c33 u64_t u64; variable
65 u8 = u64; in unsigned_to_unsigned()
71 u16 = u64; in unsigned_to_unsigned()
76 u32 = u64; in unsigned_to_unsigned()
78 u64 = u8; in unsigned_to_unsigned()
79 u64 = u16; in unsigned_to_unsigned()
80 u64 = u32; in unsigned_to_unsigned()
91 s8 = u64; in unsigned_to_signed()
97 s16 = u64; in unsigned_to_signed()
102 s32 = u64; in unsigned_to_signed()
[all …]
/netbsd/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_mapping.h152 static const u64 kDefaultShadowSentinel = ~(uptr)0;
154 static const u64 kDefaultShadowOffset64 = 1ULL << 44;
155 static const u64 kDefaultShort64bitShadowOffset =
158 static const u64 kIosShadowOffset64 = 0x120200000;
159 static const u64 kIosSimShadowOffset32 = 1ULL << 30;
162 static const u64 kMIPS32_ShadowOffset32 = 0x0aaa0000;
163 static const u64 kMIPS64_ShadowOffset64 = 1ULL << 37;
164 static const u64 kPPC64_ShadowOffset64 = 1ULL << 44;
173 static const u64 kMyriadMemorySize32 = 0x20000000ULL;
174 static const u64 kMyriadMemoryEnd32 =
[all …]
/netbsd/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_mapping.h157 static const u64 kDefaultShadowSentinel = ~(uptr)0;
159 static const u64 kDefaultShadowOffset64 = 1ULL << 44;
160 static const u64 kDefaultShort64bitShadowOffset =
163 static const u64 kIosShadowOffset64 = 0x120200000;
164 static const u64 kIosSimShadowOffset32 = 1ULL << 30;
167 static const u64 kMIPS32_ShadowOffset32 = 0x0aaa0000;
168 static const u64 kMIPS64_ShadowOffset64 = 1ULL << 37;
169 static const u64 kPPC64_ShadowOffset64 = 1ULL << 41;
179 static const u64 kMyriadMemorySize32 = 0x20000000ULL;
180 static const u64 kMyriadMemoryEnd32 =
[all …]
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_mapping.h157 static const u64 kDefaultShadowSentinel = ~(uptr)0;
159 static const u64 kDefaultShadowOffset64 = 1ULL << 44;
160 static const u64 kDefaultShort64bitShadowOffset =
163 static const u64 kIosShadowOffset64 = 0x120200000;
164 static const u64 kIosSimShadowOffset32 = 1ULL << 30;
167 static const u64 kMIPS32_ShadowOffset32 = 0x0aaa0000;
168 static const u64 kMIPS64_ShadowOffset64 = 1ULL << 37;
169 static const u64 kPPC64_ShadowOffset64 = 1ULL << 41;
179 static const u64 kMyriadMemorySize32 = 0x20000000ULL;
180 static const u64 kMyriadMemoryEnd32 =
[all …]
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/arm/
H A Dmve-vstrldr-2.d13277 [^>]*> fd92 1f00 vldrd.u64 q0, \[q1, #0\]
13278 [^>]*> fd92 1f00 vldrd.u64 q0, \[q1, #0\]
13281 [^>]*> fd94 1f00 vldrd.u64 q0, \[q2, #0\]
13282 [^>]*> fd94 1f00 vldrd.u64 q0, \[q2, #0\]
13285 [^>]*> fd98 1f00 vldrd.u64 q0, \[q4, #0\]
13286 [^>]*> fd98 1f00 vldrd.u64 q0, \[q4, #0\]
13289 [^>]*> fd9e 1f00 vldrd.u64 q0, \[q7, #0\]
13290 [^>]*> fd9e 1f00 vldrd.u64 q0, \[q7, #0\]
13293 [^>]*> fd90 3f00 vldrd.u64 q1, \[q0, #0\]
13294 [^>]*> fd90 3f00 vldrd.u64 q1, \[q0, #0\]
[all …]
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dmve-vstrldr-2.d13277 [^>]*> fd92 1f00 vldrd.u64 q0, \[q1, #0\]
13278 [^>]*> fd92 1f00 vldrd.u64 q0, \[q1, #0\]
13281 [^>]*> fd94 1f00 vldrd.u64 q0, \[q2, #0\]
13282 [^>]*> fd94 1f00 vldrd.u64 q0, \[q2, #0\]
13285 [^>]*> fd98 1f00 vldrd.u64 q0, \[q4, #0\]
13286 [^>]*> fd98 1f00 vldrd.u64 q0, \[q4, #0\]
13289 [^>]*> fd9e 1f00 vldrd.u64 q0, \[q7, #0\]
13290 [^>]*> fd9e 1f00 vldrd.u64 q0, \[q7, #0\]
13293 [^>]*> fd90 3f00 vldrd.u64 q1, \[q0, #0\]
13294 [^>]*> fd90 3f00 vldrd.u64 q1, \[q0, #0\]
[all …]
/netbsd/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_gmc.h112 u64 *dst, u64 *flags);
121 u64 node_id;
122 u64 hive_id;
160 u64 agp_size;
161 u64 agp_start;
162 u64 agp_end;
171 u64 gart_size;
173 u64 gart_end;
182 u64 vram_end;
189 u64 fb_start;
[all …]

12345678910>>...47