Home
last modified time | relevance | path

Searched defs:int32 (Results 1 – 25 of 90) sorted by relevance

1234

/third_party/optimized-routines/math/test/rtest/
Dtypes.h15 typedef int int32; typedef
19 typedef long int32; typedef
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_types.h43 typedef int32_t int32; typedef
56 typedef signed int int32; typedef
58 typedef signed long int32; typedef
/third_party/protobuf/python/google/protobuf/internal/
Dtest_proto3_optional.proto40 optional int32 bb = 1; field
52 optional int32 optional_int32 = 1; field
Dwire_format.py122 def Int32ByteSize(field_number, int32): argument
126 def Int32ByteSizeNoTag(int32): argument
143 def SInt32ByteSize(field_number, int32): argument
/third_party/protobuf/src/google/protobuf/
Dunittest_proto3_optional.proto43 optional int32 bb = 1; field
55 optional int32 optional_int32 = 1; field
/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DStructInNestedNS.go57 func CreateStructInNestedNS(builder *flatbuffers.Builder, a int32, b int32) flatbuffers.UOffsetT {
DTableInNestedNS.go73 func TableInNestedNSAddFoo(builder *flatbuffers.Builder, foo int32) {
/third_party/flatbuffers/ts/
Dutils.ts1 export const int32 = new Int32Array(2); constant
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dxdefs.h18 typedef unsigned int int32; typedef
/third_party/boost/libs/safe_numerics/example/
Dmotor_test1.c25 typedef int32_t int32; typedef
Dmotor_test2.c27 typedef int32_t int32; typedef
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
Dtrunc-not0.c1 typedef __INT32_TYPE__ int32; typedef
/third_party/flatbuffers/python/flatbuffers/
Dpacker.py34 int32 = struct.Struct("<i") variable
/third_party/mesa3d/src/gallium/drivers/svga/include/
Dsvga_types.h35 typedef int32_t int32; typedef
/third_party/cef/include/base/
Dcef_basictypes.h57 typedef int int32; typedef
/third_party/boost/libs/mpl/example/
Dinteger.cpp60 typedef integer<32>::type int32; typedef
/third_party/libphonenumber/tools/cpp/src/base/
Dbasictypes.h24 typedef int32_t int32; typedef
52 typedef int int32; typedef
/third_party/glib/gio/
Dgfileattribute-priv.h34 gint32 int32; member
Dgio-tool-set.c81 gint32 int32; in handle_set() local
/third_party/mindspore/mindspore/core/load_mindir/
Danf_model_parser.h28 using int32 = int32_t; variable
/third_party/node/test/parallel/
Dtest-buffer-bytelength.js56 const int32 = new Int32Array(8); constant
/third_party/boost/libs/config/test/
Dcstdint_test2.cpp68 static const boost::int32_t int32 = INT32_C(-2147483647); member
188 boost::int32_t int32 = INT32_C(-2147483647); in main() local
Dcstdint_test.cpp58 static const boost::int32_t int32 = INT32_C(-2147483647); member
178 boost::int32_t int32 = INT32_C(-2147483647); in main() local
/third_party/jerryscript/tests/unit-core/
Dtest-number-to-int32.c72 #define TEST_CASE(num, int32) { num, int32 } in main() argument
/third_party/skia/third_party/externals/tint/tools/src/lut/
Dlut.go238 func equal(a, b []int32) bool {

1234