/development/ndk/platforms/android-9/arch-mips/include/asm/sn/ |
kldir.h | 81 u64 magic; 86 u64 count;
|
/external/compiler-rt/lib/msan/ |
msan.cc | 37 THREADLOCAL u64 __msan_param_tls[kMsanParamTlsSizeInWords]; 43 THREADLOCAL u64 __msan_retval_tls[kMsanRetvalTlsSizeInWords]; 49 THREADLOCAL u64 __msan_va_arg_tls[kMsanParamTlsSizeInWords]; 52 THREADLOCAL u64 __msan_va_arg_overflow_size_tls; 355 u64 p; 396 u64 origin64 = ((u64)origin << 32) | origin; 404 *(u64*)addr = origin64;
|
/external/iptables/extensions/ |
libipt_ULOG.c | 70 loginfo->copy_range = cb->val.u64; 73 loginfo->qthreshold = cb->val.u64;
|
/external/kernel-headers/original/asm-x86/ |
dma-mapping_32.h | 130 dma_supported(struct device *dev, u64 mask) 148 dma_set_mask(struct device *dev, u64 mask)
|
/external/kernel-headers/original/linux/ |
mca.h | 45 u64 dma_mask; 86 u64 default_dma_mask;
|
ktime.h | 59 #define KTIME_MAX ((s64)~((u64)1 << 63)) 194 extern ktime_t ktime_add_ns(const ktime_t kt, u64 nsec); 251 static inline u64 ktime_to_ns(const ktime_t kt) 253 return (u64) kt.tv.sec * NSEC_PER_SEC + kt.tv.nsec;
|
random.h | 62 extern u64 secure_dccp_sequence_number(__u32 saddr, __u32 daddr,
|
/external/libvpx/libvpx/vp8/encoder/arm/neon/ |
vp8_mse16x16_neon.asm | 69 vadd.u64 d0, d2, d3 109 vadd.u64 d0, d2, d3
|
/external/linux-tools-perf/ |
builtin-kmem.c | 43 u64 call_site; 44 u64 ptr; 45 u64 bytes_req; 46 u64 bytes_alloc; 200 u64 timestamp __used, 261 u64 timestamp __used, 285 int cpu, u64 timestamp, struct thread *thread) 371 u64 addr;
|
/external/linux-tools-perf/util/ui/browsers/ |
map.c | 86 u64 addr = strtoull(target, NULL, 16); 140 u64 maxaddr = 0;
|
/frameworks/av/media/mtp/ |
MtpProperty.cpp | 91 mDefaultValue.u.u64 = defaultValue; 265 mMinimumValue.u.u64 = min; 266 mMaximumValue.u.u64 = max; 267 mStepSize.u.u64 = step; 306 mEnumValues[i].u.u64 = value; 391 buffer.appendFormat("%lld", value.u.u64); 444 value.u.u64 = packet.getUInt64(); 497 packet.putUInt64(value.u.u64);
|
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/ |
driver_nl80211.h | 155 u64 remain_on_chan_cookie; 156 u64 send_action_cookie;
|
/hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/ |
driver_nl80211.h | 155 u64 remain_on_chan_cookie; 156 u64 send_action_cookie;
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/sn/ |
kldir.h | 81 u64 magic; 86 u64 count;
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/sn/ |
kldir.h | 81 u64 magic; 86 u64 count;
|
/bionic/libc/include/sys/ |
epoll.h | 56 unsigned long long u64; member in union:epoll_data
|
/bionic/libc/kernel/arch-mips/asm/ |
io.h | 76 #define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, irq) static inline void pfx##write##bwlq(type val, volatile void __iomem *mem) { volatile type *__mem; type __val; __mem = (void *)__swizzle_addr_##bwlq((unsigned long)(mem)); __val = pfx##ioswab##bwlq(__mem, val); if (sizeof(type) != sizeof(u64) || sizeof(u64) == sizeof(long)) *__mem = __val; else if (cpu_has_64bits) { unsigned long __flags; type __tmp; if (irq) local_irq_save(__flags); __asm__ __volatile__( ".set mips3" "\t\t# __writeq""\n\t" "dsll32 %L0, %L0, 0" "\n\t" "dsrl32 %L0, %L0, 0" "\n\t" "dsll32 %M0, %M0, 0" "\n\t" "or %L0, %L0, %M0" "\n\t" "sd %L0, %2" "\n\t" ".set mips0" "\n" : "=r" (__tmp) : "0" (__val), "m" (*__mem)); if (irq) local_irq_restore(__flags); } else BUG(); } static inline type pfx##read##bwlq(const volatile void __iomem *mem) { volatile type *__mem; type __val; __mem = (void *)__swizzle_addr_##bwlq((unsigned long)(mem)); if (sizeof(type) != sizeof(u64) || sizeof(u64) == sizeof(long)) __val = *__mem; else if (cpu_has_64bits) { unsigned long __flags; if (irq) local_irq_save(__flags); __asm__ __volatile__( ".set mips3" "\t\t# __readq" "\n\t" "ld %L0, %1" "\n\t" "dsra32 %M0, %L0, 0" "\n\t" "sll %L0, %L0, 0" "\n\t" ".set mips0" "\n" : "=r" (__val) : "m" (*__mem)); if (irq) local_irq_restore(__flags); } else { __val = 0; BUG(); } return pfx##ioswab##bwlq(__mem, __val); }
|
/bionic/libc/kernel/common/linux/lockd/ |
nlm.h | 22 #define NLM4_OFFSET_MAX ((s64) ((~(u64)0) >> 1))
|
/development/ndk/platforms/android-3/include/linux/ |
blkdev.h | 59 u64 seek_total; 81 u64 seek_total; 432 #define BLK_BOUNCE_HIGH ((u64)blk_max_low_pfn << PAGE_SHIFT) 433 #define BLK_BOUNCE_ANY ((u64)blk_max_pfn << PAGE_SHIFT)
|
/development/ndk/platforms/android-3/include/linux/netfilter/ |
x_tables.h | 84 u_int64_t u64; member in struct:_xt_align
|
/development/ndk/platforms/android-3/include/sys/ |
epoll.h | 56 unsigned long long u64; member in union:epoll_data
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
io.h | 76 #define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, irq) static inline void pfx##write##bwlq(type val, volatile void __iomem *mem) { volatile type *__mem; type __val; __mem = (void *)__swizzle_addr_##bwlq((unsigned long)(mem)); __val = pfx##ioswab##bwlq(__mem, val); if (sizeof(type) != sizeof(u64) || sizeof(u64) == sizeof(long)) *__mem = __val; else if (cpu_has_64bits) { unsigned long __flags; type __tmp; if (irq) local_irq_save(__flags); __asm__ __volatile__( ".set mips3" "\t\t# __writeq""\n\t" "dsll32 %L0, %L0, 0" "\n\t" "dsrl32 %L0, %L0, 0" "\n\t" "dsll32 %M0, %M0, 0" "\n\t" "or %L0, %L0, %M0" "\n\t" "sd %L0, %2" "\n\t" ".set mips0" "\n" : "=r" (__tmp) : "0" (__val), "m" (*__mem)); if (irq) local_irq_restore(__flags); } else BUG(); } static inline type pfx##read##bwlq(const volatile void __iomem *mem) { volatile type *__mem; type __val; __mem = (void *)__swizzle_addr_##bwlq((unsigned long)(mem)); if (sizeof(type) != sizeof(u64) || sizeof(u64) == sizeof(long)) __val = *__mem; else if (cpu_has_64bits) { unsigned long __flags; if (irq) local_irq_save(__flags); __asm__ __volatile__( ".set mips3" "\t\t# __readq" "\n\t" "ld %L0, %1" "\n\t" "dsra32 %M0, %L0, 0" "\n\t" "sll %L0, %L0, 0" "\n\t" ".set mips0" "\n" : "=r" (__val) : "m" (*__mem)); if (irq) local_irq_restore(__flags); } else { __val = 0; BUG(); } return pfx##ioswab##bwlq(__mem, __val); }
|
/external/kernel-headers/original/asm-mips/ip32/ |
mace.h | 160 volatile u64 context_a; 161 volatile u64 context_b; 170 volatile u64 cntlstat; /* Control/Status register */ 177 volatile u64 diagnostic; /* RO: diagnostic register */
|
/external/kernel-headers/original/asm-mips/sn/ |
arch.h | 20 typedef u64 hubreg_t;
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
variance_neon.asm | 74 vadd.u64 d1, d2, d3 144 vadd.u64 d1, d2, d3 199 vadd.u64 d1, d2, d3 264 vadd.u64 d1, d2, d3
|