Home
last modified time | relevance | path

Searched defs:i32 (Results 1 – 25 of 63) sorted by relevance

123

/external/icu/icu4c/source/common/
Dresource.h50 ResourceArray(const uint16_t *i16, const uint32_t *i32, int32_t len) : in ResourceArray()
83 const uint16_t *i16, const uint32_t *i32, int32_t len) : in ResourceTable()
/external/flatbuffers/tests/namespace_test/
Dnamespace_test1_generated.rs141 pub fn new<'a>(_a: i32, _b: i32) -> Self { in new()
148 pub fn a<'a>(&'a self) -> i32 { in a()
151 pub fn b<'a>(&'a self) -> i32 { in b()
192 pub fn foo(&self) -> i32 { in foo()
214 pub fn add_foo(&mut self, foo: i32) { in add_foo()
/external/v8/src/builtins/
Dbuiltins-sharedarraybuffer-gen.cc152 Label i8(this), u8(this), i16(this), u16(this), i32(this), u32(this), in TF_BUILTIN() local
276 Label i8(this), u8(this), i16(this), u16(this), i32(this), u32(this), in TF_BUILTIN() local
354 Label i8(this), u8(this), i16(this), u16(this), i32(this), u32(this), in TF_BUILTIN() local
451 Label i8(this), u8(this), i16(this), u16(this), i32(this), u32(this), in BINOP_BUILTIN() local
/external/libyuv/files/unit_test/
Dbasictypes_test.cc31 int32 i32 = -1; in TEST_F() local
/external/flatbuffers/tests/MyGame/Example/
DTypeAliases.java25 public int i32() { int o = __offset(12); return o != 0 ? bb.getInt(o + bb_pos) : 0; } in i32() method in TypeAliases
26 …public boolean mutateI32(int i32) { int o = __offset(12); if (o != 0) { bb.putInt(o + bb_pos, i32)… in mutateI32()
53 int i32, in createTypeAliases()
82 public static void addI32(FlatBufferBuilder builder, int i32) { builder.addInt(4, i32, 0); } in addI32()
DTypeAliases.php191 …public static function createTypeAliases(FlatBufferBuilder $builder, $i8, $u8, $i16, $u16, $i32, $…
255 public static function addI32(FlatBufferBuilder $builder, $i32)
DTypeAliases.py140 def TypeAliasesAddI32(builder, i32): builder.PrependInt32Slot(4, i32, 0) argument
/external/clang/test/Sema/
Dformat-strings-ms.c11 void non_iso_warning_test(__int32 i32, __int64 i64, wchar_t c, void *p) { in non_iso_warning_test()
Datomic-ops.c50 int i32; variable
Dcompare.c239 int test2(int i32) { in test2()
/external/deqp-deps/SPIRV-Tools/source/
Dtext.h38 int32_t i32; member
/external/swiftshader/third_party/SPIRV-Tools/source/
Dtext.h38 int32_t i32; member
/external/icu/icu4c/source/test/iotest/
Diotest.cpp216 int32_t i32; in DataDrivenPrintf() local
381 int32_t i32, expected32; in DataDrivenScanf() local
585 int32_t i32; in DataDrivenPrintfPrecision() local
Dstrtst.c752 int32_t i32 = -1, actual_count, actual_result; in TestCount() local
/external/libopus/silk/
Dresampler_structs.h41 opus_int32 i32[ SILK_RESAMPLER_MAX_FIR_ORDER ]; member
/external/clang/test/CodeGen/
Dbuiltins-mips.c6 typedef int i32; typedef
/external/clang/test/Parser/
Daltivec.c104 typedef int i32; typedef
109 vector long i32; // expected-warning {{deprecated}} member
/external/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc115 StatusOr<int32> i32 = data.ToInt32(); in WriteInt32() local
125 StatusOr<int32> i32 = data.ToInt32(); in WriteSFixed32() local
135 StatusOr<int32> i32 = data.ToInt32(); in WriteSInt32() local
/external/webrtc/webrtc/common_audio/signal_processing/include/
Dspl_inl_mips.h131 int i32 = 32; in WebRtcSpl_GetSizeInBits() local
/external/tensorflow/tensorflow/core/lib/strings/
Dstrcat.h103 AlphaNum(int i32) // NOLINT(runtime/explicit) in AlphaNum()
/external/icu/icu4c/source/test/intltest/
Dwinnmtst.cpp240 int32_t i32 = randomInt32(); in testLocale() local
/external/flatbuffers/rust/flatbuffers/src/
Dvector.rs81 impl super::SafeSliceAccess for i32 {} implementation
/external/golang-protobuf/jsonpb/jsonpb_test_proto/
Dtest_objects.proto151 optional google.protobuf.Int32Value i32 = 7; field
/external/protobuf/src/google/protobuf/util/internal/testdata/
Dbooks.proto97 optional int32 i32 = 3; field
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DAPIntTest.cpp1822 APInt i32(32, 0x1234567); in TEST() local
2025 APInt i32(32, 0); in TEST() local
2063 APInt i32(32, 0xfa); in TEST() local
2072 APInt i32(32, 0xfa); in TEST() local

123