/third_party/libphonenumber/tools/cpp/src/cpp-build/ |
H A D | generate_geocoding_data.cc | 149 bool StrToInt(const string& s, int32* n) { in StrToInt() 157 bool IntToStr(int32 n, string* s) { in IntToStr() 168 absl::btree_map<int32, string>* prefixes) { in ParsePrefixes() 179 int32 prefix_code; in ParsePrefixes() 449 bool WriteCountryLanguages(const map<int32, set<string> >& languages, in WriteCountryLanguages() 453 for (map<int32, set<string> >::const_iterator it = languages.begin(); in WriteCountryLanguages() 572 map<int32, set<string> > country_languages; in WriteSource() 596 int32 country_code; in WriteSource() 603 absl::btree_map<int32, string> prefixes; in WriteSource()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_bad_pixels.h | 86 bool IsGreen (int32 row, int32 col) const in IsGreen() 285 bool IsGreen (int32 row, int32 col) const in IsGreen()
|
H A D | dng_lossless_jpeg.h | 61 int32 srcRowStep, 62 int32 srcColStep,
|
H A D | dng_stream.cpp | 828 int32 dng_stream::TagValue_int32 (uint32 tagType) in TagValue_int32() 835 return (int32) Get_int8 (); in TagValue_int32() 838 return (int32) Get_int16 (); in TagValue_int32() 895 int32 n = Get_int32 (); in TagValue_urational() 896 int32 d = Get_int32 (); in TagValue_urational() 935 int32 n = TagValue_int32 (tagType); in TagValue_urational() 1078 int32 n = Get_int32 (); in TagValue_real64() 1079 int32 d = Get_int32 (); in TagValue_real64()
|
H A D | dng_read_image.h | 35 int32 dstCount); 59 int32 MapRow (int32 row) const;
|
H A D | dng_1d_table.h | 78 int32 index = (int32) y; in Interpolate()
|
H A D | dng_stream.h | 401 int32 Get_int32 () in Get_int32() 403 return (int32) Get_uint32 (); in Get_int32() 410 void Put_int32 (int32 x) in Put_int32() 519 int32 TagValue_int32 (uint32 tagType);
|
H A D | dng_xmp.h | 173 int32 &x) const; 177 int32 x, 286 int32 itemNumber, 295 int32 CountArrayItems (const char *ns,
|
H A D | dng_rational.cpp | 35 void dng_srational::Set_real64 (real64 x, int32 dd) in Set_real64() 73 void dng_srational::ReduceByFactor (int32 factor) in ReduceByFactor()
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | datapiece.h | 52 // For primitive types (int32, int64, uint32, uint64, double, float, bool), 78 explicit DataPiece(const int32 value) in DataPiece() 127 // Parses, casts or converts the value stored in the DataPiece into an int32. 128 util::StatusOr<int32> ToInt32() const; 164 DataPiece(Type type, int32 val) in DataPiece() 176 // int32, int64, uint32, uint64, double, float and bool 181 // int32, int64, uint32, uint64, double, float and bool 199 int32 i32_;
|
/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor.pb.h | 715 // repeated int32 public_dependency = 10; 722 ::PROTOBUF_NAMESPACE_ID::int32 _internal_public_dependency(int index) const; 723 const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 >& 725 void _internal_add_public_dependency(::PROTOBUF_NAMESPACE_ID::int32 value); 726 ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 >* 729 ::PROTOBUF_NAMESPACE_ID::int32 public_dependency(int index) const; 730 void set_public_dependency(int index, ::PROTOBUF_NAMESPACE_ID::int32 value); 731 void add_public_dependency(::PROTOBUF_NAMESPACE_ID::int32 value); 732 const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 >& 734 ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 >* [all...] |
H A D | type.pb.h | 106 Field_Kind_Field_Kind_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::PROTOBUF_NAMESPACE_ID::int32>::min(), 107 Field_Kind_Field_Kind_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::PROTOBUF_NAMESPACE_ID::int32>::max() 133 Field_Cardinality_Field_Cardinality_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::PROTOBUF_NAMESPACE_ID::int32>::min(), 134 Field_Cardinality_Field_Cardinality_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::PROTOBUF_NAMESPACE_ID::int32>::max() 158 Syntax_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::PROTOBUF_NAMESPACE_ID::int32>::min(), 159 Syntax_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::PROTOBUF_NAMESPACE_ID::int32>::max() 745 // int32 number = 3; 747 ::PROTOBUF_NAMESPACE_ID::int32 number() const; 748 void set_number(::PROTOBUF_NAMESPACE_ID::int32 value); 750 ::PROTOBUF_NAMESPACE_ID::int32 _internal_numbe [all...] |
H A D | generated_message_util.cc | 121 typedef int32 Type; 123 WireFormatLite::WriteInt32NoTag(Get<int32>(ptr), output); in Serialize() 132 typedef int32 Type; 134 WireFormatLite::WriteSInt32NoTag(Get<int32>(ptr), output); in Serialize() 212 typedef int32 Type; 311 int32 cached_size, in SerializeMessageDispatch() 320 int32 cached_size, ArrayOutput* output) { in SerializeMessageDispatch() 341 int cached_size = *reinterpret_cast<const int32*>(base + field_table->offset); in SerializeMessageTo() 361 int cached_size = *reinterpret_cast<const int32*>(base + field_table->offset); in SerializeGroupTo() 621 int32 num_field in SerializeInternal() [all...] |
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/ |
H A D | bundlems_client.cpp | 26 int32 BundleMsClient::SendReply(int32 result) in SendReply()
|
/kernel/linux/linux-5.10/arch/arm/nwfpe/ |
H A D | softfloat.c | 70 static int32 roundAndPackInt32( struct roundingData *roundData, flag zSign, bits64 absZ ) in roundAndPackInt32() 75 int32 z; in roundAndPackInt32() 483 INLINE int32 extractFloatx80Exp( floatx80 a ) in extractFloatx80Exp() 512 normalizeFloatx80Subnormal( bits64 aSig, int32 *zExpPtr, bits64 *zSigPtr ) in normalizeFloatx80Subnormal() 528 INLINE floatx80 packFloatx80( flag zSign, int32 zExp, bits64 zSig ) in packFloatx80() 566 struct roundingData *roundData, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1 in roundAndPackFloatx80() 735 struct roundingData *roundData, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1 in normalizeRoundAndPackFloatx80() 762 float32 int32_to_float32(struct roundingData *roundData, int32 a) in int32_to_float32() 780 float64 int32_to_float64( int32 a ) in int32_to_float64() 806 floatx80 int32_to_floatx80( int32 [all...] |
/kernel/linux/linux-6.6/arch/arm/nwfpe/ |
H A D | softfloat.c | 70 static int32 roundAndPackInt32( struct roundingData *roundData, flag zSign, bits64 absZ ) in roundAndPackInt32() 75 int32 z; in roundAndPackInt32() 483 INLINE int32 extractFloatx80Exp( floatx80 a ) in extractFloatx80Exp() 512 normalizeFloatx80Subnormal( bits64 aSig, int32 *zExpPtr, bits64 *zSigPtr ) in normalizeFloatx80Subnormal() 528 INLINE floatx80 packFloatx80( flag zSign, int32 zExp, bits64 zSig ) in packFloatx80() 566 struct roundingData *roundData, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1 in roundAndPackFloatx80() 735 struct roundingData *roundData, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1 in normalizeRoundAndPackFloatx80() 762 float32 int32_to_float32(struct roundingData *roundData, int32 a) in int32_to_float32() 780 float64 int32_to_float64( int32 a ) in int32_to_float64() 806 floatx80 int32_to_floatx80( int32 [all...] |
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | plugin.pb.h | 260 // optional int32 major = 1; 266 ::PROTOBUF_NAMESPACE_ID::int32 major() const; 267 void set_major(::PROTOBUF_NAMESPACE_ID::int32 value); 269 ::PROTOBUF_NAMESPACE_ID::int32 _internal_major() const; 270 void _internal_set_major(::PROTOBUF_NAMESPACE_ID::int32 value); 273 // optional int32 minor = 2; 279 ::PROTOBUF_NAMESPACE_ID::int32 minor() const; 280 void set_minor(::PROTOBUF_NAMESPACE_ID::int32 value); 282 ::PROTOBUF_NAMESPACE_ID::int32 _internal_minor() const; 283 void _internal_set_minor(::PROTOBUF_NAMESPACE_ID::int32 valu [all...] |
/foundation/systemabilitymgr/samgr_lite/interfaces/kits/registry/ |
H A D | iproxy_server.h | 74 int32 (*Invoke)(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply)
106 int32 (*Invoke)(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply);
|
/foundation/systemabilitymgr/samgr_lite/samgr/source/ |
H A D | message_inner.h | 47 int32 SAMGR_MsgRecv(MQueueId queueId, uint8 *interMsg, uint32 size);
56 int32 SAMGR_FreeMsg(Exchange *exchange);
|
H A D | task_manager.h | 48 int32 SAMGR_StartTaskPool(TaskPool *pool, const char *name);
49 int32 SAMGR_ReleaseTaskPool(TaskPool *pool);
|
/third_party/protobuf/ruby/compatibility_tests/v3.0.0/tests/ |
H A D | basic.rb | 25 optional :optional_int32, :int32, 1 37 repeated :repeated_int32, :int32, 12 50 optional :foo, :int32, 1 68 optional :dup, :int32, 1 69 optional :class, :int32, 2 73 map :map_string_int32, :string, :int32, 1 82 optional :value, :int32, 2 92 optional :b, :int32, 2 305 l = Google::Protobuf::RepeatedField.new(:int32) 307 l = Google::Protobuf::RepeatedField.new(:int32, [ [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
H A D | svga3d_cmd.h | 789 int32 indexBias; 845 int32 baseVertexLocation; // Bias applied to the index when selecting a 1378 int32 alphaOffsetX; 1379 int32 alphaOffsetY; 1450 int32 xRoot; 1451 int32 yRoot; 1470 int32 value[4]; 2144 int32 xRoot; 2145 int32 yRoot;
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jidctflt-sse.asm | 453 cvtps2pi mm0, xmm6 ; round to int32, mm0=data0L=(00 10) 454 cvtps2pi mm1, xmm7 ; round to int32, mm1=data1L=(01 11) 455 cvtps2pi mm2, xmm3 ; round to int32, mm2=data0H=(20 30) 456 cvtps2pi mm3, xmm1 ; round to int32, mm3=data1H=(21 31) 462 cvtps2pi mm4, xmm5 ; round to int32, mm4=data7L=(07 17) 463 cvtps2pi mm5, xmm0 ; round to int32, mm5=data6L=(06 16) 464 cvtps2pi mm6, xmm6 ; round to int32, mm6=data7H=(27 37) 465 cvtps2pi mm7, xmm7 ; round to int32, mm7=data6H=(26 36) 492 cvtps2pi mm2, xmm3 ; round to int32, mm2=data2L=(02 12) 493 cvtps2pi mm3, xmm1 ; round to int32, mm [all...] |
/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/ |
H A D | SendShareRequestTest.cpp | 39 int32 (*SAMGR_SendSharedDirectRequestProxy)(const Identity *id, const Request *req, const Response *resp, 68 static int32 SAMGR_SendSharedDirectRequestProxy(const Identity *id, const Request *req, const Response *resp, in SAMGR_SendSharedDirectRequestProxy() 160 int32 returnCode; in FEATURE_OnMessage02() 195 int32 returnCode; in FEATURE_OnMessage03() 432 int32 result = demoApi->SAMGR_SendSharedDirectRequestProxy(&feature->identity, &request, &response, in HWTEST_F()
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | time.cc | 133 string FormatNanos(int32 nanos) { in FormatNanos() 170 const char* ParseNanos(const char* data, int32* nanos) { in ParseNanos() 264 void GetCurrentTime(int64* seconds, int32* nanos) { in GetCurrentTime() 271 string FormatTime(int64 seconds, int32 nanos) { in FormatTime() 285 bool ParseTime(const string& value, int64* seconds, int32* nanos) { in ParseTime()
|