Home
last modified time | relevance | path

Searched refs:U32 (Results 1 – 25 of 46) sorted by relevance

12

/external/lz4/programs/
Ddatagen.c47 typedef uint32_t U32; typedef
53 typedef unsigned int U32; typedef
97 static unsigned int CDG_rand(U32* src) in CDG_rand()
99 U32 rand32 = *src; in CDG_rand()
111 static void CDG_generate(U64 size, U32* seed, double proba) in CDG_generate()
116 U32 P32 = (U32)(32768 * proba); in CDG_generate()
117 U32 pos=1; in CDG_generate()
118 U32 genBlockSize = 128 KB; in CDG_generate()
128 U32 d; in CDG_generate()
131 U32 offset = CDG_RAND15BITS + 1; in CDG_generate()
[all …]
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) in FUZ_GetMilliStart()
106 U32 nCount; in FUZ_GetMilliStart()
108 nCount = (U32) (((tb.time & 0xFFFFF) * 1000) + tb.millitm); in FUZ_GetMilliStart()
112 static U32 FUZ_GetMilliSpan(U32 nTimeStart) in FUZ_GetMilliSpan()
114 U32 nCurrent = FUZ_GetMilliStart(); in FUZ_GetMilliSpan()
115 U32 nSpan = nCurrent - nTimeStart; in FUZ_GetMilliSpan()
[all …]
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 pause = 0;
[all …]
Dbench.c86 typedef uint32_t U32; typedef
92 typedef unsigned int U32; typedef
117 U32 id;
276 U32 crcOrig; in BMK_benchFile()
355 U32 crcCheck=0; in BMK_benchFile()
Dfullbench.c92 typedef uint32_t U32; typedef
98 typedef unsigned int U32; typedef
130 U32 id;
431 U32 crcOriginal; in fullSpeedBench()
656 U32 crcDecoded; in fullSpeedBench()
/external/lz4/lib/
Dxxhash.c110 typedef uint32_t U32; typedef
116 typedef unsigned int U32; typedef
137 U32 v;
173 static U32 XXH_swap32 (U32 x) in XXH_swap32()
231 FORCE_INLINE U32 XXH_readLE32_align(const void* ptr, XXH_endianess endian, XXH_alignment align) in XXH_readLE32_align()
236 return endian==XXH_littleEndian ? *(U32*)ptr : XXH_swap32(*(U32*)ptr); in XXH_readLE32_align()
239 FORCE_INLINE U32 XXH_readLE32(const void* ptr, XXH_endianess endian) in XXH_readLE32()
261 FORCE_INLINE U32 XXH32_endian_align(const void* input, size_t len, U32 seed, XXH_endianess endian, … in XXH32_endian_align()
265 U32 h32; in XXH32_endian_align()
279 U32 v1 = seed + PRIME32_1 + PRIME32_2; in XXH32_endian_align()
[all …]
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)); } in LZ4HC_hashPtr()
133 U32* HashTable = hc4->hashTable; in LZ4HC_Insert()
135 const U32 target = (U32)(ip - base); in LZ4HC_Insert()
136 U32 idx = hc4->nextToUpdate; in LZ4HC_Insert()
[all …]
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 */ in LZ4_isLittleEndian()
226 static U32 LZ4_read32(const void* memPtr) in LZ4_read32()
229 return *(U32*)memPtr; in LZ4_read32()
232 U32 val32; in LZ4_read32()
263 *(U32*)dstPtr = *(U32*)srcPtr; in LZ4_copy4()
277 ((U32*)dstPtr)[0] = ((U32*)srcPtr)[0], in LZ4_copy8()
278 ((U32*)dstPtr)[1] = ((U32*)srcPtr)[1]; in LZ4_copy8()
348 _BitScanForward( &r, (U32)val ); in LZ4_NbCommonBytes()
[all …]
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) in LZ4F_isError()
192 static void LZ4F_writeLE32 (BYTE* dstPtr, U32 value32) in LZ4F_writeLE32()
200 static U32 LZ4F_readLE32 (const BYTE* srcPtr) in LZ4F_readLE32()
202 U32 value32 = srcPtr[0]; in LZ4F_readLE32()
[all …]
/external/v8/test/unittests/interpreter/
Dbytecode-utils.h14 #define U32(i) EXTRACT(i, 0), EXTRACT(i, 1), EXTRACT(i, 2), EXTRACT(i, 3) macro
21 #define U32(i) EXTRACT(i, 3), EXTRACT(i, 2), EXTRACT(i, 1), EXTRACT(i, 0) macro
35 #define R32(i) U32(REG_OPERAND(i))
Dbytecodes-unittest.cc187 {{B(ExtraWide), B(LdaSmi), U32(100000)}, in TEST()
193 {{B(ExtraWide), B(LdaSmi), U32(-100000)}, in TEST()
212 {{B(ExtraWide), B(JumpIfNull), U32(123456789)}, in TEST()
/external/google-breakpad/src/client/linux/dump_writer_common/
Dthread_info.cc50 void U32(void* out, uint32_t v) { in U32() function
112 U32(out->extended_registers + 8, fpxregs.fip); in FillCPUContext()
114 U32(out->extended_registers + 16, fpregs.foo); in FillCPUContext()
116 U32(out->extended_registers + 24, fpxregs.mxcsr); in FillCPUContext()
/external/valgrind/VEX/priv/
Dir_opt.c1101 case Ico_U32: return toBool( c1->Ico.U32 == c2->Ico.U32 ); in sameIRExprs_aux2()
1186 && e->Iex.Const.con->Ico.U32 == 0); in isZeroU32()
1224 case Ico_U32: return toBool( e->Iex.Const.con->Ico.U32 == 0); in isZeroU()
1237 case Ico_U32: return toBool( e->Iex.Const.con->Ico.U32 in isOnesU()
1460 0xFFFF & e->Iex.Unop.arg->Iex.Const.con->Ico.U32))); in fold_Expr()
1464 0xFF & e->Iex.Unop.arg->Iex.Const.con->Ico.U32))); in fold_Expr()
1468 1 == (1 & e->Iex.Unop.arg->Iex.Const.con->Ico.U32) in fold_Expr()
1487 ~ (e->Iex.Unop.arg->Iex.Const.con->Ico.U32))); in fold_Expr()
1530 & e->Iex.Unop.arg->Iex.Const.con->Ico.U32)); in fold_Expr()
1540 ULong u64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32; in fold_Expr()
[all …]
Dhost_tilegx_isel.c1068 l = (Long) (Int) con->Ico.U32; in iselWordExpr_R_wrk()
1160 u = 0xFFFFFFFF & con->Ico.U32; in iselWordExpr_RH_wrk()
1543 (sz == 4 && cas->expdLo->Iex.Const.con->Ico.U32 == 0)) in iselStmt()
1550 (sz == 4 && cas->expdLo->Iex.Const.con->Ico.U32 == 2)) in iselStmt()
1557 (sz == 4 && cas->expdLo->Iex.Const.con->Ico.U32 == 3)) in iselStmt()
1564 (sz == 4 && cas->expdLo->Iex.Const.con->Ico.U32 == 4)) in iselStmt()
1571 (sz == 4 && cas->expdLo->Iex.Const.con->Ico.U32 == 5)) in iselStmt()
Dhost_x86_isel.c117 && e->Iex.Const.con->Ico.U32 == 0; in isZeroU32()
1577 UInt imm32 = e->Iex.Binop.arg2->Iex.Const.con->Ico.U32; in iselIntExpr_AMode_wrk()
1607 return X86AMode_IR(e->Iex.Binop.arg2->Iex.Const.con->Ico.U32, r1); in iselIntExpr_AMode_wrk()
1653 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break; in iselIntExpr_RMI_wrk()
1713 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break; in iselIntExpr_RI_wrk()
2006 X86RMI_Imm(con->Iex.Const.con->Ico.U32), in iselCondCode_wrk()
4261 = ((Addr32)stmt->Ist.Exit.dst->Ico.U32) > env->max_ga; in iselStmt()
4263 addInstr(env, X86Instr_XDirect(stmt->Ist.Exit.dst->Ico.U32, in iselStmt()
4342 = ((Addr32)cdst->Ico.U32) > env->max_ga; in iselNext()
4344 addInstr(env, X86Instr_XDirect(cdst->Ico.U32, in iselNext()
Dhost_mips_isel.c746 && uInt_fits_in_16_bits(e->Iex.Binop.arg2->Iex.Const.con-> Ico.U32)) { in iselWordExpr_AMode_wrk()
747 return MIPSAMode_IR((Int) e->Iex.Binop.arg2->Iex.Const.con->Ico.U32, in iselWordExpr_AMode_wrk()
1822 l = (Long) (Int) con->Ico.U32; in iselWordExpr_R_wrk()
1923 u = 0xFFFFFFFF & con->Ico.U32; in iselWordExpr_RH_wrk()
3999 : (((Addr32)stmt->Ist.Exit.dst->Ico.U32) > (Addr32)env->max_ga); in iselStmt()
4003 : (Addr64)stmt->Ist.Exit.dst->Ico.U32, in iselStmt()
4083 : (((Addr32)cdst->Ico.U32) > (Addr32)env->max_ga); in iselNext()
4087 : (Addr64)cdst->Ico.U32, in iselNext()
/external/v8/test/cctest/interpreter/bytecode_expectations/
DIntegerConstants.golden19 /* 34 S> */ B(ExtraWide), B(LdaSmi), U32(12345678),
/external/skia/src/views/
DSkWidgets.cpp339 SkStaticTextView::SkStaticTextView(U32 flags) : SkView(flags)
500 SkBitmapView::SkBitmapView(U32 flags) : SkView(flags)
/external/llvm/unittests/ADT/
DStringRefTest.cpp469 uint32_t U32; in TEST() local
487 bool U32Success = StringRef(Unsigned[i].Str).getAsInteger(0, U32); in TEST()
490 EXPECT_EQ(U32, Unsigned[i].Expected); in TEST()
/external/llvm/test/CodeGen/AMDGPU/
D32-bit-local-address-space.ll10 ; Instructions with B32, U32, and I32 in their name take 32-bit operands, while
/external/deqp/framework/common/
DtcuTexture.cpp1042 #define U32(OFFS, COUNT) ((*((const deUint32*)pixelPtr) >> (OFFS)) & ((1<<(COUNT))-1)) in getPixelInt() macro
1043 #define S32(OFFS, COUNT) signExtend(U32(OFFS, COUNT), (COUNT)) in getPixelInt()
1056 …case TextureFormat::UNORM_INT_101010: return UVec4(U32(22, 10), U32(12, 10), U32( 2, 10), 1).… in getPixelInt()
1058 …rmat::UNSIGNED_INT_1010102_REV: return swizzleRB(UVec4(U32( 0, 10), U32(10, 10), U32(20, 10), U32(… in getPixelInt()
1072 #undef U32 in getPixelInt()
/external/v8/test/unittests/
DBUILD.gn169 # This warning is benignly triggered by the U16 and U32 macros in
/external/libvpx/libvpx/third_party/libwebm/
Dmkvmuxerutil.cpp342 union U32 { in SerializeFloat() union
/external/valgrind/coregrind/m_gdbserver/
Dm_gdbserver.c1229 : sb_in->next->Iex.Const.con->Ico.U32); in VG_()
1264 st->Ist.Exit.dst->Ico.U32); in VG_()
/external/iptables/extensions/
Dlibxt_u32.man1 U32 tests whether quantities of up to 4 bytes extracted from a packet have

12