Searched defs:ux (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| A D | minmax.h | 54 #define __signed_type_use(x,ux) (2+__is_nonneg(x,ux)) argument 55 #define __unsigned_type_use(x,ux) (1+2*(sizeof(ux)<4)) argument 56 #define __sign_use(x,ux) (is_signed_type(typeof(ux))? \ argument 75 #define __signed_type(ux) long argument 77 #define __signed_type(ux) typeof(__builtin_choose_expr(sizeof(ux)>4,1LL,1L)) argument 79 #define __is_nonneg(x,ux) statically_true((__signed_type(ux))(x)>=0) argument 81 #define __types_ok(x,y,ux,uy) \ argument 84 #define __types_ok3(x,y,z,ux,uy,uz) \ argument 92 #define __cmp_once_unique(op, type, x, y, ux, uy) \ argument 98 #define __careful_cmp_once(op, x, y, ux, uy) ({ \ argument [all …]
|
| /linux/drivers/gpu/drm/i915/gem/selftests/ |
| A D | i915_gem_mman.c | 934 u32 __user *ux = u64_to_user_ptr((u64)(addr + i * sizeof(*ux))); in __igt_mmap() local 1116 u32 __user *ux = u64_to_user_ptr((u64)(addr + i * sizeof(*ux))); in ___igt_mmap_migrate() local 1548 u32 __user *ux; in __igt_mmap_gpu() local
|
| /linux/net/ipv4/ |
| A D | tcp_cdg.c | 103 static u32 __pure nexp_u32(u32 ux) in nexp_u32()
|
| /linux/arch/arm64/kvm/ |
| A D | at.c | 752 bool perm_fail, ur, uw, ux, pr, pw, px; in handle_at_slow() local
|
Completed in 13 milliseconds