Searched defs:i32 (Results 1 - 25 of 47) sorted by path

12

/external/chromium_org/base/win/
H A Dscoped_variant.cc144 void ScopedVariant::Set(int32 i32) { argument
147 var_.lVal = i32;
/external/chromium_org/sandbox/win/src/
H A Dinternal_types.h54 explicit IPCInt(unsigned __int32 i32) { argument
56 buffer_.i32 = i32;
60 return buffer_.i32;
70 unsigned __int32 i32; member in union:sandbox::IPCInt::U
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DFloat16ToFloat32.cpp2199 unsigned i32 = g_mantissa[g_offset[h >> 10] + (h & 0x3ff)] + g_exponent[h >> 10]; local
2200 return *(float*) &i32;
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-common.h81 int32_t i32; member in union:_hb_var_int_t
/external/chromium_org/third_party/icu/source/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/chromium_org/third_party/icu/source/test/iotest/
H A Diotest.cpp213 int32_t i32; local
273 i32 = (int32_t)uto64(argument);
274 uBufferLenReturned = u_sprintf_u(uBuffer, format, i32);
275 uFileBufferLenReturned = u_fprintf_u(testFile.getAlias(), format, i32);
378 int32_t i32, expected32; local
460 uBufferLenReturned = u_sscanf_u(argument, format, &i32);
461 //uFileBufferLenReturned = u_fscanf_u(testFile, format, i32);
462 if (i32 != expected32) {
464 i, i32, expected32);
582 int32_t i32; local
[all...]
H A Dstrtst.c749 int32_t i32 = -1, actual_count, actual_result; local
752 if (u_sscanf(testStr, "%*3[123]%n%*[1-9]", &i32) != 0) {
755 if (i32 != 3) {
756 log_err("test 1: scanf returned %hd instead of 3\n", i32);
770 actual_result = u_sscanf(x15, "%C%d%n", &character, &i32, &actual_count);
777 if (i32 != 15) {
778 log_err("scanf should return 15 for the number, but returned %d\n", i32);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_idct_intrin_sse2.c3638 int i, j, i32; local
3641 i32 = (i << 5);
3714 col[i32 + 0] = _mm_setzero_si128();
3715 col[i32 + 1] = _mm_setzero_si128();
3716 col[i32 + 2] = _mm_setzero_si128();
3717 col[i32 + 3] = _mm_setzero_si128();
3718 col[i32 + 4] = _mm_setzero_si128();
3719 col[i32 + 5] = _mm_setzero_si128();
3720 col[i32 + 6] = _mm_setzero_si128();
3721 col[i32
[all...]
/external/chromium_org/third_party/libwebp/dsp/
H A Dyuv_sse2.c22 int32_t i32[4]; member in union:__anon13264
42 VP8kYtoRGBA[i].i32[0] =
43 VP8kYtoRGBA[i].i32[1] =
44 VP8kYtoRGBA[i].i32[2] = (i - 16) * kYScale + YUV_HALF2;
45 VP8kYtoRGBA[i].i32[3] = 0xff << YUV_FIX2;
47 VP8kUtoRGBA[i].i32[0] = 0;
48 VP8kUtoRGBA[i].i32[1] = -kUToG * (i - 128);
49 VP8kUtoRGBA[i].i32[2] = kUToB * (i - 128);
50 VP8kUtoRGBA[i].i32[3] = 0;
52 VP8kVtoRGBA[i].i32[
[all...]
/external/chromium_org/third_party/libyuv/unit_test/
H A Dbasictypes_test.cc31 int32 i32 = -1; local
39 EXPECT_EQ(4u, sizeof(i32));
47 EXPECT_GT(0, i32);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c527 struct lp_build_context i32; local
537 lp_build_context_init(&i32, bld->gallivm, lp_type_int_vec(32, bld->vector_width));
539 i32_vec_type = lp_build_vec_type(bld->gallivm, i32.type);
579 i32_c8 = lp_build_const_int_vec(bld->gallivm, i32.type, 8);
760 * Transform 4 x i32 in
977 struct lp_build_context i32; local
992 lp_build_context_init(&i32, bld->gallivm, lp_type_int_vec(32, bld->vector_width));
994 i32_vec_type = lp_build_vec_type(bld->gallivm, i32.type);
1034 i32_c128 = lp_build_const_int_vec(bld->gallivm, i32.type, -128);
1046 i32_c8 = lp_build_const_int_vec(bld->gallivm, i32
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
H A Dsm4.h228 int32_t i32; member in union:sm4_any
/external/chromium_org/third_party/opus/src/silk/
H A Dresampler_structs.h41 opus_int32 i32[ SILK_RESAMPLER_MAX_FIR_ORDER ]; member in union:_silk_resampler_state_struct::__anon14724
/external/chromium_org/third_party/webrtc/base/
H A Dbasictypes_unittest.cc32 int32 i32 = -1; local
40 EXPECT_EQ(4u, sizeof(i32));
48 EXPECT_GT(0, i32);
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/include/
H A Dspl_inl_mips.h131 int i32 = 32; local
135 "subu %[bits], %[i32], %[bits] \n\t"
137 : [n] "r" (n), [i32] "r" (i32)
/external/chromium_org/tools/win/split_link/viz.js/
H A Dviz.js161 if (/<?{ ?[^}]* ?}>?/.test(type)) return true; // { i32, i8 } etc. - anonymous struct types
165 INT_TYPES: {"i1":0,"i8":0,"i16":0,"i32":0,"i64":0},
188 '%i32': 4,
509 // getValue need LLVM types ('i8', 'i32') - this is a lower-level operation
512 if (type.charAt(type.length-1) === '*') type = 'i32'; // pointers are 32-bit
517 case 'i32': HEAP32[((ptr)>>2)]=value; break;
528 if (type.charAt(type.length-1) === '*') type = 'i32'; // pointers are 32-bit
533 case 'i32': return HEAP32[((ptr)>>2)];
609 if (type == 'i64') type = 'i32'; // special case: we have one i32 her
[all...]
/external/chromium_org/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js219 if (/<?{ ?[^}]* ?}>?/.test(type)) return true; // { i32, i8 } etc. - anonymous struct types
223 INT_TYPES: {"i1":0,"i8":0,"i16":0,"i32":0,"i64":0},
246 '%i32': 4,
567 // getValue need LLVM types ('i8', 'i32') - this is a lower-level operation
570 if (type.charAt(type.length-1) === '*') type = 'i32'; // pointers are 32-bit
575 case 'i32': HEAP32[((ptr)>>2)]=value; break;
586 if (type.charAt(type.length-1) === '*') type = 'i32'; // pointers are 32-bit
591 case 'i32': return HEAP32[((ptr)>>2)];
671 if (type == 'i64') type = 'i32'; // special case: we have one i32 her
[all...]
/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/Parser/
H A Daltivec.c83 typedef int i32; typedef
85 // i8, i16, i32 here are field names, not type names.
88 vector long i32; // expected-warning {{deprecated}} member in struct:S
/external/clang/test/Sema/
H A Datomic-ops.c45 int i32; variable
55 _Static_assert(__atomic_is_lock_free(4, &i32), "");
57 _Static_assert(__atomic_is_lock_free(8, &i32), ""); // expected-error {{not an integral constant expression}}
78 _Static_assert(__atomic_always_lock_free(4, &i32), "");
80 _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/deqp/modules/gles3/functional/
H A Des3fInstancedRenderingTests.cpp75 deInt32 i32; member in union:deqp::gles3::Functional::vcns::VarComp
79 VarComp(deInt32 v) : i32(v) {}
/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/harfbuzz_ng/src/
H A Dhb-common.h81 int32_t i32; member in union:_hb_var_int_t
/external/icu/icu4c/source/test/intltest/
H A Dwinnmtst.cpp235 int32_t i32 = randomInt32(); local
240 getWindowsFormat(lcid, currency, w3Buffer, L"%I32d", i32);
252 wnf->format(i32, u3Buffer);

Completed in 1607 milliseconds

12