Searched defs:i32 (Results 1 - 19 of 19) sorted by relevance

/external/qemu/target-i386/
H A Dops_sse_header.h118 DEF_HELPER_2(glue(movl_mm_T0, SUFFIX), void, Reg, i32)
160 DEF_HELPER_2(cvtsi2ss, void, XMMReg, i32)
161 DEF_HELPER_2(cvtsi2sd, void, XMMReg, i32)
220 DEF_HELPER_1(movmskps, i32, Reg)
221 DEF_HELPER_1(movmskpd, i32, Reg)
224 DEF_HELPER_1(glue(pmovmskb, SUFFIX), i32, Reg) variable
313 DEF_HELPER_3(glue(roundps, SUFFIX), void, Reg, Reg, i32)
314 DEF_HELPER_3(glue(roundpd, SUFFIX), void, Reg, Reg, i32)
315 DEF_HELPER_3(glue(roundss, SUFFIX), void, Reg, Reg, i32)
316 DEF_HELPER_3(glue(roundsd, SUFFIX), void, Reg, Reg, i32)
[all...]
/external/chromium/base/win/
H A Dscoped_variant.cc144 void ScopedVariant::Set(int32 i32) { argument
147 var_.lVal = i32;
/external/clang/test/CodeGen/
H A Dbuiltins-mips.c6 typedef int i32; typedef
21 i32 i32_r, i32_a, i32_b, i32_c;
73 // CHECK: call i32 @llvm.mips.addq.s.w
75 // CHECK: call i32 @llvm.mips.subq.s.w
80 // CHECK: call i32 @llvm.mips.addsc
84 // CHECK: call i32 @llvm.mips.addwc
89 // CHECK: call i32 @llvm.mips.modsub
93 // CHECK: call i32 @llvm.mips.raddu.w.qb
100 // CHECK: call i32 @llvm.mips.absq.s.w
121 // CHECK: call i32
[all...]
/external/clang/test/Sema/
H A Datomic-ops.c41 int i32; variable
51 _Static_assert(__atomic_is_lock_free(4, &i32), "");
53 _Static_assert(__atomic_is_lock_free(8, &i32), ""); // expected-error {{not an integral constant expression}}
74 _Static_assert(__atomic_always_lock_free(4, &i32), "");
76 _Static_assert(!__atomic_always_lock_free(8, &i32), "");
H A Dcompare.c239 int test2(int i32) { argument
248 if (x->u8 == i32) { // comparison in int32, exact
250 } else if (x->u31 == i32) { // comparison in int32, exact
252 } else if (x->u32 == i32) { // expected-warning {{comparison of integers of different signs}}
254 } else if (x->u63 == i32) { // comparison in uint64, exact because ==
256 } else if (x->u64 == i32) { // expected-warning {{comparison of integers of different signs}}
/external/dbus/dbus/
H A Ddbus-marshal-basic.h170 dbus_int32_t i32; /**< as int32 */ member in union:__anon5005
/external/icu4c/test/intltest/
H A Dwinnmtst.cpp235 int32_t i32 = randomInt32(); local
240 getWindowsFormat(lcid, currency, w3Buffer, L"%I32d", i32);
252 wnf->format(i32, u3Buffer);
/external/icu4c/test/iotest/
H A Dstrtst.c748 int32_t i32 = -1, actual_count, actual_result; local
751 if (u_sscanf(testStr, "%*3[123]%n%*[1-9]", &i32) != 0) {
754 if (i32 != 3) {
755 log_err("test 1: scanf returned %hd instead of 3\n", i32);
769 actual_result = u_sscanf(x15, "%C%d%n", &character, &i32, &actual_count);
776 if (i32 != 15) {
777 log_err("scanf should return 15 for the number, but returned %d\n", i32);
H A Diotest.cpp212 int32_t i32; local
272 i32 = (int32_t)uto64(argument);
273 uBufferLenReturned = u_sprintf_u(uBuffer, format, i32);
274 uFileBufferLenReturned = u_fprintf_u(testFile.getAlias(), format, i32);
377 int32_t i32, expected32; local
459 uBufferLenReturned = u_sscanf_u(argument, format, &i32);
460 //uFileBufferLenReturned = u_fscanf_u(testFile, format, i32);
461 if (i32 != expected32) {
463 i, i32, expected32);
581 int32_t i32; local
[all...]
/external/clang/test/Parser/
H A Daltivec.c81 typedef int i32; typedef
83 // i8, i16, i32 here are field names, not type names.
86 vector long i32; // expected-warning {{deprecated}} member in struct:S
/external/stlport/src/
H A Dnum_get_float.cpp50 } i32; member in union:_ll
579 v.ieee.mantissa0 = vv.i32.hi;
580 v.ieee.mantissa1 = vv.i32.lo;
635 v.ieee.mantissa0 = vv.i32.hi;
636 v.ieee.mantissa1 = vv.i32.lo;
/external/webp/src/dec/
H A Dvp8.c540 uint32_t i32; member in union:__anon15024
557 #define PACK(X, S) ((((X).i32 * PACK_CST) & 0xff000000) >> (S))
572 nz_dc.i32 = nz_ac.i32 = 0;
/external/llvm/include/llvm/CodeGen/
H A DValueTypes.h42 i32 = 4, // This is a 32 bit integer value enumerator in enum:llvm::MVT::SimpleValueType
68 v2i32 = 22, // 2 x i32
69 v4i32 = 23, // 4 x i32
70 v8i32 = 24, // 8 x i32
71 v16i32 = 25, // 16 x i32
248 case v16i32: return i32;
310 case i32 :
384 return MVT::i32;
409 case MVT::i32:
701 /// e.g. "i32"
[all...]
/external/flac/libFLAC/
H A Dstream_decoder.c2551 FLAC__int32 i32; local
2562 if(!FLAC__bitreader_read_raw_int32(decoder->private_->input, &i32, bps))
2564 subframe->warmup[u] = i32;
2608 FLAC__int32 i32; local
2619 if(!FLAC__bitreader_read_raw_int32(decoder->private_->input, &i32, bps))
2621 subframe->warmup[u] = i32;
2635 if(!FLAC__bitreader_read_raw_int32(decoder->private_->input, &i32, FLAC__SUBFRAME_LPC_QLP_SHIFT_LEN))
2637 subframe->quantization_level = i32;
2641 if(!FLAC__bitreader_read_raw_int32(decoder->private_->input, &i32, subframe->qlp_coeff_precision))
2643 subframe->qlp_coeff[u] = i32;
[all...]
/external/qemu/tcg/
H A Dtcg.h145 int i32; member in struct:__anon11183
157 #define GET_TCGV_I32(t) ((t).i32)
/external/valgrind/main/VEX/priv/
H A Dhost_amd64_defs.c2078 Int i32 = (Int)w32; local
2079 return toBool(i32 == ((i32 << 24) >> 24));
H A Dhost_x86_defs.c1800 Int i32 = (Int)w32; local
1801 return toBool(i32 == ((i32 << 24) >> 24));
H A Dir_defs.c68 union { ULong i64; Double f64; UInt i32; Float f32; } u; member in union:__anon13371
77 vex_printf( "F32{0x%x}", u.i32);
/external/libmtp/src/
H A Dptp.h908 int32_t i32; member in union:_PTPPropertyValue

Completed in 1041 milliseconds