Home
last modified time | relevance | path

Searched refs:sint64 (Results 1 – 25 of 81) sorted by relevance

1234

/external/python/cpython3/Modules/_ctypes/libffi_osx/
Dtypes.c57 FFI_INTEGRAL_TYPEDEF(sint64, 8, 8, FFI_TYPE_SINT64);
60 FFI_INTEGRAL_TYPEDEF(sint64, 8, 4, FFI_TYPE_SINT64);
65 FFI_INTEGRAL_TYPEDEF(sint64, 8, 8, FFI_TYPE_SINT64);
68 FFI_INTEGRAL_TYPEDEF(sint64, 8, 4, FFI_TYPE_SINT64);
71 FFI_INTEGRAL_TYPEDEF(sint64, 8, 8, FFI_TYPE_SINT64);
/external/python/cpython2/Modules/_ctypes/libffi_osx/
Dtypes.c57 FFI_INTEGRAL_TYPEDEF(sint64, 8, 8, FFI_TYPE_SINT64);
60 FFI_INTEGRAL_TYPEDEF(sint64, 8, 4, FFI_TYPE_SINT64);
65 FFI_INTEGRAL_TYPEDEF(sint64, 8, 8, FFI_TYPE_SINT64);
68 FFI_INTEGRAL_TYPEDEF(sint64, 8, 4, FFI_TYPE_SINT64);
71 FFI_INTEGRAL_TYPEDEF(sint64, 8, 8, FFI_TYPE_SINT64);
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
Dtypes.c59 FFI_INTEGRAL_TYPEDEF(sint64, 8, 4, FFI_TYPE_SINT64);
64 FFI_INTEGRAL_TYPEDEF(sint64, 8, 4, FFI_TYPE_SINT64);
69 FFI_INTEGRAL_TYPEDEF(sint64, 8, 8, FFI_TYPE_SINT64);
/external/python/cpython3/Modules/_ctypes/libffi_msvc/
Dtypes.c59 FFI_INTEGRAL_TYPEDEF(sint64, 8, 4, FFI_TYPE_SINT64);
64 FFI_INTEGRAL_TYPEDEF(sint64, 8, 4, FFI_TYPE_SINT64);
69 FFI_INTEGRAL_TYPEDEF(sint64, 8, 8, FFI_TYPE_SINT64);
/external/libprotobuf-mutator/src/
Dmutator_test_proto2.proto29 required sint64 required_sint64 = 8;
47 optional sint64 optional_sint64 = 25;
65 repeated sint64 repeated_sint64 = 42;
84 sint64 oneof_sint64 = 59;
Dmutator_test_proto3.proto25 sint64 optional_sint64 = 25;
43 repeated sint64 repeated_sint64 = 42;
62 sint64 oneof_sint64 = 59;
/external/protobuf/objectivec/Tests/
Dunittest_runtime_proto3.proto47 sint64 optional_sint64 = 6;
66 repeated sint64 repeated_sint64 = 36;
86 sint64 oneof_sint64 = 56;
107 map<sint64 , sint64 > map_sint64_sint64 = 75;
Dunittest_runtime_proto2.proto47 optional sint64 optional_sint64 = 6;
68 repeated sint64 repeated_sint64 = 36;
90 sint64 oneof_sint64 = 56 [default = 105];
114 map<sint64 , sint64 > map_sint64_sint64 = 75;
/external/protobuf/js/
Dtestbinary.proto47 optional sint64 optional_sint64 = 6;
70 repeated sint64 repeated_sint64 = 36;
94 repeated sint64 packed_repeated_sint64 = 66 [packed=true];
140 optional sint64 extend_optional_sint64 = 6;
157 repeated sint64 extend_repeated_sint64 = 36;
174 repeated sint64 extend_packed_repeated_sint64 = 66 [packed=true];
/external/webrtc/webrtc/base/
Dmacconversion.cc72 SInt64 sint64; in p_convertCFNumberToInt() local
73 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint64)); in p_convertCFNumberToInt()
74 if (converted) *i = static_cast<int>(sint64); in p_convertCFNumberToInt()
/external/tensorflow/tensorflow/contrib/proto/python/kernel_tests/
Dtest_example.proto44 repeated sint64 sint64_value = 18;
63 optional sint64 sint64_value_with_default = 34 [default = 13];
89 repeated sint64 sint64_value = 18 [packed = true];
107 optional sint64 sint64_value_with_default = 34 [default = 13];
125 optional sint64 sint64_value = 18;
/external/grpc-grpc/third_party/nanopb/tests/intsizes/
Dintsizes_unittests.c15 int64, uint64, sint64, expected_result) \ argument
33 msg1.req_sint64 = sint64; \
57 TEST( (int64_t)msg2.req_sint64 == sint64); \
/external/nanopb-c/tests/intsizes/
Dintsizes_unittests.c15 int64, uint64, sint64, expected_result) \ argument
33 msg1.req_sint64 = sint64; \
57 TEST( (int64_t)msg2.req_sint64 == sint64); \
/external/protobuf/src/google/protobuf/
Dmap_lite_unittest.proto47 map<sint64 , sint64 > map_sint64_sint64 = 6;
68 map<sint64 , sint64 > map_sint64_sint64 = 6;
Dunittest_lite.proto64 optional sint64 optional_sint64 = 6;
103 repeated sint64 repeated_sint64 = 36;
138 optional sint64 default_sint64 = 66 [default = 46 ];
184 repeated sint64 packed_sint64 = 95 [packed = true];
206 optional sint64 optional_sint64_extension_lite = 6;
248 repeated sint64 repeated_sint64_extension_lite = 36;
287 optional sint64 default_sint64_extension_lite = 66 [default = 46 ];
326 repeated sint64 packed_sint64_extension_lite = 95 [packed = true];
Dmap_unittest.proto50 map<sint64 , sint64 > map_sint64_sint64 = 6;
97 map<sint64 , sint64 > map_sint64_sint64 = 6;
/external/golang-protobuf/proto/test_proto/
Dtest.proto100 required sint64 F_Sint64_required = 103;
117 repeated sint64 F_Sint64_repeated = 203;
134 optional sint64 F_Sint64_optional = 303;
151 optional sint64 F_Sint64_defaulted = 403 [default = -64];
166 repeated sint64 F_Sint64_repeated_packed = 503 [packed=true];
336 optional sint64 no_default_sint64 = 108;
353 optional sint64 default_sint64 = 208 [default = 47];
458 optional sint64 F_Sint64 = 13 [default=-64];
517 map<sint64, FloatingPoint> msg_mapping = 2;
536 sint64 F_Sint64 = 13;
/external/nanopb-c/tests/field_size_32/
Dalltypes.proto44 required sint64 req_sint64 = 6;
67 repeated sint64 rep_sint64 = 26;
90 optional sint64 opt_sint64 = 10046 [default = 4046];
/external/nanopb-c/tests/field_size_16/
Dalltypes.proto44 required sint64 req_sint64 = 6;
67 repeated sint64 rep_sint64 = 26;
90 optional sint64 opt_sint64 = 10046 [default = 4046];
/external/grpc-grpc/third_party/nanopb/tests/backwards_compatibility/
Dalltypes_legacy.proto44 required sint64 req_sint64 = 6;
66 repeated sint64 rep_sint64 = 26 [packed = true];
87 optional sint64 opt_sint64 = 46 [default = 4046];
/external/grpc-grpc/third_party/nanopb/tests/field_size_32/
Dalltypes.proto44 required sint64 req_sint64 = 6;
67 repeated sint64 rep_sint64 = 26;
89 optional sint64 opt_sint64 = 10046 [default = 4046];
/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
Dunittest_reference_types_nano.proto24 optional sint64 optional_sint64 = 6;
52 repeated sint64 repeated_sint64 = 36;
86 optional sint64 default_sint64 = 66 [default = 46 ];
/external/grpc-grpc/third_party/nanopb/tests/field_size_16/
Dalltypes.proto44 required sint64 req_sint64 = 6;
67 repeated sint64 rep_sint64 = 26;
89 optional sint64 opt_sint64 = 10046 [default = 4046];
/external/nanopb-c/tests/backwards_compatibility/
Dalltypes_legacy.proto44 required sint64 req_sint64 = 6;
66 repeated sint64 rep_sint64 = 26 [packed = true];
87 optional sint64 opt_sint64 = 46 [default = 4046];
/external/grpc-grpc/third_party/nanopb/tests/alltypes/
Dalltypes.proto45 required sint64 req_sint64 = 6;
68 repeated sint64 rep_sint64 = 26 [packed = true];
90 optional sint64 opt_sint64 = 46 [default = 4046];

1234