Home
last modified time | relevance | path

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

123456

/external/arm-optimized-routines/test/rtest/
Dtypes.h15 typedef int int32; typedef
19 typedef long int32; typedef
/external/dng_sdk/source/
Ddng_types.h43 typedef int32_t int32; typedef
56 typedef signed int int32; typedef
58 typedef signed long int32; typedef
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DStructInNestedNS.go36 func CreateStructInNestedNS(builder *flatbuffers.Builder, a int32, b int32) flatbuffers.UOffsetT {
DTableInNestedNS.go44 func TableInNestedNSAddFoo(builder *flatbuffers.Builder, foo int32) {
/external/syzkaller/vendor/golang.org/x/net/idna/
Dpunycode.go179 func encodeDigit(digit int32) byte {
190 func adapt(delta, numPoints int32, firstTime bool) int32 {
/external/libyuv/files/third_party/gflags/gen/win/include/gflags/
Dgflags_declare.h85 typedef int32_t int32; typedef
90 typedef __int32 int32; typedef
/external/perf_data_converter/src/compat/
Dint_compat.h36 using int32 = ::google::protobuf::int32; variable
/external/swiftshader/third_party/subzero/crosstest/
Dxdefs.h18 typedef unsigned int int32; typedef
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxertypes.h15 typedef int int32; typedef
/external/libtextclassifier/lang_id/common/lite_base/
Dintegral-types.h29 typedef int int32; typedef
/external/libtextclassifier/utils/base/
Dintegral_types.h30 typedef int int32; typedef
/external/tensorflow/tensorflow/core/platform/default/
Dintegral_types.h26 typedef int int32; typedef
/external/libaom/libaom/third_party/libwebm/mkvmuxer/
Dmkvmuxertypes.h15 typedef int int32; typedef
/external/tensorflow/tensorflow/core/kernels/
Dreduce_join_op.cc50 int64 output_index, const gtl::InlinedVector<int32, 8>& dim_list, in LinearSubIndexToFullIndex()
65 int64 GetReductionIterSize(const gtl::InlinedVector<int32, 8>& reduced_indices, in GetReductionIterSize()
93 gtl::InlinedVector<int32, 8>* unreduced_indices) { in MakeUnreducedIndices()
/external/google-breakpad/src/common/dwarf/
Dtypes.h40 typedef int int32; typedef
/external/boringssl/src/ssl/test/runner/ed25519/internal/edwards25519/
Dedwards25519.go63 func FeCMove(f, g *FieldElement, b int32) {
932 func equal(b, c int32) int32 {
939 func negative(b int32) int32 {
943 func PreComputedGroupElementCMove(t, u *PreComputedGroupElement, b int32) {
949 func selectPoint(t *PreComputedGroupElement, pos int32, b int32) {
/external/protobuf/python/google/protobuf/internal/
Dwire_format.py122 def Int32ByteSize(field_number, int32): argument
126 def Int32ByteSizeNoTag(int32): argument
143 def SInt32ByteSize(field_number, int32): argument
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga_types.h35 typedef int32_t int32; typedef
/external/flatbuffers/python/flatbuffers/
Dpacker.py34 int32 = struct.Struct("<i") variable
/external/grpc-grpc/third_party/nanopb/tests/intsizes/
Dintsizes_unittests.c14 int32, uint32, sint32, \ argument
/external/nanopb-c/tests/intsizes/
Dintsizes_unittests.c14 int32, uint32, sint32, \ argument
/external/golang-protobuf/proto/
Dlib.go414 func Int32(v int32) *int32 {
465 func EnumName(m map[int32]string, v int32) string {
479 func UnmarshalJSONEnum(m map[string]int32, data []byte, enumName string) (int32, error) {
/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dlib.go376 func Int32(v int32) *int32 {
427 func EnumName(m map[int32]string, v int32) string {
441 func UnmarshalJSONEnum(m map[string]int32, data []byte, enumName string) (int32, error) {
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dbasic_types.h35 typedef int32_t int32; typedef
/external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
Dgflags_declare.h80 typedef int32_t int32; typedef

123456