/third_party/skia/third_party/externals/dng_sdk/source/ |
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()
|
H A D | dng_lens_correction.cpp | 1121 int32 xMin = INT_MAX; 1122 int32 xMax = INT_MIN; 1123 int32 yMin = INT_MAX; 1124 int32 yMax = INT_MIN; 1131 for (int32 c = dstArea.l; c < dstArea.r; c++) 1142 const int32 y = ConvertDoubleToInt32 (floor (src.v)); 1156 const int32 y = ConvertDoubleToInt32 (ceil (src.v)); 1166 for (int32 r = dstArea.t; r < dstArea.b; r++) 1177 const int32 x = ConvertDoubleToInt32 (floor (src.h)); 1191 const int32 [all...] |
H A D | dng_image_writer.cpp | 2025 for (int32 r = 0; r < info.fCFAPatternSize.v; r++) in mosaic_tag_set() 2028 for (int32 c = 0; c < info.fCFAPatternSize.h; c++) in mosaic_tag_set() 2828 inline void EncodeDeltaBytes (uint8 *bytePtr, int32 cols, int32 channels) in EncodeDeltaBytes() 2838 for (int32 col = 1; col < cols; col++) in EncodeDeltaBytes() 2864 for (int32 col = 1; col < cols; col++) in EncodeDeltaBytes() 2913 int32 cols, in EncodeFPDelta() 2914 int32 channels, in EncodeFPDelta() 2915 int32 bytesPerSample) in EncodeFPDelta() 2918 int32 rowIncremen in EncodeFPDelta() [all...] |
H A D | dng_gain_map.h | 123 real32 Interpolate (int32 row, 124 int32 col,
|
H A D | dng_string.h | 122 int32 *match_offset = NULL) const; 153 int32 Compare (const dng_string &s) const;
|
H A D | dng_filter_task.cpp | 101 int32 src_area_w; in Process() 102 int32 src_area_h; in Process()
|
H A D | dng_linearization_info.cpp | 215 int32 y = Round_int32 (x); in dng_linearize_plane() 289 int32 y = Round_int32 (x); in dng_linearize_plane() 428 int32 z = Round_int32 (y * 0x0FFFF * 256.0); in dng_linearize_plane() 461 int32 sStep = srcBuffer.fColStep; in Process() 462 int32 dStep = dstBuffer.fColStep; in Process() 664 const int32 *lut = fScale_buffer->Buffer_int32 (); in Process() 666 int32 b1 = 0; in Process() 673 const int32 *b2 = NULL; in Process() 700 int32 x = lut [*srcPtr] - b1; in Process() 733 int32 in Process() [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...] |
/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()
|
H A D | strutil.h | 352 PROTOBUF_EXPORT int32 strto32_adaptor(const char* nptr, char** endptr, 357 inline int32 strto32(const char *nptr, char **endptr, int base) { in strto32() 358 if (sizeof(int32) == sizeof(long)) in strto32() 396 PROTOBUF_EXPORT bool safe_strto32(const string& str, int32* value); 398 inline bool safe_strto32(const char* str, int32* value) { in safe_strto32() 401 inline bool safe_strto32(StringPiece str, int32* value) { in safe_strto32() 467 PROTOBUF_EXPORT char* FastInt32ToBuffer(int32 i, char* buffer); 509 PROTOBUF_EXPORT char* FastInt32ToBufferLeft(int32 i, char* buffer);
|
/base/hiviewdfx/hievent_lite/frameworks/ |
H A D | hiview_output_event.c | 85 static int32 g_retryFaultInitCount = 0; 86 static int32 g_retryUeInitCount = 0; 87 static int32 g_retryStatInitCount = 0; 400 if (ReadFromFile(f, buf, len) != (int32)len) { in ReadEventFile() 407 int32 EventContentFmt(char *outStr, int32 outStrLen, const uint8 *pEvent) in EventContentFmt() 415 int32 len; in EventContentFmt()
|
/third_party/protobuf/src/google/protobuf/ |
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...] |
H A D | wire_format_lite.cc | 338 void EncodeFixedSizeValue(int32 v, uint8* dest) { in EncodeFixedSizeValue() 392 void WireFormatLite::WriteSFixed32Array(const int32* a, int n, in WriteSFixed32Array() 394 WriteArray<int32>(a, n, output); in WriteSFixed32Array() 407 void WireFormatLite::WriteInt32(int field_number, int32 value, in WriteInt32() 427 void WireFormatLite::WriteSInt32(int field_number, int32 value, in WriteSInt32() 447 void WireFormatLite::WriteSFixed32(int field_number, int32 value, in WriteSFixed32() 674 size_t WireFormatLite::Int32Size(const RepeatedField<int32>& value) { in Int32Size() 682 size_t WireFormatLite::SInt32Size(const RepeatedField<int32>& value) { in SInt32Size() 693 size_t WireFormatLite::Int32Size(const RepeatedField<int32>& value) { in Int32Size() 711 size_t WireFormatLite::SInt32Size(const RepeatedField<int32> [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcShaderLibraryCase.cpp | 160 gl.uniform1iv(loc, 1, &val.elements[elemNdx].int32); in setUniformValue() 163 gl.uniform2iv(loc, 1, &val.elements[elemNdx].int32); in setUniformValue() 166 gl.uniform3iv(loc, 1, &val.elements[elemNdx].int32); in setUniformValue() 169 gl.uniform4iv(loc, 1, &val.elements[elemNdx].int32); in setUniformValue() 172 gl.uniform1iv(loc, 1, &val.elements[elemNdx].int32); in setUniformValue() 175 gl.uniform2iv(loc, 1, &val.elements[elemNdx].int32); in setUniformValue() 178 gl.uniform3iv(loc, 1, &val.elements[elemNdx].int32); in setUniformValue() 181 gl.uniform4iv(loc, 1, &val.elements[elemNdx].int32); in setUniformValue() 184 gl.uniform1uiv(loc, 1, (const deUint32*)&val.elements[elemNdx].int32); in setUniformValue() 187 gl.uniform2uiv(loc, 1, (const deUint32*)&val.elements[elemNdx].int32); in setUniformValue() [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_wlfc.h | 155 int32 idletime; /* Control for activity timeout */ 156 int32 idlecount; /* Activity timeout counter */ 157 int32 idleclock; /* How to set bus driver when idle */ 158 int32 sd_divisor; /* Speed control to bus driver */ 159 int32 sd_mode; /* Mode control to bus driver */ 160 int32 sd_rxchain; /* If bcmsdh api accepts PKT chains */ 174 int32 txinrx_thres; /* num of in-queued pkts */ 175 int32 dotxinrx; /* tx first in dhdsdio_readframes */
|
H A D | dhd_pno.h | 227 int32 wpa_auth; 292 int32 scan_fr; 303 int32 scan_fr; 362 int32 rssi; /* in db */ 409 int32 scan_fr; 435 int32 scan_fr;
|
/third_party/protobuf/ruby/tests/ |
H A D | common_tests.rb | 219 l = Google::Protobuf::RepeatedField.new(:int32) 221 l = Google::Protobuf::RepeatedField.new(:int32, [1, 2, 3]) 275 l4 = Google::Protobuf::RepeatedField.new(:int32) 360 l = Google::Protobuf::RepeatedField.new(:int32) 394 # :int32, :int64, :uint32, :uint64, :bool, :string, :bytes. 396 m = Google::Protobuf::Map.new(:string, :int32) 440 m = Google::Protobuf::Map.new(:string, :int32, 446 m = Google::Protobuf::Map.new(:int32, :int32) 456 m = Google::Protobuf::Map.new(:int64, :int32) [all...] |
/base/security/device_security_level/services/sa/lite/small/ |
H A D | dslm_service_feature.c | 27 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply); 68 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke()
|
/foundation/ability/ability_lite/frameworks/abilitymgr_lite/src/ |
H A D | ability_self_callback.cpp | 68 int32 AbilitySelfCallback::GenerateLocalServiceId()
in GenerateLocalServiceId() 91 int32 ret = GenerateLocalServiceId();
in RegisterAbilitySelfCallback()
|
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/ |
H A D | bundle_self_callback.cpp | 70 int32 BundleSelfCallback::GenerateLocalServiceId()
in GenerateLocalServiceId() 93 int32 ret = GenerateLocalServiceId();
in RegisterBundleSelfCallback()
|
/third_party/jerryscript/tests/unit-core/ |
H A D | test-number-to-int32.cpp | 92 #define TEST_CASE(num, int32) { num, int32 } in HWTEST_F()
|
/third_party/node/test/js-native-api/test_number/ |
H A D | test_null.c | 47 BINDING_FOR_CREATE(Int32, int32) in BINDING_FOR_CREATE() 51 BINDING_FOR_GET_VALUE(Int32, int32) in BINDING_FOR_CREATE()
|
/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/ |
H A D | area_code_map.cc | 68 const int32 current_prefix = storage_->GetPrefix(current_index); in Lookup() 80 int32 current_value = storage_->GetPrefix(current); in BinarySearch()
|