Searched defs:int32 (Results 1 - 25 of 47) sorted by relevance

12

/external/swiftshader/third_party/subzero/crosstest/
H A Dxdefs.h18 typedef unsigned int int32; typedef
/external/libtextclassifier/util/base/
H A Dintegral_types.h30 typedef int int32; typedef in namespace:libtextclassifier2
37 // and it should always be the signed version of whatever int32 is.)
52 static_assert(sizeof(int32) == 4, "wrong size");
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
H A Dmkvmuxertypes.h15 typedef int int32; typedef in namespace:mkvmuxer
/external/tensorflow/tensorflow/core/platform/default/
H A Dintegral_types.h26 typedef int int32; typedef in namespace:tensorflow
/external/tensorflow/tensorflow/examples/adding_an_op/
H A Dzero_out_op_kernel_2.cc105 REGISTER_KERNEL(int32); variable
/external/dng_sdk/source/
H A Ddng_types.h43 typedef int32_t int32; typedef
56 typedef signed int int32; typedef
58 typedef signed long int32; typedef
/external/flatbuffers/python/flatbuffers/
H A Dpacker.py34 int32 = struct.Struct("<i") variable
41 soffset = int32
/external/google-breakpad/src/common/dwarf/
H A Dtypes.h40 typedef int int32; typedef
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_types.h35 typedef int32_t int32; typedef
/external/gflags/android/gflags/
H A Dgflags_declare.h89 typedef int32_t int32; typedef in namespace:GFLAGS_NAMESPACE
94 typedef int32_t int32;
99 typedef __int32 int32;
130 DECLARE_VARIABLE(::GFLAGS_NAMESPACE::int32, I, name)
/external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
H A Dgflags_declare.h80 typedef int32_t int32; typedef in namespace:GFLAGS_NAMESPACE
85 typedef int32_t int32;
90 typedef __int32 int32;
121 DECLARE_VARIABLE(::GFLAGS_NAMESPACE::int32, I, name)
/external/libyuv/files/third_party/gflags/gen/win/include/gflags/
H A Dgflags_declare.h80 typedef int32_t int32;
85 typedef int32_t int32; typedef in namespace:GFLAGS_NAMESPACE
90 typedef __int32 int32; typedef in namespace:GFLAGS_NAMESPACE
121 DECLARE_VARIABLE(::GFLAGS_NAMESPACE::int32, I, name)
/external/syslinux/gpxe/src/include/
H A Dstdint.h31 typedef int32_t int32; typedef
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Dbasic_types.h59 typedef int int32; typedef
/external/libyuv/files/include/libyuv/
H A Dbasic_types.h59 typedef int int32; typedef
/external/vulkan-validation-layers/libs/glm/detail/
H A Dtype_int.hpp44 typedef std::int32_t int32; typedef in namespace:glm::detail
71 typedef signed int int32;
91 typedef detail::int32 int32; typedef in namespace:glm
180 GLM_STATIC_ASSERT(sizeof(glm::int32) == 4, "int32 size isn't 4 bytes on this platform");
/external/google-breakpad/src/third_party/linux/include/gflags/
H A Dgflags.h97 typedef int32_t int32; typedef in namespace:google
102 typedef int32_t int32;
107 typedef __int32 int32;
131 // static bool ValidatePort(const char* flagname, int32 value) {
145 bool RegisterFlagValidator(const int32* flag,
146 bool (*validate_fn)(const char*, int32));
170 std::string type; // the type of the flag: int32, etc
309 // (e.g., not a number for an int32 flag), abort with an error.
314 extern int32 Int32FromEnv(const char *varname, int32 defva
[all...]
/external/libpcap/bpf/net/
H A Dbpf_filter.c84 #define int32 bpf_int32 macro
587 A = (u_int32)(-(int32)A);
/external/libpcap/
H A Dbpf_filter.c84 #define int32 bpf_int32 macro
587 A = (u_int32)(-(int32)A);
/external/libpcap/net/
H A Dbpf_filter.c84 #define int32 bpf_int32 macro
587 A = (u_int32)(-(int32)A);
/external/neven/Embedded/common/src/b_BasicEm/
H A DBasic.h59 typedef signed int int32; typedef
63 typedef signed long int32; typedef
67 typedef signed int int32; typedef
/external/piex/src/binary_parse/
H A Drange_checked_byte_ptr.h34 typedef int int32; typedef in namespace:piex::binary_parse
454 // int32 val2 = Get32s(input + 2, false, &status);
463 int32 Get32s(const RangeCheckedBytePtr &input, const bool big_endian,
/external/protobuf/src/google/protobuf/stubs/
H A Dtype_traits_unittest.cc43 typedef int int32; typedef
590 EXPECT_TRUE((is_same<int32, int32>::value));
591 EXPECT_FALSE((is_same<int32, int64>::value));
592 EXPECT_FALSE((is_same<int64, int32>::value));
/external/deqp/external/openglcts/modules/common/
H A DglcShaderLibraryCase.hpp78 deInt32 int32; member in union:deqp::sl::ShaderCase::Value::Element
/external/deqp/framework/opengl/
H A DgluShaderLibrary.hpp65 deInt32 int32; member in union:glu::sl::Value::Element

Completed in 912 milliseconds

12