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

123

/external/valgrind/drd/tests/
H A Dannotate_trace_memory.c9 volatile int32_t i32; variable
18 DRD_TRACE_VAR(i32);
34 i32 = 8;
35 i32++;
44 DRD_STOP_TRACING_VAR(i32);
/external/clang/test/Sema/
H A Dformat-strings-ms.c11 void non_iso_warning_test(__int32 i32, __int64 i64, wchar_t c, void *p) { argument
12 printf("%Id", i32); // expected-warning{{'I' length modifier is not supported by ISO C}}
13 printf("%I32d", i32); // expected-warning{{'I32' length modifier is not supported by ISO C}}
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}}
H A Datomic-ops.c50 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), "");
/external/libyuv/files/unit_test/
H A Dbasictypes_test.cc31 int32 i32 = -1; local
39 EXPECT_EQ(4u, sizeof(i32));
47 EXPECT_GT(0, i32);
/external/valgrind/none/tests/s390x/
H A Drounding-5.c10 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/icu/icu4c/source/common/
H A Dresource.h50 ResourceArray(const uint16_t *i16, const uint32_t *i32, int32_t len) : argument
51 items16(i16), items32(i32), length(len) {}
83 const uint16_t *i16, const uint32_t *i32, int32_t len) :
84 keys16(k16), keys32(k32), items16(i16), items32(i32), length(len) {}
82 ResourceTable(const uint16_t *k16, const int32_t *k32, const uint16_t *i16, const uint32_t *i32, int32_t len) argument
/external/libopus/silk/
H A Dresampler_structs.h41 opus_int32 i32[ SILK_RESAMPLER_MAX_FIR_ORDER ]; member in union:_silk_resampler_state_struct::__anon12257
/external/mesa3d/src/amd/common/
H A Dac_llvm_util.h52 LLVMTypeRef i32; member in struct:ac_llvm_context
/external/dhcpcd-6.8.2/dbus/
H A Ddbus-dict.c93 dbus_int32_t i32; local
140 i32 = strtol(data, NULL, 0);
144 DBUS_TYPE_INT32, &i32))
/external/webrtc/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/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/flatbuffers/tests/MyGame/Example/
H A DTypeAliases.java25 public int i32() { int o = __offset(12); return o != 0 ? bb.getInt(o + bb_pos) : 0; } method in class:TypeAliases
26 public boolean mutateI32(int i32) { int o = __offset(12); if (o != 0) { bb.putInt(o + bb_pos, i32); return true; } else { return false; } } argument
51 int i32,
67 TypeAliases.addI32(builder, i32);
80 public static void addI32(FlatBufferBuilder builder, int i32) { builder.addInt(4, i32, 0); } argument
46 createTypeAliases(FlatBufferBuilder builder, byte i8, int u8, short i16, int u16, int i32, long u32, long i64, long u64, float f32, double f64, int v8Offset, int vf64Offset) argument
H A DTypeAliases.cs29 public bool MutateI32(int i32) { int o = __p.__offset(12); if (o != 0) { __p.bb.PutInt(o + __p.bb_pos, i32); return true; } else { return false; } } argument
54 int i32 = 0,
70 TypeAliases.AddI32(builder, i32);
83 public static void AddI32(FlatBufferBuilder builder, int i32) { builder.AddInt(4, i32, 0); } argument
/external/icu/icu4c/source/test/intltest/
H A Dwinnmtst.cpp240 int32_t i32 = randomInt32(); local
245 getWindowsFormat(lcid, currency, w3Buffer, L"%I32d", i32);
257 wnf->format(i32, u3Buffer);
/external/icu/icu4c/source/test/iotest/
H A Dstrtst.c752 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);
H A Diotest.cpp216 int32_t i32; local
276 i32 = (int32_t)uto64(argument);
277 uBufferLenReturned = u_sprintf_u(uBuffer, format, i32);
278 uFileBufferLenReturned = u_fprintf_u(testFile.getAlias(), format, i32);
381 int32_t i32, expected32; local
463 uBufferLenReturned = u_sscanf_u(argument, format, &i32);
464 //uFileBufferLenReturned = u_fscanf_u(testFile, format, i32);
465 if (i32 != expected32) {
467 i, i32, expected32);
585 int32_t i32; local
[all...]
/external/tensorflow/tensorflow/core/lib/strings/
H A Dstrcat.h107 AlphaNum(int i32) // NOLINT(runtime/explicit) argument
108 : piece_(digits_, FastInt32ToBufferLeft(i32, digits_) - &digits_[0]) {}
/external/libffi/src/x86/
H A Dffi64.c55 UINT32 i32; member in union:big_int_union
516 reg_args->sse[ssecount++].i32 = *(UINT32 *) a;
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_internal.h149 LLVMTypeRef i32; member in struct:si_shader_context
/external/python/cpython2/Modules/_ctypes/libffi/src/x86/
H A Dffi64.c55 UINT32 i32; member in union:big_int_union
516 reg_args->sse[ssecount++].i32 = *(UINT32 *) a;
/external/python/cpython3/Modules/_ctypes/libffi/src/x86/
H A Dffi64.c55 UINT32 i32; member in union:big_int_union
516 reg_args->sse[ssecount++].i32 = *(UINT32 *) a;
/external/tensorflow/tensorflow/contrib/lite/
H A Dcontext.h146 int* i32; member in union:__anon25905
/external/clang/test/Parser/
H A Daltivec.c104 typedef int i32; typedef
106 // i8, i16, i32 here are field names, not type names.
109 vector long i32; // expected-warning {{deprecated}} member in struct:S
/external/llvm/unittests/IR/
H A DConstantsTest.cpp144 // bitcast i8* to i32*
154 // bitcast <4 x i8*> to <4 x i32*>
223 #define P0STR "ptrtoint (i32** @dummy to i32)"
224 #define P1STR "uitofp (i32 ptrtoint (i32** @dummy to i32) to float)"
225 #define P2STR "uitofp (i32 ptrtoint (i32** @dummy to i32) t
466 auto *i32 = Type::getInt32Ty(Context); local
[all...]

Completed in 569 milliseconds

123