/external/llvm/unittests/Support/ |
YAMLIOTest.cpp | 133 uint64_t u64; member in struct:BuiltInTypes 156 io.mapRequired("u64", bt.u64); 184 "u64: 5000000000\n" 204 EXPECT_EQ(map.u64, 5000000000ULL); 230 map.u64 = 6000000000ULL; 258 EXPECT_EQ(map.u64, 6000000000ULL);
|
/external/linux-tools-perf/ |
builtin-stat.c | 222 static void update_stats(struct stats *stats, u64 val) 312 static void update_shadow_stats(struct perf_evsel *counter, u64 *count) 345 u64 *count = counter->counts->aggr.values; 374 u64 *count; 916 u64 ena, run, val; [all...] |
builtin-annotate.c | 182 u64 total_nr_samples;
|
/external/kernel-headers/original/linux/ |
fs.h | 308 #define BLKGETSIZE64 _IOR(0x12,114,size_t) /* return device size in bytes (u64 *arg) */ 770 u64 i_version; 962 u64 f_version; [all...] |
device.h | 325 u64 *dma_mask; /* dma mask (if dma'able device) */ 326 u64 coherent_dma_mask;/* Like dma_mask, but for
|
kobject.h | 37 extern u64 uevent_seqnum;
|
/external/valgrind/main/none/tests/arm/ |
neon64.c | [all...] |
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_allocator.h | 205 typedef u64 AllocatorStatCounters[AllocatorStatCount]; 214 void Add(AllocatorStat i, u64 v) { 219 void Set(AllocatorStat i, u64 v) { 223 u64 Get(AllocatorStat i) const { 260 internal_memset(s, 0, AllocatorStatCount * sizeof(u64)); 583 template <const uptr kSpaceBeg, const u64 kSpaceSize, [all...] |
sanitizer_thread_registry.cc | 68 void ThreadContextBase::SetCreated(uptr _user_id, u64 _unique_id,
|
sanitizer_win.cc | 202 int fd, u64 offset) {
|
/external/clang/test/Sema/ |
compare.c | 245 unsigned long long u64 : 64; member in struct:foo 256 } else if (x->u64 == i32) { // expected-warning {{comparison of integers of different signs}}
|
/external/kernel-headers/original/asm-arm/ |
dma-mapping.h | 28 static inline int dma_supported(struct device *dev, u64 mask) 33 static inline int dma_set_mask(struct device *dev, u64 dma_mask)
|
/external/kernel-headers/original/asm-mips/sn/ |
kldir.h | 205 u64 magic; /* Indicates validity of entry */ 209 u64 count; /* Repeat count if array, 1 if not */
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXVector.td | 76 "mov.u64 \t$dst, $src${c:vecelem};", 164 "mov.v2.u64 \t${dst:vecfull}, ${src:vecfull};" 165 "\n\tmov.u64 \t$dst${c:vecelem}, $val;", 387 Vec2CVTStr<"cvt.u32.u64">.s, TRUNC_64to32>; 418 def ShiftRLV2I64 : VecShiftOp<V2AsmStr<"shr.u64">, srl, V2I64Regs, V2I32Regs, 732 ShuffleAsmStr2<"u64">.s), [all...] |
/external/oprofile/module/ia64/ |
op_pmu.c | 54 op_do_pmu_interrupt(u64 pmc0, struct pt_regs * regs) 72 u64 pmc0;
|
/external/wpa_supplicant_8/wpa_supplicant/ |
driver_i.h | 580 static inline u64 wpa_drv_p2p_sd_request(struct wpa_supplicant *wpa_s, 590 u64 req)
|
/frameworks/rs/cpp/ |
rsCppStructs.h | 89 Element *U64; 302 static sp<const Element> U64(sp<RS> rs);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
vx_core.h | 54 typedef u64 pcx_time_t; 85 u64 cur_count; /* current sample position (for playback) */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
vx_core.h | 54 typedef u64 pcx_time_t; 85 u64 cur_count; /* current sample position (for playback) */
|
/external/valgrind/main/VEX/priv/ |
host_amd64_isel.c | 290 && e->Iex.Const.con->Ico.U64 == 0ULL; 364 if (fitsIn32Bits(e->Iex.Const.con->Ico.U64)) { 367 AMD64RMI_Imm(toUInt(e->Iex.Const.con->Ico.U64)), 371 return AMD64Instr_Imm64(e->Iex.Const.con->Ico.U64, dst); 2516 union { ULong u64; Double f64; } u; member in union:__anon16102 [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
TypeTest.java | 67 testTypeBuilderHelper(Element.U64(mRS));
|
/external/elfutils/libelf/ |
gelf_xlate.c | 96 uint64_t u64; member in union:unaligned
|
/external/kernel-headers/original/linux/netfilter/ |
x_tables.h | 88 u_int64_t u64; member in struct:_xt_align
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
vp8_subpixelvariance8x8_neon.asm | 205 vadd.u64 d1, d2, d3
|
/external/linux-tools-perf/util/ |
parse-options.h | 122 #define OPT_U64(s, l, v, h) { .type = OPTION_U64, .short_name = (s), .long_name = (l), .value = check_vtype(v, u64 *), .help = (h) }
|