/src/tests/usr.bin/xlint/lint1/ |
msg_309.c | 16 u64_t u64; variable in typeref:typename:u64_t 27 u64 = u64 & 0xffffffff00000000ULL; 37 u64 = u64 & 0xffff0000; 46 u64 = u64 & 0xffff0000U; 55 u64 = u64 & ~0xffffU; 61 u64 = u64 & (u64_t)~0xffffU [all...] |
msg_381.c | 11 unsigned long long u64; variable in typeref:typename:unsigned long long 48 u64 = -1.0; 49 u64 = -0.0; 50 u64 = 0.0; 52 u64 = 3.141; 59 //u64 = 18446744073709550591.0; 66 //u64 = 18446744073709550592.0; 68 //u64 = 18446744073709551615.0; 70 //u64 = 18446744073709551616.0;
|
msg_374.c | 19 example(uint64_t u64) 27 u64); 33 u64); 40 u64); 48 u64);
|
msg_370.c | 21 example(uint64_t u64) 36 u64); 50 u64);
|
msg_373.c | 20 example(uint64_t u64) 36 u64); 43 u64);
|
msg_372.c | 19 example(uint64_t u64) 35 u64);
|
msg_375.c | 19 example(uint64_t u64) 37 u64);
|
msg_367.c | 60 new_style(uint64_t u64) 68 u64); 74 u64); 81 u64); 87 u64); 93 u64); 99 u64); 111 u64 >> 1); 119 u64);
|
platform_ilp32_int.c | 32 unsigned long long u64; variable in typeref:typename:unsigned long long 62 u64 += u64_buf[0x00ffffff]; 65 u64 += u64_buf[0x7fffffff]; 69 u64 += u64_buf[2147483648]; 71 u64 += u64_buf[0x80000000]; 74 u64 += u64_buf[0xffffffff]; 76 u64 += u64_buf[0x80000000]; 79 u64 += u64_buf[0xffffffff]; 82 u64 += u64_buf[0x00ffffffffffffff]; 85 u64 += u64_buf[0x0fffffffffffffff] [all...] |
platform_ilp32_long.c | 41 unsigned long long u64; variable in typeref:typename:unsigned long long 75 u64 += u64_buf[0x00ffffff]; 78 u64 += u64_buf[0x7fffffff]; 82 u64 += u64_buf[2147483648]; 86 u64 += u64_buf[0x80000000]; 89 u64 += u64_buf[0xffffffff]; 93 u64 += u64_buf[0x80000000]; 96 u64 += u64_buf[0xffffffff]; 99 u64 += u64_buf[0x00ffffffffffffff]; 102 u64 += u64_buf[0x0fffffffffffffff] [all...] |
msg_377.c | 22 example(unsigned u32, uint64_t u64) 40 u64);
|
msg_369.c | 21 example(unsigned u32, uint64_t u64) 43 u64); 51 u64);
|
msg_371.c | 20 example(unsigned u32, uint64_t u64) 48 u64); 61 u64);
|
msg_376.c | 18 example(unsigned u32, uint64_t u64) 48 u64); 57 u64);
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_syscall_linux_x86_64.inc | 16 static uptr internal_syscall(u64 nr) { 17 u64 retval; 24 static uptr internal_syscall(u64 nr, T1 arg1) { 25 u64 retval; 26 asm volatile("syscall" : "=a"(retval) : "a"(nr), "D"((u64)arg1) : 32 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2) { 33 u64 retval; 34 asm volatile("syscall" : "=a"(retval) : "a"(nr), "D"((u64)arg1), 35 "S"((u64)arg2) : "rcx", "r11", "memory", "cc"); 40 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3) [all...] |
sanitizer_syscall_linux_aarch64.inc | 16 static uptr __internal_syscall(u64 nr) { 17 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; 30 register u64 x0 asm("x0") = arg1; 38 (__internal_syscall)(n, (u64)(a1)) 40 static uptr __internal_syscall(u64 nr, u64 arg1, long arg2) [all...] |
sanitizer_lfstack.h | 37 u64 cmp = atomic_load(&head_, memory_order_relaxed); 39 u64 cnt = (cmp & kCounterMask) + kCounterInc; 40 u64 xch = (u64)(uptr)p | cnt; 49 u64 cmp = atomic_load(&head_, memory_order_acquire); 55 u64 cnt = (cmp & kCounterMask); 56 u64 xch = (u64)(uptr)nxt | cnt; 65 static const u64 kPtrMask = ((u64)-1) >> kCounterBits [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/ |
fifo.h | 8 u64 nvif_fifo_runlist(struct nvif_device *, u64 engine); 11 static inline u64 14 u64 runmgr = nvif_fifo_runlist(device, NV_DEVICE_INFO_ENGINE_GR); 15 u64 runmce = nvif_fifo_runlist(device, NV_DEVICE_INFO_ENGINE_CE);
|
vmm.h | 16 u64 addr; 17 u64 size; 22 u64 start; 23 u64 limit; 35 int nvif_vmm_init(struct nvif_mmu *, s32 oclass, bool managed, u64 addr, 36 u64 size, void *argv, u32 argc, struct nvif_vmm *); 39 u8 page, u8 align, u64 size, struct nvif_vma *); 41 int nvif_vmm_map(struct nvif_vmm *, u64 addr, u64 size, void *argv, u32 argc, 42 struct nvif_mem *, u64 offset) [all...] |
mem.h | 11 u64 addr; 12 u64 size; 16 u64 size, void *argv, u32 argc, struct nvif_mem *); 18 u64 size, void *argv, u32 argc, struct nvif_mem *); 21 int nvif_mem_init_map(struct nvif_mmu *, u8 type, u64 size, struct nvif_mem *);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/ |
mem.h | 7 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 **) [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_mutexset.h | 27 u64 id; 28 u64 epoch; 35 void Add(u64 id, bool write, u64 epoch); 36 void Del(u64 id, bool write); 37 void Remove(u64 id); // Removes the mutex completely (if it's destroyed). 60 void MutexSet::Add(u64 id, bool write, u64 epoch) {} 61 void MutexSet::Del(u64 id, bool write) {} 62 void MutexSet::Remove(u64 id) { [all...] |
/src/sys/external/bsd/drm2/dist/drm/xen/ |
xen_drm_front.h | 134 static inline u64 xen_drm_front_fb_to_cookie(struct drm_framebuffer *fb) 139 static inline u64 xen_drm_front_dbuf_to_cookie(struct drm_gem_object *gem_obj) 146 u32 bpp, u64 fb_cookie); 149 u64 dbuf_cookie, u32 width, u32 height, 150 u32 bpp, u64 size, struct page **pages); 153 u64 dbuf_cookie, u64 fb_cookie, u32 width, 157 u64 fb_cookie); 160 int conn_idx, u64 fb_cookie); 163 int conn_idx, u64 fb_cookie) [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_gem_gtt.h | 29 u64 size, u64 offset, unsigned long color, 34 u64 size, u64 alignment, unsigned long color, 35 u64 start, u64 end, unsigned int flags);
|
/src/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
i915_random.h | 47 u64 i915_prandom_u64_state(struct rnd_state *rnd); 63 u64 igt_random_offset(struct rnd_state *state, 64 u64 start, u64 end, 65 u64 len, u64 align);
|