HomeSort by relevance Sort by last modified time
    Searched defs:i32 (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/valgrind/drd/tests/
annotate_trace_memory.c 9 volatile int32_t i32; variable
18 DRD_TRACE_VAR(i32);
34 i32 = 8;
35 i32++;
44 DRD_STOP_TRACING_VAR(i32);
  /external/valgrind/none/tests/s390x/
rounding-5.c 10 volatile int32_t i32; variable
39 __asm__ volatile("cefbr %[r1],%[r2]" : [r1] "=f"(out) : [r2] "d"(i32));
40 printf("cefbr: %"PRId32" -> %f\n", i32, out);
68 /* i32 -> f32 */
69 i32 = INT32_MAX;
72 i32 = INT32_MIN;
  /external/libyuv/files/unit_test/
basictypes_test.cc 31 int32 i32 = -1; local
39 EXPECT_EQ(4u, sizeof(i32));
47 EXPECT_GT(0, i32);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/inc/
basetype.h 33 typedef signed int i32; typedef
  /external/libopus/silk/
resampler_structs.h 41 opus_int32 i32[ SILK_RESAMPLER_MAX_FIR_ORDER ]; member in union:_silk_resampler_state_struct::__anon23946
  /development/ndk/platforms/android-24/include/camera/
NdkCameraMetadata.h 120 int32_t *i32; member in union:ACameraMetadata_entry::__anon2386
165 const int32_t *i32; member in union:ACameraMetadata_const_entry::__anon2387
  /external/libchrome/sandbox/win/src/
internal_types.h 54 explicit IPCInt(unsigned __int32 i32) {
56 buffer_.i32 = i32;
60 return buffer_.i32;
70 unsigned __int32 i32; member in union:sandbox::IPCInt::U
  /external/webrtc/webrtc/common_audio/signal_processing/include/
spl_inl_mips.h 131 int i32 = 32; local
135 "subu %[bits], %[i32], %[bits] \n\t"
137 : [n] "r" (n), [i32] "r" (i32)
  /frameworks/av/camera/include/camera/ndk/
NdkCameraMetadata.h 122 int32_t *i32; member in union:ACameraMetadata_entry::__anon37914
167 const int32_t *i32; member in union:ACameraMetadata_const_entry::__anon37915
  /prebuilts/go/darwin-x86/test/
bounds.go 29 i32 int32
87 use(s[i32])
88 use(a1[i32])
89 use(a1k[i32])
90 use(a100k[i32])
91 use(p1[i32])
92 use(p1k[i32])
93 use(p100k[i32])
206 use(s[i32>>22])
207 use(a1[i32>>22]
28 i32 int32 var
    [all...]
intcvt.go 29 i32 int32 = ci32
95 chki8(int8(i32), ci32&0xff-1<<8)
106 chki16(int16(i32), ci32&0xffff-1<<16)
117 chki32(int32(i32), ci32&0xffffffff-1<<32)
128 chki64(int64(i32), ci32&0xffffffffffffffff-1<<64)
140 chku8(uint8(i32), ci32&0xff)
151 chku16(uint16(i32), ci32&0xffff)
162 chku32(uint32(i32), ci32&0xffffffff)
173 chku64(uint64(i32), ci32&0xffffffffffffffff)
28 i32 int32 = ci32 var
  /prebuilts/go/darwin-x86/test/ken/
convert.go 16 var i32 int32; var
212 i32 = 0; u32 = 0; i64 = 0; u64 = 0
229 i8 = int8(v); i32 = int32(i8); w = big(i32)
250 u8 = uint8(v); i32 = int32(u8); w = big(i32)
271 i16 = int16(v); i32 = int32(i16); w = big(i32)
292 u16 = uint16(v); i32 = int32(u16); w = big(i32)
    [all...]
  /prebuilts/go/linux-x86/test/
bounds.go 29 i32 int32
87 use(s[i32])
88 use(a1[i32])
89 use(a1k[i32])
90 use(a100k[i32])
91 use(p1[i32])
92 use(p1k[i32])
93 use(p100k[i32])
206 use(s[i32>>22])
207 use(a1[i32>>22]
28 i32 int32 var
    [all...]
intcvt.go 29 i32 int32 = ci32
95 chki8(int8(i32), ci32&0xff-1<<8)
106 chki16(int16(i32), ci32&0xffff-1<<16)
117 chki32(int32(i32), ci32&0xffffffff-1<<32)
128 chki64(int64(i32), ci32&0xffffffffffffffff-1<<64)
140 chku8(uint8(i32), ci32&0xff)
151 chku16(uint16(i32), ci32&0xffff)
162 chku32(uint32(i32), ci32&0xffffffff)
173 chku64(uint64(i32), ci32&0xffffffffffffffff)
28 i32 int32 = ci32 var
  /prebuilts/go/linux-x86/test/ken/
convert.go 16 var i32 int32; var
212 i32 = 0; u32 = 0; i64 = 0; u64 = 0
229 i8 = int8(v); i32 = int32(i8); w = big(i32)
250 u8 = uint8(v); i32 = int32(u8); w = big(i32)
271 i16 = int16(v); i32 = int32(i16); w = big(i32)
292 u16 = uint16(v); i32 = int32(u16); w = big(i32)
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
text.h 50 int32_t i32; member in union:spv_literal_t::value_t
text.cpp 141 int32_t i32 = (int32_t)i64; local
142 if (i64 == (int64_t)i32) {
144 pLiteral->value.i32 = i32;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/SetSockOpt/
SetSockOpt.c 87 INT32 * i32; member in union:__anon5911
118 Print ( L"%d", *Value.i32 );
128 if (( SOCK_STREAM <= *Value.i32 ) && ( SOCK_SEQPACKET >= *Value.i32 )) {
129 pString = mSocketType[ *Value.i32 - SOCK_STREAM ];
133 Print ( L"%08x (unknown type)", *Value.i32 );
178 INT32 * i32; member in union:__anon5912
199 Values = sscanf ( pValue, "%d", Value.i32 );
201 BytesToWrite = sizeof ( *Value.i32);
  /external/dhcpcd-6.8.2/dbus/
dbus-dict.c 93 dbus_int32_t i32; local
140 i32 = strtol(data, NULL, 0);
144 DBUS_TYPE_INT32, &i32))
  /frameworks/av/media/mtp/
MtpProperty.h 32 int32_t i32; member in union:android::MtpPropertyValue::__anon38709
  /system/media/camera/include/system/
camera_metadata.h 87 int32_t *i32; member in union:camera_metadata_entry::__anon107115
106 const int32_t *i32; member in union:camera_metadata_ro_entry::__anon107116
  /external/clang/test/CodeGen/
builtins-mips.c 6 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 @llvm.mips.preceq.w.ph
    [all...]
  /external/icu/icu4c/source/test/intltest/
winnmtst.cpp 236 int32_t i32 = randomInt32(); local
241 getWindowsFormat(lcid, currency, w3Buffer, L"%I32d", i32);
253 wnf->format(i32, u3Buffer);
  /external/icu/icu4c/source/test/iotest/
strtst.c 752 int32_t i32 = -1, actual_count, actual_result; local
755 if (u_sscanf(testStr, "%*3[123]%n%*[1-9]", &i32) != 0) {
758 if (i32 != 3) {
759 log_err("test 1: scanf returned %hd instead of 3\n", i32);
773 actual_result = u_sscanf(x15, "%C%d%n", &character, &i32, &actual_count);
780 if (i32 != 15) {
781 log_err("scanf should return 15 for the number, but returned %d\n", i32);
  /external/clang/test/Sema/
atomic-ops.c 50 int i32; variable
60 _Static_assert(__atomic_is_lock_free(4, &i32), "");
62 _Static_assert(__atomic_is_lock_free(8, &i32), ""); // expected-error {{not an integral constant expression}}
83 _Static_assert(__atomic_always_lock_free(4, &i32), "");
85 _Static_assert(!__atomic_always_lock_free(8, &i32), "");

Completed in 1039 milliseconds

1 2 3