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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Headers/
int64-type.c 5 typedef unsigned long long uint64_t; typedef
  /external/webrtc/src/system_wrappers/source/
cpu_features_android.c 13 uint64_t WebRtc_GetCPUFeaturesARM(void) {
  /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/llvm/include/llvm/Support/
MemoryObject.h 30 virtual uint64_t getBase() const = 0;
37 virtual uint64_t getExtent() const = 0;
45 virtual int readByte(uint64_t address, uint8_t* ptr) const = 0;
61 virtual int readBytes(uint64_t address,
62 uint64_t size,
64 uint64_t* copied) const;
StreamableMemoryObject.h 41 virtual uint64_t getBase() const = 0;
49 virtual uint64_t getExtent() const = 0;
57 virtual int readByte(uint64_t address, uint8_t* ptr) const = 0;
75 virtual int readBytes(uint64_t address,
76 uint64_t size,
78 uint64_t* copied) const = 0;
87 virtual const uint8_t *getPointer(uint64_t address, uint64_t size) const = 0;
94 virtual bool isValidAddress(uint64_t address) const = 0;
101 virtual bool isObjectEnd(uint64_t address) const = 0
    [all...]
  /external/llvm/include/llvm/MC/
MCModule.h 37 IntervalMap<uint64_t, MCAtom*> OffsetMap;
41 DenseMap<uint64_t, MCAtom*> BranchTargetMap;
46 void remap(MCAtom *Atom, uint64_t NewBegin, uint64_t NewEnd);
49 MCModule(IntervalMap<uint64_t, MCAtom*>::Allocator &A) : OffsetMap(A) { }
52 MCAtom *createAtom(MCAtom::AtomType Type, uint64_t Begin, uint64_t End);
  /development/ndk/sources/android/libportable/common/include/
statfs_portable.h 26 uint64_t f_blocks;
27 uint64_t f_bfree;
28 uint64_t f_bavail;
29 uint64_t f_files;
30 uint64_t f_ffree;
44 uint64_t f_blocks;
45 uint64_t f_bfree;
46 uint64_t f_files;
47 uint64_t f_ffree;
48 uint64_t f_bavail
    [all...]
  /external/qemu/
host-utils.c 34 static void add128 (uint64_t *plow, uint64_t *phigh, uint64_t a, uint64_t b)
43 static void neg128 (uint64_t *plow, uint64_t *phigh)
50 static void mul64 (uint64_t *plow, uint64_t *phigh, uint64_t a, uint64_t b
    [all...]
kqemu.h 39 uint64_t base;
45 uint64_t regs[16];
46 uint64_t eip;
47 uint64_t eflags;
55 uint64_t cr0;
56 uint64_t cr2;
57 uint64_t cr3;
58 uint64_t cr4;
59 uint64_t a20_mask;
62 uint64_t sysenter_cs
    [all...]
  /external/libmtp/examples/
pathutils.h 25 int progress (const uint64_t, const uint64_t, void const * const);
  /external/skia/include/config/
sk_stdint.h 18 typedef unsigned long long uint64_t; typedef
21 typedef uint64_t uintmax_t;
  /external/skia/legacy/include/config/
sk_stdint.h 18 typedef unsigned long long uint64_t; typedef
21 typedef uint64_t uintmax_t;
  /external/skia/src/utils/
SkBitmapChecksummer.h 30 static uint64_t Compute64(const SkBitmap& bitmap);
33 static uint64_t Compute64Internal(const SkBitmap& bitmap,
  /external/valgrind/main/none/tests/s390x/
clgrj.c 28 void compare_never(uint64_t value1, uint64_t value2)
30 register uint64_t val1 asm("r7") = value1;
31 register uint64_t val2 asm("r8") = value2;
44 void compare_always(uint64_t value1, uint64_t value2)
46 register uint64_t val1 asm("r7") = value1;
47 register uint64_t val2 asm("r8") = value2;
60 void compare_le(uint64_t value1, uint64_t value2
    [all...]
  /frameworks/av/media/mtp/
MtpStorage.h 33 uint64_t mMaxCapacity;
34 uint64_t mMaxFileSize;
36 uint64_t mReserveSpace;
41 const char* description, uint64_t reserveSpace,
42 bool removable, uint64_t maxFileSize);
49 uint64_t getMaxCapacity();
50 uint64_t getFreeSpace();
54 inline uint64_t getMaxFileSize() const { return mMaxFileSize; }
  /external/v8/src/
diy-fp.cc 41 const uint64_t kM32 = 0xFFFFFFFFu;
42 uint64_t a = f_ >> 32;
43 uint64_t b = f_ & kM32;
44 uint64_t c = other.f_ >> 32;
45 uint64_t d = other.f_ & kM32;
46 uint64_t ac = a * c;
47 uint64_t bc = b * c;
48 uint64_t ad = a * d;
49 uint64_t bd = b * d;
50 uint64_t tmp = (bd >> 32) + (ad & kM32) + (bc & kM32)
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXutil.h 22 uint64_t encode_leb128(const char *str);
  /hardware/ril/include/telephony/
librilutils.h 32 uint64_t ril_nano_time();
  /external/webkit/Source/WebKit2/UIProcess/
WebResourceLoadClient.h 46 void didInitiateLoadForResource(WebPageProxy*, WebFrameProxy*, uint64_t resourceIdentifier, const WebCore::ResourceRequest&, bool pageIsProvisionallyLoading);
47 void didSendRequestForResource(WebPageProxy*, WebFrameProxy*, uint64_t resourceIdentifier, const WebCore::ResourceRequest&, const WebCore::ResourceResponse&);
48 void didReceiveResponseForResource(WebPageProxy*, WebFrameProxy*, uint64_t resourceIdentifier, const WebCore::ResourceResponse&);
49 void didReceiveContentLengthForResource(WebPageProxy*, WebFrameProxy*, uint64_t resourceIdentifier, uint64_t contentLength);
50 void didFinishLoadForResource(WebPageProxy*, WebFrameProxy*, uint64_t resourceIdentifier);
51 void didFailLoadForResource(WebPageProxy*, WebFrameProxy*, uint64_t resourceIdentifier, const WebCore::ResourceError&);
  /external/compiler-rt/test/Unit/
bswapdi2_test.c 20 extern uint64_t __bswapdi2(uint64_t);
23 int test__bswapdi2(uint64_t a, uint64_t expected)
25 uint64_t actual = __bswapdi2(a);
  /external/llvm/lib/Support/
MemoryObject.cpp 16 int MemoryObject::readBytes(uint64_t address,
17 uint64_t size,
19 uint64_t* copied) const {
20 uint64_t current = address;
21 uint64_t limit = getBase() + getExtent();
  /system/extras/libublock/include/ublock/
ublock.h 28 int (*read)(char *buf, uint64_t length, uint64_t offset);
29 int (*write)(const char *buf, uint64_t length, uint64_t offset);
43 int ublock_init(struct ublock_ctx **ub, struct ublock_ops *ops, uint64_t size);
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 26 static const uint64_t NoFlagSet = 0ULL;
27 static const uint64_t ZExt = 1ULL<<0; ///< Zero extended
28 static const uint64_t ZExtOffs = 0;
29 static const uint64_t SExt = 1ULL<<1; ///< Sign extended
30 static const uint64_t SExtOffs = 1;
31 static const uint64_t InReg = 1ULL<<2; ///< Passed in register
32 static const uint64_t InRegOffs = 2;
33 static const uint64_t SRet = 1ULL<<3; ///< Hidden struct-ret ptr
34 static const uint64_t SRetOffs = 3;
35 static const uint64_t ByVal = 1ULL<<4; ///< Struct passed by valu
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
ELFSegment.h 34 uint64_t pOffset = 0,
35 uint64_t pVaddr = 0,
36 uint64_t pPaddr = 0,
37 uint64_t pFilesz = 0,
38 uint64_t pMemsz = 0,
39 uint64_t pAlign = 0,
40 uint64_t pMaxSectAlign = 0);
58 uint64_t offset() const
61 uint64_t vaddr() const
64 uint64_t paddr() cons
    [all...]

Completed in 448 milliseconds

1 2 3 4 5 6 7 8 91011>>