HomeSort by relevance Sort by last modified time
    Searched refs:u64 (Results 1 - 25 of 566) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/squashfs-tools/kernel/fs/squashfs/
squashfs_fs_i.h 27 u64 start;
31 u64 fragment_block;
34 u64 block_list_start;
37 u64 dir_idx_start;
squashfs.h 36 extern int squashfs_read_data(struct super_block *, void **, u64, int, u64 *,
43 struct squashfs_cache *, u64, int);
46 extern int squashfs_read_metadata(struct super_block *, void *, u64 *,
49 u64, int);
51 u64, int);
52 extern int squashfs_read_table(struct super_block *, void *, u64, int);
55 extern __le64 *squashfs_read_inode_lookup_table(struct super_block *, u64,
59 extern int squashfs_frag_lookup(struct super_block *, unsigned int, u64 *);
61 u64, unsigned int)
    [all...]
squashfs_fs_sb.h 42 u64 block;
45 u64 next_index;
69 u64 inode_table;
70 u64 directory_table;
  /external/perf_data_converter/src/quipper/kernel/
perf_internals.h 16 typedef uint64_t u64; typedef in namespace:quipper
61 u64 offset;
62 u64 size;
79 u64 magic;
80 u64 size;
81 u64 attr_size;
94 u64 magic;
95 u64 size;
105 u64 start;
106 u64 len
    [all...]
  /external/fio/os/
kcompat.h 6 #define u64 uint64_t macro
  /external/compiler-rt/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...]
tsan_mutexset.cc 25 void MutexSet::Add(u64 id, bool write, u64 epoch) {
36 u64 minepoch = (u64)-1;
37 u64 mini = (u64)-1;
55 void MutexSet::Del(u64 id, bool write) {
65 void MutexSet::Remove(u64 id) {
tsan_sync.h 33 u64 uid; // Globally unique id.
36 u64 last_lock;
49 void Init(ThreadState *thr, uptr pc, uptr addr, u64 uid);
52 u64 GetId() const {
54 return GetLsb((u64)addr | (uid << 47), 61);
56 bool CheckId(u64 uid) const {
60 static uptr SplitId(u64 id, u64 *uid) {
tsan_clock.h 22 u64 epoch : kClkBits;
23 u64 reused : 64 - kClkBits;
53 u64 get(unsigned tid) const {
87 u64 get(unsigned tid) const {
92 void set(unsigned tid, u64 v);
94 void set(u64 v) {
119 u64 last_acquire_;
tsan_defs.h 68 // Size of a single shadow value (u64).
128 T RoundUp(T p, u64 align) {
130 return (T)(((u64)p + align - 1) & ~(align - 1));
134 T RoundDown(T p, u64 align) {
136 return (T)((u64)p & ~(align - 1));
142 return (T)((u64)v & ((1ull << bits) - 1));
146 u64 hash[2];
162 u64 siz;
  /external/compiler-rt/lib/sanitizer_common/
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...]
sanitizer_deadlock_detector_interface.h 46 u64 ctx;
57 u64 thr_ctx; // user thread context
58 u64 mtx_ctx0; // user mutex context, start of the edge
59 u64 mtx_ctx1; // user mutex context, end of the edge
78 virtual DDLogicalThread* CreateLogicalThread(u64 ctx) { return nullptr; }
  /external/compiler-rt/lib/scudo/
scudo_utils.h 44 u64 Next() {
45 u64 x = State_0_;
46 const u64 y = State_1_;
53 u64 State_0_;
54 u64 State_1_;
scudo_termination.cpp 35 u64 v1, u64 v2) {
  /external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
trace.h 26 u64 size;
32 struct trace_buffer *trace_buffer_allocate(u64 size);
33 int trace_log_reg(struct trace_buffer *tb, u64 reg, u64 value);
34 int trace_log_counter(struct trace_buffer *tb, u64 value);
  /hardware/intel/bootstub/
sfi.h 25 u64 phy_start;
26 u64 vir_start;
27 u64 pages;
28 u64 attrib;
42 u64 pentry[1];
58 extern int sfi_add_e820_entry(struct boot_params *bp, memory_map_t *mb_mmap, u64 start, u64 size, int type);
types.h 16 typedef __u64 u64; typedef
  /external/perf_data_converter/src/quipper/
test_perf_data.h 22 u64 v64;
75 u64 data_end_offset() const {
103 explicit ExamplePerfEventAttrEvent_Hardware(u64 sample_type,
110 SelfT& WithConfig(u64 config) {
118 SelfT& WithReadFormat(u64 format) {
123 SelfT& WithId(u64 id) {
127 SelfT& WithIds(std::initializer_list<u64> ids) {
135 const u64 sample_type_;
136 u64 read_format_;
138 u64 config_
    [all...]
  /external/f2fs-tools/tools/sg_write_buffer/include/
sg_linux_inc.h 20 #ifndef u64
22 typedef uint64_t u64; /* problems with BLKGETSIZE64 ioctl in lk 2.4 */ typedef
  /external/compiler-rt/test/tsan/
cond_version.c 16 typedef unsigned long long u64; typedef
22 u64 sleep;
40 sleep = (u64)ts2.tv_sec * 1000000000 + ts2.tv_nsec -
41 ((u64)ts0.tv_sec * 1000000000 + ts0.tv_nsec);
  /system/core/libsparse/
sparse_defs.h 23 #define __le64 u64
27 #define __be64 u64
31 #define __u64 u64
36 typedef unsigned long long u64; typedef
  /system/extras/puncture_fs/
puncture_fs.c 39 typedef unsigned long u64; typedef
48 static u64 get_free_space(const char * const path) {
56 return (u64)s.f_bsize * (u64)s.f_bfree;
60 static u64 get_random_num(const u64 start, const u64 end) {
65 return start + (((u64)random() << 31) | (u64)random()) % (end - start);
73 static bool create_unique_file(const char * const dir_path, const u64 size
    [all...]
  /external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
event.h 21 u64 value;
22 u64 running;
23 u64 enabled;
27 void event_init(struct event *e, u64 config);
28 void event_init_named(struct event *e, u64 config, char *name);
29 void event_init_opts(struct event *e, u64 config, int type, char *name);
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_sync_test.cc 22 u64 block[1] = {}; // fake malloc block
23 m->AllocBlock(thr, 0, (uptr)&block[0], 1 * sizeof(u64));
26 EXPECT_EQ(mb->siz, 1 * sizeof(u64));
29 EXPECT_EQ(sz, 1 * sizeof(u64));
37 u64 block[4] = {}; // fake malloc block
38 m->AllocBlock(thr, 0, (uptr)&block[0], 1 * sizeof(u64));
39 m->AllocBlock(thr, 0, (uptr)&block[1], 3 * sizeof(u64));
41 EXPECT_EQ(mb1->siz, 1 * sizeof(u64));
43 EXPECT_EQ(mb2->siz, 3 * sizeof(u64));
44 m->FreeRange(thr->proc(), (uptr)&block[0], 4 * sizeof(u64));
    [all...]
tsan_shadow_test.cc 21 EXPECT_EQ(s.tid(), (u64)11);
22 EXPECT_EQ(s.epoch(), (u64)22);
26 EXPECT_EQ(s.addr0(), (u64)0);
27 EXPECT_EQ(s.size(), (u64)1);
31 EXPECT_EQ(s.epoch(), (u64)23);
33 EXPECT_EQ(s.epoch(), (u64)24);
65 u64 aligned_data[4];

Completed in 654 milliseconds

1 2 3 4 5 6 7 8 91011>>