HomeSort by relevance Sort by last modified time
    Searched full:uint64_t (Results 726 - 750 of 2600) sorted by null

<<21222324252627282930>>

  /cts/tests/tests/security/jni/
android_security_cts_NativeCodeTest.cpp 29 uint64_t attr[10] = { 0x4800000001, (uint32_t) -1, 0, 0, 0, 0x300 };
  /development/ndk/platforms/android-3/include/
stdint.h 49 typedef __uint64_t uint64_t; typedef
157 typedef uint64_t uint_least64_t;
158 typedef uint64_t uint_fast64_t;
215 typedef uint64_t uintmax_t;
  /development/ndk/platforms/android-3/include/sys/
dirent.h 38 uint64_t d_ino;
  /development/ndk/platforms/android-9/arch-mips/include/asm/xtalk/
xtalk.h 42 #define XIO_PACK(p, o) ((((uint64_t)(p))<<XIO_PORT_SHIFT) | ((o)&XIO_ADDR_BITS))
  /external/bison/lib/
bitrotate.h 35 BITROTATE_INLINE uint64_t
36 rotl64 (uint64_t x, int n)
44 BITROTATE_INLINE uint64_t
45 rotr64 (uint64_t x, int n)
  /external/compiler-rt/lib/ppc/
floatunditf.c 10 long double __floatunditf(uint64_t a) {
  /external/kernel-headers/original/asm-arm/
div64.h 9 * uint32_t do_div(uint64_t *n, uint32_t base)
  /external/kernel-headers/original/asm-mips/xtalk/
xtalk.h 48 #define XIO_PACK(p, o) ((((uint64_t)(p))<<XIO_PORT_SHIFT) | ((o)&XIO_ADDR_BITS))
  /external/libmtp/src/
README 24 I've just cast the bytes to uint64_t to avoid shifting wrongly.
gphoto2-endian-ppc.h 95 #define be64atoh_x(x,off,shift) (((uint64_t)((x)[off]))<<shift)
96 #define be64atoh(x) ((uint64_t)(be64atoh_x(x,0,56)|be64atoh_x(x,1,48)|be64atoh_x(x,2,40)| \
100 #define le64atoh_x(x,off,shift) (((uint64_t)(x)[off])<<shift)
101 #define le64atoh(x) ((uint64_t)(le64atoh_x(x,7,56)|le64atoh_x(x,6,48)|le64atoh_x(x,5,40)| \
  /external/libnl-headers/netlink/route/
class.h 54 extern uint64_t rtnl_class_get_stat(struct rtnl_class *,
qdisc.h 57 extern uint64_t rtnl_qdisc_get_stat(struct rtnl_qdisc *, enum rtnl_tc_stats_id);
  /external/libvpx/libvpx/libmkv/
EbmlWriter.h 31 void Ebml_SerializeUnsigned64(EbmlGlobal *glob, unsigned long class_id, uint64_t ui);
  /external/libvpx/libvpx/nestegg/m4/
ax_create_stdint_h.m4 94 AC_CHECK_TYPE(uint64_t,[and64="/uint64_t"],[and64=""],[#include<$i>])
110 AC_CHECK_TYPE(uint64_t,[and64="/uint64_t"],[and64=""],[#include<$i>])
382 /* some system headers have good uint64_t */
388 typedef u_int64_t uint64_t;
398 typedef unsigned long long uint64_t;
404 typedef unsigned __int64 uint64_t;
412 typedef unsigned long long uint64_t;
418 typedef unsigned long uint64_t;
    [all...]
  /external/libvpx/libvpx/vpx/
vpx_integer.h 29 typedef unsigned __int64 uint64_t; typedef
  /external/llvm/include/llvm/CodeGen/
ScheduleDFS.h 46 return (uint64_t)InstrCount * RHS.Length
47 < (uint64_t)Length * RHS.InstrCount;
53 return (uint64_t)InstrCount * RHS.Length
54 <= (uint64_t)Length * RHS.InstrCount;
  /external/llvm/include/llvm/MC/
MCAsmBackend.h 107 MCValue &Target, uint64_t &Value,
116 uint64_t Value) const = 0;
132 uint64_t Value,
158 virtual bool writeNopData(uint64_t Count, MCObjectWriter *OW) const = 0;
MCObjectWriter.h 83 uint64_t &FixedValue) = 0;
129 void WriteLE64(uint64_t Value) {
144 void WriteBE64(uint64_t Value) {
163 void Write64(uint64_t Value) {
  /external/llvm/include/llvm/Support/
DataTypes.h 74 /* Handle incorrect definition of uint64_t as u_int64_t */
77 typedef u_int64_t uint64_t; typedef
79 # error "Don't have a definition for uint64_t on this platform"
107 typedef unsigned __int64 uint64_t; typedef
DataTypes.h.cmake 73 /* Handle incorrect definition of uint64_t as u_int64_t */
76 typedef u_int64_t uint64_t;
78 # error "Don't have a definition for uint64_t on this platform"
97 typedef unsigned __int64 uint64_t;
DataTypes.h.in 73 /* Handle incorrect definition of uint64_t as u_int64_t */
76 typedef u_int64_t uint64_t;
78 # error "Don't have a definition for uint64_t on this platform"
94 typedef unsigned __int64 uint64_t;
  /external/llvm/lib/DebugInfo/
DWARFCompileUnit.h 41 uint64_t BaseAddr;
92 uint64_t getBaseAddress() const { return BaseAddr; }
94 void setBaseAddress(uint64_t base_addr) {
138 uint64_t Address);
DWARFDebugArangeSet.cpp 36 const uint64_t max_end_addr =
133 const uint64_t Address;
135 DescriptorContainsAddress(uint64_t address) : Address(address) {}
142 uint32_t DWARFDebugArangeSet::findAddress(uint64_t address) const {
DWARFRelocMap.h 17 typedef DenseMap<uint64_t, std::pair<uint8_t, int64_t> > RelocAddrMap;
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.cpp 611 uint64_t FracMask = (1ULL << FracBits) - 1;
615 uint64_t Bits= Val.bitcastToAPInt().getLimitedValue();
616 uint64_t Fraction = Bits & FracMask;
623 uint64_t A64FracStart = FracBits - 4;
624 uint64_t A64FracMask = 0xf;
662 bool A64Imms::isLogicalImm(unsigned RegWidth, uint64_t Imm, uint32_t &Bits) {
672 uint64_t RepeatMask = RepeatWidth == 64 ? -1 : (1ULL << RepeatWidth) - 1;
673 uint64_t ReplicatedMask = Imm & RepeatMask;
700 uint64_t ReplicatedOnes = (ReplicatedMask >> Rotation)
735 uint64_t &Imm)
    [all...]

Completed in 1603 milliseconds

<<21222324252627282930>>