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

1 2 3 4 5 6 7 8 91011>>

  /external/u-boot/include/zfs/
dsl_dataset.h 15 uint64_t ds_dir_obj;
16 uint64_t ds_prev_snap_obj;
17 uint64_t ds_prev_snap_txg;
18 uint64_t ds_next_snap_obj;
19 uint64_t ds_snapnames_zapobj; /* zap obj of snaps; ==0 for snaps */
20 uint64_t ds_num_children; /* clone/snap children; ==0 for head */
21 uint64_t ds_creation_time; /* seconds since 1970 */
22 uint64_t ds_creation_txg;
23 uint64_t ds_deadlist_obj;
24 uint64_t ds_used_bytes
    [all...]
dsl_dir.h 15 uint64_t dd_creation_time; /* not actually used */
16 uint64_t dd_head_dataset_obj;
17 uint64_t dd_parent_obj;
18 uint64_t dd_clone_parent_obj;
19 uint64_t dd_child_dir_zapobj;
24 uint64_t dd_used_bytes;
25 uint64_t dd_compressed_bytes;
26 uint64_t dd_uncompressed_bytes;
28 uint64_t dd_quota;
30 uint64_t dd_reserved
    [all...]
zfs_znode.h 31 uint64_t zp_atime[2]; /* 0 - last file access time */
32 uint64_t zp_mtime[2]; /* 16 - last file modification time */
33 uint64_t zp_ctime[2]; /* 32 - last file change time */
34 uint64_t zp_crtime[2]; /* 48 - creation time */
35 uint64_t zp_gen; /* 64 - generation (txg of creation) */
36 uint64_t zp_mode; /* 72 - file mode bits */
37 uint64_t zp_size; /* 80 - size of file */
38 uint64_t zp_parent; /* 88 - directory parent (`..') */
39 uint64_t zp_links; /* 96 - number of links to file */
40 uint64_t zp_xattr; /* 104 - DMU object for xattrs *
    [all...]
zil.h 31 uint64_t zh_claim_txg; /* txg in which log blocks were claimed */
32 uint64_t zh_replay_seq; /* highest replayed sequence number */
34 uint64_t zh_claim_seq; /* highest claimed sequence number */
35 uint64_t zh_flags; /* header flags */
36 uint64_t zh_pad[4];
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
bootinfo.h 31 uint64_t bi_magic; /* BOOTINFO_MAGIC */
33 uint64_t bi_version; /* version 1 */
34 uint64_t bi_spare[5]; /* was: name of booted kernel */
35 uint64_t bi_hcdp; /* DIG64 HCDP table */
36 uint64_t bi_fpswa; /* FPSWA interface */
37 uint64_t bi_boothowto; /* value for boothowto */
38 uint64_t bi_systab; /* pa of EFI system table */
39 uint64_t bi_memmap; /* pa of EFI memory map */
40 uint64_t bi_memmap_size; /* size of EFI memory map */
41 uint64_t bi_memdesc_size; /* sizeof EFI memory desc */
    [all...]
  /external/clang/test/SemaCXX/
integer-overflow.cpp 2 typedef unsigned long long uint64_t; typedef
6 int array64[sizeof(uint64_t) == 8 ? 1 : -1];
8 int arrayint[sizeof(int) < sizeof(uint64_t) ? 1 : -1];
10 uint64_t f0(uint64_t);
11 uint64_t f1(uint64_t, uint32_t);
12 uint64_t f2(uint64_t, ...);
14 static const uint64_t overflow = 1 * 4608 * 1024 * 1024; // expected-warning {{overflow in expression; result is 5368709 (…)
    [all...]
  /external/clang/test/Sema/
integer-overflow.c 2 typedef unsigned long long uint64_t; typedef
6 int array64[sizeof(uint64_t) == 8 ? 1 : -1];
8 int arrayint[sizeof(int) < sizeof(uint64_t) ? 1 : -1];
10 uint64_t f0(uint64_t);
11 uint64_t f1(uint64_t, uint32_t);
12 uint64_t f2(uint64_t, ...);
14 static const uint64_t overflow = 1 * 4608 * 1024 * 1024; // expected-warning {{overflow in expression; result is 5368709 (…)
    [all...]
  /external/google-breakpad/src/processor/
stack_frame_cpu.cc 40 const uint64_t StackFrameARM64::CONTEXT_VALID_X0;
41 const uint64_t StackFrameARM64::CONTEXT_VALID_X1;
42 const uint64_t StackFrameARM64::CONTEXT_VALID_X2;
43 const uint64_t StackFrameARM64::CONTEXT_VALID_X3;
44 const uint64_t StackFrameARM64::CONTEXT_VALID_X4;
45 const uint64_t StackFrameARM64::CONTEXT_VALID_X5;
46 const uint64_t StackFrameARM64::CONTEXT_VALID_X6;
47 const uint64_t StackFrameARM64::CONTEXT_VALID_X7;
48 const uint64_t StackFrameARM64::CONTEXT_VALID_X8;
49 const uint64_t StackFrameARM64::CONTEXT_VALID_X9
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt8173/drivers/crypt/
crypt.h 12 uint64_t crypt_set_hdcp_key_ex(uint64_t x1, uint64_t x2, uint64_t x3);
13 uint64_t crypt_set_hdcp_key_num(uint32_t num);
14 uint64_t crypt_clear_hdcp_key(void);
  /device/linaro/bootloader/arm-trusted-firmware/plat/xilinx/zynqmp/pm_service/
pm_svc_main.h 13 uint64_t pm_smc_handler(uint32_t smc_fid, uint64_t x1, uint64_t x2, uint64_t x3,
14 uint64_t x4, void *cookie, void *handle,
15 uint64_t flags);
  /device/google/contexthub/firmware/os/cpu/x86/
cpu.c 25 uint64_t cpuIntsOff(void)
32 uint64_t cpuIntsOn(void)
39 void cpuIntsRestore(uint64_t state)
  /external/clang/test/Headers/
int64-type.c 5 typedef unsigned long long uint64_t; typedef
  /external/compiler-rt/test/ubsan/TestCases/Integer/
summary.cpp 9 (void)(uint64_t(10000000000000000000ull) + uint64_t(9000000000000000000ull));
  /external/compiler-rt/test/ubsan/TestCases/Misc/Linux/
ubsan_options.cc 14 (void)(uint64_t(10000000000000000000ull) + uint64_t(9000000000000000000ull));
  /external/python/cpython3/Include/internal/
hash.h 4 uint64_t _Py_KeyedHash(uint64_t, const char *, Py_ssize_t);
  /external/strace/linux/aarch64/
arch_regs.h 1 extern uint64_t *const aarch64_sp_ptr;
  /external/catch2/include/internal/
catch_timer.h 15 auto getCurrentNanosecondsSinceEpoch() -> uint64_t; member in namespace:Catch
16 auto getEstimatedClockResolution() -> uint64_t; member in namespace:Catch
19 uint64_t m_nanoseconds = 0;
22 auto getElapsedNanoseconds() const -> uint64_t; member in class:Catch::Timer
23 auto getElapsedMicroseconds() const -> uint64_t; member in class:Catch::Timer
  /external/clang/test/CodeGen/
uint128_t.c 3 typedef unsigned long long uint64_t; typedef
4 extern uint64_t numer;
5 extern uint64_t denom;
7 uint64_t
8 f(uint64_t val)
2008-01-04-WideBitfield.c 3 typedef unsigned long long uint64_t; typedef
6 uint64_t a : 64;
9 uint64_t f(void)
  /external/chromium-trace/catapult/systrace/atrace_helper/jni/
process_memory_stats.h 19 uint64_t start_addr = 0;
20 uint64_t end_addr = 0;
21 uint64_t virt_kb = 0;
22 uint64_t pss_kb = 0; // Proportional Set Size.
23 uint64_t rss_kb = 0; // Resident Set Size.
24 uint64_t private_clean_kb = 0;
25 uint64_t private_dirty_kb = 0;
26 uint64_t shared_clean_kb = 0;
27 uint64_t shared_dirty_kb = 0;
28 uint64_t swapped_kb = 0
    [all...]
  /external/jemalloc_new/include/jemalloc/internal/
bin_stats.h 14 uint64_t nmalloc;
15 uint64_t ndalloc;
22 uint64_t nrequests;
31 uint64_t nfills;
34 uint64_t nflushes;
37 uint64_t nslabs;
43 uint64_t reslabs;
  /external/llvm/include/llvm/Support/
MemoryObject.h 36 virtual uint64_t getExtent() const = 0;
47 virtual uint64_t readBytes(uint8_t *Buf, uint64_t Size,
48 uint64_t Address) const = 0;
56 virtual const uint8_t *getPointer(uint64_t address, uint64_t size) const = 0;
63 virtual bool isValidAddress(uint64_t address) const = 0;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
MemoryObject.h 36 virtual uint64_t getExtent() const = 0;
47 virtual uint64_t readBytes(uint8_t *Buf, uint64_t Size,
48 uint64_t Address) const = 0;
56 virtual const uint8_t *getPointer(uint64_t address, uint64_t size) const = 0;
63 virtual bool isValidAddress(uint64_t address) const = 0;
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Support/
MemoryObject.h 36 virtual uint64_t getExtent() const = 0;
47 virtual uint64_t readBytes(uint8_t *Buf, uint64_t Size,
48 uint64_t Address) const = 0;
56 virtual const uint8_t *getPointer(uint64_t address, uint64_t size) const = 0;
63 virtual bool isValidAddress(uint64_t address) const = 0;
  /external/libunwind/include/tdep-ia64/
rse.h 15 static inline uint64_t
16 rse_slot_num (uint64_t addr)
24 static inline uint64_t
25 rse_is_rnat_slot (uint64_t addr)
34 static inline uint64_t
35 rse_rnat_addr (uint64_t slot_addr)
45 static inline uint64_t
46 rse_num_regs (uint64_t bspstore, uint64_t bsp)
48 uint64_t slots = (bsp - bspstore) >> 3
    [all...]

Completed in 619 milliseconds

1 2 3 4 5 6 7 8 91011>>