Searched refs:U64 (Results 1 - 25 of 33) sorted by relevance

12

/external/lz4/lib/
H A Dxxhash.c112 typedef uint64_t U64; typedef
118 typedef unsigned long long U64; typedef
141 U64 v;
180 static U64 XXH_swap64 (U64 x)
244 FORCE_INLINE U64 XXH_readLE64_align(const void* ptr, XXH_endianess endian, XXH_alignment align)
249 return endian==XXH_littleEndian ? *(U64*)ptr : XXH_swap64(*(U64*)ptr);
252 FORCE_INLINE U64 XXH_readLE64(const void* ptr, XXH_endianess endian)
366 FORCE_INLINE U64 XXH64_endian_alig
[all...]
H A Dlz4.c163 typedef uint64_t U64; typedef
169 typedef unsigned long long U64; typedef
238 static U64 LZ4_read64(const void* memPtr)
241 return *(U64*)memPtr;
244 U64 val64;
275 *(U64*)dstPtr = *(U64*)srcPtr;
335 _BitScanForward64( &r, (U64)val );
338 return (__builtin_ctzll((U64)val) >> 3);
341 return DeBruijnBytePos[((U64)((va
[all...]
H A Dlz4frame.c82 typedef uint64_t U64; typedef
88 typedef unsigned long long U64; typedef
/external/lz4/programs/
H A Dbench.c88 typedef uint64_t U64; typedef
94 typedef unsigned long long U64; typedef
198 static size_t BMK_findMaxMem(U64 requiredMem)
218 static U64 BMK_GetFileSize(char* infilename)
229 return (U64)statbuf.st_size;
244 U64 totals = 0;
245 U64 totalz = 0;
269 U64 inFileSize;
290 if ((U64)benchedSize > inFileSize) benchedSize = (size_t)inFileSize;
H A Ddatagen.c49 typedef uint64_t U64; typedef
55 typedef unsigned long long U64; typedef
111 static void CDG_generate(U64 size, U32* seed, double proba)
115 U64 total=0;
208 U64 size = CDG_SIZE_DEFAULT;
H A Dfullbench.c94 typedef uint64_t U64; typedef
100 typedef unsigned long long U64; typedef
218 static size_t BMK_findMaxMem(U64 requiredMem)
238 static U64 BMK_GetFileSize(char* infilename)
249 return (U64)statbuf.st_size;
424 U64 inFileSize;
450 if ((U64)benchedSize > inFileSize) benchedSize = (size_t)inFileSize;
H A Dframetest.c60 typedef uint64_t U64; typedef
66 typedef unsigned long long U64; typedef
208 U64 crcOrig;
232 U64 crcDest;
290 U64 crcDest;
425 U64 crcOrig, crcDecoded;
H A Dfuzzer.c59 typedef uint64_t U64; typedef
65 typedef unsigned long long U64; typedef
705 U64 crcOrig;
706 U64 crcNew;
775 U64 crcOrig;
776 U64 crcNew;
979 const U64 totalTestSize = 6ULL << 30;
980 U64 totalTestDone = 0;
/external/valgrind/VEX/priv/
H A Dhost_tilegx_isel.c410 && uInt_fits_in_16_bits(e->Iex.Binop.arg2->Iex.Const.con->Ico.U64)) {
412 return TILEGXAMode_IR((Long) e->Iex.Binop.arg2->Iex.Const.con->Ico.U64,
1064 l = (Long) con->Ico.U64;
1156 u = con->Ico.U64;
1226 && e->Iex.Const.con->Ico.U64 >= 1
1227 && e->Iex.Const.con->Ico.U64 <= 63)
1228 return TILEGXRH_Imm(False /*unsigned */, e->Iex.Const.con->Ico.U64);
1541 if((sz == 8 && cas->expdLo->Iex.Const.con->Ico.U64 == 0) ||
1548 else if((sz == 8 && cas->expdLo->Iex.Const.con->Ico.U64 == 2) ||
1555 else if((sz == 8 && cas->expdLo->Iex.Const.con->Ico.U64
[all...]
H A Dir_opt.c1102 case Ico_U64: return toBool( c1->Ico.U64 == c2->Ico.U64 );
1196 && e->Iex.Const.con->Ico.U64 == 0);
1225 case Ico_U64: return toBool( e->Iex.Const.con->Ico.U64 == 0);
1239 case Ico_U64: return toBool( e->Iex.Const.con->Ico.U64
1472 1 == (1 & e->Iex.Unop.arg->Iex.Const.con->Ico.U64)
1482 ~ (e->Iex.Unop.arg->Iex.Const.con->Ico.U64)));
1503 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64;
1509 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64;
1515 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64;
[all...]
H A Dguest_s390_helpers.c1860 cond = cond_expr->Iex.Const.con->Ico.U64;
1861 cc_op = cc_op_expr->Iex.Const.con->Ico.U64;
2029 mask = cc_dep2->Iex.Const.con->Ico.U64;
2103 mask16 = cc_dep2->Iex.Const.con->Ico.U64;
2145 mask16 = cc_dep2->Iex.Const.con->Ico.U64;
2382 cc_op = cc_op_expr->Iex.Const.con->Ico.U64;
H A Dhost_amd64_isel.c298 && e->Iex.Const.con->Ico.U64 == 0ULL;
381 if (fitsIn32Bits(e->Iex.Const.con->Ico.U64)) {
384 AMD64RMI_Imm(toUInt(e->Iex.Const.con->Ico.U64)),
388 return AMD64Instr_Imm64(e->Iex.Const.con->Ico.U64, dst);
1850 addInstr(env, AMD64Instr_Imm64(e->Iex.Const.con->Ico.U64, r));
1974 && fitsIn32Bits(simm32->Iex.Const.con->Ico.U64)) {
1976 UInt offset = toUInt(simm32->Iex.Const.con->Ico.U64);
2004 && fitsIn32Bits(e->Iex.Binop.arg2->Iex.Const.con->Ico.U64)) {
2007 toUInt(e->Iex.Binop.arg2->Iex.Const.con->Ico.U64),
2056 if (fitsIn32Bits(e->Iex.Const.con->Ico.U64)) {
[all...]
H A Dhost_s390_isel.c315 ULong value = arg2->Iex.Const.con->Ico.U64;
456 case Ico_U64: value = expr->Iex.Const.con->Ico.U64; break;
478 case Ico_U64: return con->Ico.U64;
1846 case Ico_U64: value = con->Ico.U64; break;
1929 case Ico_U64: value = expr->Iex.Const.con->Ico.U64; break;
3579 new_value = stmt->Ist.Put.data->Iex.Const.con->Ico.U64;
3894 = ((Addr64)stmt->Ist.Exit.dst->Ico.U64) > env->max_ga;
3896 addInstr(env, s390_insn_xdirect(cond, stmt->Ist.Exit.dst->Ico.U64,
3990 = ((Addr64)cdst->Ico.U64) > env->max_ga;
3992 addInstr(env, s390_insn_xdirect(S390_CC_ALWAYS, cdst->Ico.U64,
[all...]
H A Dhost_arm64_isel.c344 return con->Ico.U64 == 0;
873 Long simm = (Long)e->Iex.Binop.arg2->Iex.Const.con->Ico.U64;
891 ULong uimm = e->Iex.Binop.arg2->Iex.Const.con->Ico.U64;
947 case Ico_U64: u = e->Iex.Const.con->Ico.U64; break;
1212 maybe = mb_mkARM64RIL_I(e->Iex.Const.con->Ico.U64);
2024 case Ico_U64: u = e->Iex.Const.con->Ico.U64; break;
3881 = ((Addr64)stmt->Ist.Exit.dst->Ico.U64) > env->max_ga;
3883 addInstr(env, ARM64Instr_XDirect(stmt->Ist.Exit.dst->Ico.U64,
3934 = ((Addr64)cdst->Ico.U64) > env->max_ga;
3936 addInstr(env, ARM64Instr_XDirect(cdst->Ico.U64,
[all...]
H A Dhost_mips_isel.c726 uLong_is_4_aligned(e->Iex.Binop.arg2->Iex.Const.con->Ico.U64) : True)
727 && uLong_fits_in_16_bits(e->Iex.Binop.arg2->Iex.Const.con->Ico.U64)) {
728 return MIPSAMode_IR((Int) e->Iex.Binop.arg2->Iex.Const.con->Ico.U64,
1819 l = (Long) con->Ico.U64;
1920 u = con->Ico.U64;
2311 ULong w64 = e->Iex.Const.con->Ico.U64;
3998 ? (((Addr64)stmt->Ist.Exit.dst->Ico.U64) > (Addr64)env->max_ga)
4002 mode64 ? (Addr64)stmt->Ist.Exit.dst->Ico.U64
4082 ? (((Addr64)cdst->Ico.U64) > (Addr64)env->max_ga)
4086 env->mode64 ? (Addr64)cdst->Ico.U64
[all...]
H A Dhost_ppc_isel.c2426 l = (Long) con->Ico.U64; break;
2552 ->Iex.Const.con->Ico.U64)
2555 ->Iex.Const.con->Ico.U64)) {
2556 return PPCAMode_IR( (Int)e->Iex.Binop.arg2->Iex.Const.con->Ico.U64,
2647 u = con->Ico.U64; break;
2705 l = (Long) con->Ico.U64; break;
3194 ULong w64 = e->Iex.Const.con->Ico.U64;
5962 ? (((Addr64)stmt->Ist.Exit.dst->Ico.U64) > (Addr64)env->max_ga)
5966 mode64 ? (Addr64)stmt->Ist.Exit.dst->Ico.U64
6046 ? (((Addr64)cdst->Ico.U64) > (Addr6
[all...]
H A Dguest_arm64_helpers.c709 && e->Iex.Const.con->Ico.U64 == n );
H A Dir_defs.c80 case Ico_U64: vex_printf( "0x%llx:I64", (ULong)(con->Ico.U64)); break;
1705 c->Ico.U64 = u64;
2249 case Ico_U64: return IRConst_U64(c->Ico.U64);
4607 case Ico_U64: return toBool( c1->Ico.U64 == c2->Ico.U64 );
/external/google-breakpad/src/third_party/linux/include/gflags/
H A Dgflags.h496 #define DECLARE_uint64(name) DECLARE_VARIABLE(::google::uint64,U64, name)
497 #define DEFINE_uint64(name,val,txt) DEFINE_VARIABLE(::google::uint64,U64, name, val, txt)
/external/llvm/unittests/ADT/
H A DStringRefTest.cpp417 uint64_t U64; local
441 bool U64Success = StringRef(Unsigned[i].Str).getAsInteger(0, U64);
444 EXPECT_EQ(U64, Unsigned[i].Expected);
501 unsigned long long U64; local
503 bool IsBadNumber = StringRef(BadStrings[i]).getAsInteger(0, U64);
/external/valgrind/coregrind/m_gdbserver/
H A Dm_gdbserver.c1218 sb_in->next->Iex.Const.con->Ico.U64
1253 st->Ist.Exit.dst->Ico.U64 :
/external/valgrind/lackey/
H A Dlk_main.c937 st->Ist.Exit.dst->Ico.U64;
/external/valgrind/VEX/pub/
H A Dlibvex_ir.h299 ULong U64; member in union:_IRConst::__anon15741
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2149 SDNode *U64 = DAG.getMachineNode(TargetOpcode::IMPLICIT_DEF, DL, local
2152 MVT::i64, SDValue(U64, 0), In);
2163 SDNode *U64 = DAG.getMachineNode(TargetOpcode::IMPLICIT_DEF, DL, MVT::f64); local
2165 MVT::f64, SDValue(U64, 0), In);
/external/valgrind/cachegrind/
H A Dcg_main.c1271 sea = dst->Ico.U64;

Completed in 580 milliseconds

12