Searched defs:u32 (Results 76 - 100 of 109) sorted by relevance

12345

/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_elm.cpp1627 UChar32 u32 = 0; local
1631 for(u32 = start; u32 < limit; u32++) {
1633 getDecomposition(u32, decompBuffer, noOfDec);
1635 //|| (noOfDec == 1 && *decomp != (UChar)u32))
1639 U16_APPEND_UNSAFE(comp, len, u32);
1642 fprintf(stderr, "Closure: U+%04X -> ", u32);
1651 fprintf(stderr, "U+%04X CEs: ", u32);
1666 ((enumStruct *)context)->closed->add(u32);
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideoengine_unittest.h635 uint32 u32 = 0; local
652 if (!buf.ReadUInt32(&u32)) return false;
653 if (tstamp) *tstamp = u32;
656 if (!buf.ReadUInt32(&u32)) return false;
657 if (ssrc) *ssrc = u32;
661 if (!buf.ReadUInt32(&u32)) return false;
675 if (!buf.ReadUInt32(&u32)) return false;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_emit_nvc0.cpp165 return imm && (imm->reg.data.u32 & ((ty == TYPE_F32) ? 0xfff : 0xfff00000));
255 uint32_t u32; local
258 u32 = imm->reg.data.u32;
262 code[0] |= (u32 & 0x3f) << 26;
263 code[1] |= u32 >> 6;
267 assert((u32 & 0xfff00000) == 0 || (u32 & 0xfff00000) == 0xfff00000);
269 u32 &= 0xfffff;
270 code[0] |= (u32
[all...]
/external/flac/libFLAC/
H A Dstream_decoder.c2552 FLAC__uint32 u32; local
2568 if(!FLAC__bitreader_read_raw_uint32(decoder->private_->input, &u32, FLAC__ENTROPY_CODING_METHOD_TYPE_LEN))
2570 subframe->entropy_coding_method.type = (FLAC__EntropyCodingMethodType)u32;
2574 if(!FLAC__bitreader_read_raw_uint32(decoder->private_->input, &u32, FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE_ORDER_LEN))
2576 subframe->entropy_coding_method.data.partitioned_rice.order = u32;
2609 FLAC__uint32 u32; local
2625 if(!FLAC__bitreader_read_raw_uint32(decoder->private_->input, &u32, FLAC__SUBFRAME_LPC_QLP_COEFF_PRECISION_LEN))
2627 if(u32 == (1u << FLAC__SUBFRAME_LPC_QLP_COEFF_PRECISION_LEN) - 1) {
2632 subframe->qlp_coeff_precision = u32+1;
2647 if(!FLAC__bitreader_read_raw_uint32(decoder->private_->input, &u32, FLAC__ENTROPY_CODING_METHOD_TYPE_LE
[all...]
/external/harfbuzz_ng/src/
H A Dhb-common.h80 uint32_t u32; member in union:_hb_var_int_t
/external/lldb/tools/debugserver/source/
H A DDNB.cpp1480 uint32_t u32 = data.GetMax32(&data_offset, byte_size); local
1482 fprintf(file, fprintf_format.c_str(), u32);
/external/llvm/unittests/Support/
H A DYAMLIOTest.cpp152 uint32_t u32; member in struct:BuiltInTypes
176 io.mapRequired("u32", bt.u32);
205 "u32: 4000000000\n"
226 EXPECT_EQ(map.u32, 4000000000U);
253 map.u32 = 3000000000U;
282 EXPECT_EQ(map.u32, 3000000000U);
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_emit_nvc0.cpp165 return imm && (imm->reg.data.u32 & ((ty == TYPE_F32) ? 0xfff : 0xfff00000));
255 uint32_t u32; local
258 u32 = imm->reg.data.u32;
262 code[0] |= (u32 & 0x3f) << 26;
263 code[1] |= u32 >> 6;
267 assert((u32 & 0xfff00000) == 0 || (u32 & 0xfff00000) == 0xfff00000);
269 u32 &= 0xfffff;
270 code[0] |= (u32
[all...]
/external/pixman/test/
H A Dutils.c735 union { double d; uint32_t u32; } t; member in union:__anon27995
737 prng_srand (t.u32);
/external/valgrind/main/VEX/priv/
H A Dhost_arm64_isel.c1377 UInt u32 = e->Iex.Const.con->Ico.U32; local
1378 ULong u64 = (ULong)u32;
H A Dhost_mips_defs.c2600 UInt u32 = (UInt) imm; local
2601 Int s32 = (Int) u32;
2649 UInt u32 = (UInt)imm; local
2650 Int s32 = (Int)u32;
2691 UInt u32 = (UInt)imm; local
2692 Int s32 = (Int)u32;
H A Dir_opt.c1575 UInt u32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32; local
1576 Int s32 = (Int)(u32 & 0xFFFFFFFF);
1591 UInt u32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32; local
1592 if (u32 != 0)
1593 e2 = IRExpr_Const(IRConst_U32(fold_Clz32(u32)));
1608 UInt u32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32; local
1609 if (0 == u32) {
1866 /*unsigned*/ UInt u32; local
1868 u32 = (UInt)(e->Iex.Binop.arg1->Iex.Const.con->Ico.U32);
1871 u32 >>
[all...]
/external/valgrind/main/VEX/switchback/
H A Dtest_emfloat.c457 #define u32 unsigned int macro
459 #define u32 unsigned long macro
775 u32 accum; /* Accumulator */
781 accum=(u32)b;
782 accum+=(u32)c;
783 accum+=(u32)*carry;
799 u32 accum; /* Accumulator */
801 accum=(u32)b;
802 accum-=(u32)c;
803 accum-=(u32)*borro
[all...]
/external/vixl/test/
H A Dtest-assembler-a64.cc6857 uint32_t u32 = u64 & 0xffffffff; local
6862 bool cvtf_u32 = (u64 == u32);
7011 uint32_t u32 = u64 & 0xffffffff; local
7016 bool cvtf_u32 = (u64 == u32);
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-arm64.cc7463 uint32_t u32 = u64 & 0xffffffff; local
7468 bool cvtf_u32 = (u64 == u32);
7618 uint32_t u32 = u64 & 0xffffffff; local
7623 bool cvtf_u32 = (u64 == u32);
/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c112 #ifndef u32
113 #define u32 unsigned macro
116 typedef u32 tdb_len_t;
117 typedef u32 tdb_off_t;
173 u32 full_hash; /* the full 32 bit hash of the key */
174 u32 magic; /* try to catch errors */
182 u32 totalsize; (tailer)
191 u32 version; /* version of the code */
192 u32 hash_size; /* number of hash entries */
201 u32 coun
[all...]
/external/f2fs-tools/include/
H A Df2fs_fs.h21 typedef u_int32_t u32; typedef
24 typedef u32 block_t;
25 typedef u32 nid_t;
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf3.c1229 UInt u32 = get_UInt(c); local
1230 UWord res = cc->cu_start_offset + (UWord)u32;
/external/chromium_org/third_party/libevent/
H A Devdns.c140 #define u32 ev_uint32_t macro
198 u32 addrcount;
199 u32 addresses[MAX_ADDRS];
202 u32 addrcount;
213 u32 address;
251 u32 ttl; /* The RR TTL */
386 debug_ntoa(u32 address)
389 u32 a = ntohl(address);
646 reply_callback(struct request *const req, u32 ttl, u32 er
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.h320 uint32_t u32; member in union:nv50_ir::Storage::__anon12828
/external/chromium_org/third_party/skia/src/core/
H A DSkPaint.cpp2692 uint32_t* u32 = buffer.reserve(flatBytes); local
2693 *u32++ = dirty;
2694 *u32++ = paint.getBitfields();
2700 F(u32, Color);
2701 SkScalar* f32 = reinterpret_cast<SkScalar*>(u32);
/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c113 typedef unsigned int u32; typedef
289 u32 magic; /* Always RTREE_GEOMETRY_MAGIC */
324 u32 i = (
325 (((u32)p[0]) << 24) +
326 (((u32)p[1]) << 16) +
327 (((u32)p[2]) << 8) +
328 (((u32)p[3]) << 0)
330 *(u32 *)pCoord = i;
356 u32 i;
358 assert( sizeof(u32)
[all...]
/external/dnsmasq/src/
H A Ddnsmasq.h560 typedef unsigned int u32; typedef
565 u32 xid;
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.h320 uint32_t u32; member in union:nv50_ir::Storage::__anon26401
/external/skia/src/core/
H A DSkPaint.cpp2703 uint32_t* u32 = buffer.reserve(flatBytes); local
2704 *u32++ = dirty;
2705 *u32++ = paint.getBitfields();
2711 F(u32, Color);
2712 SkScalar* f32 = reinterpret_cast<SkScalar*>(u32);

Completed in 1880 milliseconds

12345