Home
last modified time | relevance | path

Searched defs:U32 (Results 1 – 15 of 15) sorted by relevance

/external/google-breakpad/src/client/linux/dump_writer_common/
Dthread_info.cc50 void U32(void* out, uint32_t v) { in U32() function
/external/lz4/programs/
Ddatagen.c47 typedef uint32_t U32; typedef
53 typedef unsigned int U32; typedef
Dbench.c86 typedef uint32_t U32; typedef
92 typedef unsigned int U32; typedef
Dframetest.c58 typedef uint32_t U32; typedef
64 typedef unsigned int U32; typedef
Dfuzzer.c57 typedef uint32_t U32; typedef
63 typedef unsigned int U32; typedef
Dfullbench.c92 typedef uint32_t U32; typedef
98 typedef unsigned int U32; typedef
/external/lz4/lib/
Dxxhash.c110 typedef uint32_t U32; typedef
116 typedef unsigned int U32; typedef
Dlz4frame.c80 typedef uint32_t U32; typedef
86 typedef unsigned int U32; typedef
Dlz4.c161 typedef uint32_t U32; typedef
167 typedef unsigned int U32; typedef
/external/llvm/unittests/ADT/
DStringRefTest.cpp469 uint32_t U32; in TEST() local
/external/libvpx/libvpx/third_party/libwebm/
Dmkvmuxerutil.cpp342 union U32 { in SerializeFloat() union
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc238 U32(const uint8_t* data) { in U32() function
/external/deqp/framework/common/
DtcuTexture.cpp1042 #define U32(OFFS, COUNT) ((*((const deUint32*)pixelPtr) >> (OFFS)) & ((1<<(COUNT))-1)) in getPixelInt() macro
/external/v8/src/arm/
Dassembler-arm.cc2791 enum VFPType { S32, U32, F32, F64 }; enumerator
/external/valgrind/VEX/pub/
Dlibvex_ir.h298 UInt U32; member