Searched refs:U32 (Results 1 - 25 of 37) sorted by relevance

12

/external/lz4/programs/
H A Ddatagen.c47 typedef uint32_t U32; typedef
53 typedef unsigned int U32; typedef
97 static unsigned int CDG_rand(U32* src)
99 U32 rand32 = *src;
111 static void CDG_generate(U64 size, U32* seed, double proba)
116 U32 P32 = (U32)(32768 * proba);
117 U32 pos=1;
118 U32 genBlockSize = 128 KB;
128 U32
[all...]
H A Dframetest.c58 typedef uint32_t U32; typedef
64 typedef unsigned int U32; typedef
81 static const U32 nbTestsDefault = 256 KB;
84 static const U32 prime1 = 2654435761U;
85 static const U32 prime2 = 2246822519U;
98 static const U32 refreshRate = 150;
99 static U32 g_time = 0;
105 static U32 no_prompt = 0;
107 static U32 displayLevel = 2;
108 static U32 paus
[all...]
H A Dfuzzer.c57 typedef uint32_t U32; typedef
63 typedef unsigned int U32; typedef
96 static const U32 g_refreshRate = 250;
97 static U32 g_time = 0;
103 static U32 FUZ_GetMilliStart(void)
106 U32 nCount;
108 nCount = (U32) (((tb.time & 0xFFFFF) * 1000) + tb.millitm);
112 static U32 FUZ_GetMilliSpan(U32 nTimeStart)
114 U32 nCurren
[all...]
H A Dbench.c86 typedef uint32_t U32; typedef
92 typedef unsigned int U32; typedef
117 U32 id;
276 U32 crcOrig;
355 U32 crcCheck=0;
H A Dfullbench.c92 typedef uint32_t U32; typedef
98 typedef unsigned int U32; typedef
130 U32 id;
431 U32 crcOriginal;
656 U32 crcDecoded;
/external/lz4/lib/
H A Dlz4.c161 typedef uint32_t U32; typedef
167 typedef unsigned int U32; typedef
182 const union { U32 i; BYTE c[4]; } one = { 1 }; /* don't use static : performance detrimental */
226 static U32 LZ4_read32(const void* memPtr)
229 return *(U32*)memPtr;
232 U32 val32;
263 *(U32*)dstPtr = *(U32*)srcPtr;
277 ((U32*)dstPtr)[0] = ((U32*)srcPt
[all...]
H A Dxxhash.c43 * You can also enable this parameter if you know your input data will always be aligned (boundaries of 4, for U32).
110 typedef uint32_t U32; typedef
116 typedef unsigned int U32; typedef
137 U32 v;
173 static U32 XXH_swap32 (U32 x)
231 FORCE_INLINE U32 XXH_readLE32_align(const void* ptr, XXH_endianess endian, XXH_alignment align)
236 return endian==XXH_littleEndian ? *(U32*)ptr : XXH_swap32(*(U32*)ptr);
239 FORCE_INLINE U32 XXH_readLE3
[all...]
H A Dlz4hc.c72 #define MAXD_MASK ((U32)(MAXD - 1))
88 U32 hashTable[HASHTABLESIZE];
94 U32 dictLimit; /* below that point, need extDict */
95 U32 lowLimit; /* below that point, no more dict */
96 U32 nextToUpdate;
97 U32 compressionLevel;
108 static U32 LZ4HC_hashPtr(const void* ptr) { return HASH_FUNCTION(LZ4_read32(ptr)); }
133 U32* HashTable = hc4->hashTable;
135 const U32 target = (U32)(i
[all...]
H A Dlz4frame.c80 typedef uint32_t U32; typedef
86 typedef unsigned int U32; typedef
110 static const U32 minHClevel = 3;
118 U32 version;
119 U32 cStage;
127 U32 lz4CtxLevel; /* 0: unallocated; 1: LZ4_stream_t; 3: LZ4_streamHC_t */
164 U32 LZ4F_isError(LZ4F_errorCode_t code)
192 static void LZ4F_writeLE32 (BYTE* dstPtr, U32 value32)
200 static U32 LZ4F_readLE32 (const BYTE* srcPtr)
202 U32 value3
[all...]
/external/google-breakpad/src/client/linux/dump_writer_common/
H A Dthread_info.cc50 void U32(void* out, uint32_t v) { function in namespace:__anon5066
112 U32(out->extended_registers + 8, fpxregs.fip);
114 U32(out->extended_registers + 16, fpregs.foo);
116 U32(out->extended_registers + 24, fpxregs.mxcsr);
/external/valgrind/VEX/priv/
H A Dir_opt.c1101 case Ico_U32: return toBool( c1->Ico.U32 == c2->Ico.U32 );
1186 && e->Iex.Const.con->Ico.U32 == 0);
1224 case Ico_U32: return toBool( e->Iex.Const.con->Ico.U32 == 0);
1237 case Ico_U32: return toBool( e->Iex.Const.con->Ico.U32
1459 0xFFFF & e->Iex.Unop.arg->Iex.Const.con->Ico.U32)));
1463 0xFF & e->Iex.Unop.arg->Iex.Const.con->Ico.U32)));
1467 1 == (1 & e->Iex.Unop.arg->Iex.Const.con->Ico.U32)
1486 ~ (e->Iex.Unop.arg->Iex.Const.con->Ico.U32)));
1529 & e->Iex.Unop.arg->Iex.Const.con->Ico.U32));
[all...]
H A Dhost_tilegx_isel.c1067 l = (Long) (Int) con->Ico.U32;
1159 u = 0xFFFFFFFF & con->Ico.U32;
1542 (sz == 4 && cas->expdLo->Iex.Const.con->Ico.U32 == 0))
1549 (sz == 4 && cas->expdLo->Iex.Const.con->Ico.U32 == 2))
1556 (sz == 4 && cas->expdLo->Iex.Const.con->Ico.U32 == 3))
1563 (sz == 4 && cas->expdLo->Iex.Const.con->Ico.U32 == 4))
1570 (sz == 4 && cas->expdLo->Iex.Const.con->Ico.U32 == 5))
H A Dhost_x86_isel.c117 && e->Iex.Const.con->Ico.U32 == 0;
1577 UInt imm32 = e->Iex.Binop.arg2->Iex.Const.con->Ico.U32;
1607 return X86AMode_IR(e->Iex.Binop.arg2->Iex.Const.con->Ico.U32, r1);
1653 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break;
1713 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break;
2006 X86RMI_Imm(con->Iex.Const.con->Ico.U32),
4261 = ((Addr32)stmt->Ist.Exit.dst->Ico.U32) > env->max_ga;
4263 addInstr(env, X86Instr_XDirect(stmt->Ist.Exit.dst->Ico.U32,
4340 = ((Addr32)cdst->Ico.U32) > env->max_ga;
4342 addInstr(env, X86Instr_XDirect(cdst->Ico.U32,
[all...]
H A Dhost_mips_isel.c746 && uInt_fits_in_16_bits(e->Iex.Binop.arg2->Iex.Const.con-> Ico.U32)) {
747 return MIPSAMode_IR((Int) e->Iex.Binop.arg2->Iex.Const.con->Ico.U32,
1822 l = (Long) (Int) con->Ico.U32;
1923 u = 0xFFFFFFFF & con->Ico.U32;
3999 : (((Addr32)stmt->Ist.Exit.dst->Ico.U32) > (Addr32)env->max_ga);
4003 : (Addr64)stmt->Ist.Exit.dst->Ico.U32,
4083 : (((Addr32)cdst->Ico.U32) > (Addr32)env->max_ga);
4087 : (Addr64)cdst->Ico.U32,
H A Dhost_s390_isel.c455 case Ico_U32: value = expr->Iex.Const.con->Ico.U32; break;
477 case Ico_U32: value = con->Ico.U32; return ((Long)(value << 32) >> 32);
700 IRRoundingMode mode = irrm->Iex.Const.con->Ico.U32;
810 IRRoundingMode mode = irrm->Iex.Const.con->Ico.U32;
1847 case Ico_U32: value = con->Ico.U32; break;
1928 case Ico_U32: value = expr->Iex.Const.con->Ico.U32; break;
H A Dhost_ppc_isel.c2427 case Ico_U32: l = (Long)(Int) con->Ico.U32; break;
2579 ->Iex.Const.con->Ico.U32)) {
2580 return PPCAMode_IR( (Int)e->Iex.Binop.arg2->Iex.Const.con->Ico.U32,
2648 case Ico_U32: u = 0xFFFFFFFF & con->Ico.U32; break;
2706 case Ico_U32: l = (Long)(Int) con->Ico.U32; break;
5963 : (((Addr32)stmt->Ist.Exit.dst->Ico.U32) > (Addr32)env->max_ga);
5967 : (Addr64)stmt->Ist.Exit.dst->Ico.U32,
6047 : (((Addr32)cdst->Ico.U32) > (Addr32)env->max_ga);
6051 : (Addr64)cdst->Ico.U32,
H A Dguest_arm_helpers.c551 && e->Iex.Const.con->Ico.U32 == n );
/external/skia/src/views/
H A DSkWidgets.cpp339 SkStaticTextView::SkStaticTextView(U32 flags) : SkView(flags)
500 SkBitmapView::SkBitmapView(U32 flags) : SkView(flags)
/external/deqp/framework/common/
H A DtcuTexture.cpp722 #define U32(OFFS, COUNT) ((*((const deUint32*)pixelPtr) >> (OFFS)) & ((1<<(COUNT))-1)) macro
730 case TextureFormat::UNORM_INT_101010: return UVec4(U32(22, 10), U32(12, 10), U32( 2, 10), 1).cast<int>();
731 case TextureFormat::UNORM_INT_1010102_REV: return UVec4(U32( 0, 10), U32(10, 10), U32(20, 10), U32(30, 2)).cast<int>();
732 case TextureFormat::UNSIGNED_INT_1010102_REV: return UVec4(U32( 0, 10), U32(1
758 #undef U32 macro
[all...]
/external/llvm/unittests/ADT/
H A DStringRefTest.cpp416 uint32_t U32; local
434 bool U32Success = StringRef(Unsigned[i].Str).getAsInteger(0, U32);
437 EXPECT_EQ(U32, Unsigned[i].Expected);
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxerutil.cpp187 union U32 { union
/external/valgrind/coregrind/m_gdbserver/
H A Dm_gdbserver.c1219 : sb_in->next->Iex.Const.con->Ico.U32);
1254 st->Ist.Exit.dst->Ico.U32);
/external/valgrind/lackey/
H A Dlk_main.c936 dst = (sizeof(Addr) == 4) ? st->Ist.Exit.dst->Ico.U32 :
/external/google-breakpad/src/tools/linux/md2core/
H A Dminidump-2-core.cc238 U32(const uint8_t* data) { function
292 thread->fpxregs.mxcsr = U32(rawregs->extended_registers + 24);
/external/v8/src/arm/
H A Dassembler-arm.cc2683 enum VFPType { S32, U32, F32, F64 }; enumerator in enum:v8::internal::VFPType
2690 case U32:
2702 case U32:
2814 emit(EncodeVCVT(F64, dst.code(), U32, src.code(), mode, cond));
2830 emit(EncodeVCVT(U32, dst.code(), F64, src.code(), mode, cond));

Completed in 3270 milliseconds

12