Home
last modified time | relevance | path

Searched refs:int32 (Results 1 - 25 of 437) sorted by relevance

12345678910>>...18

/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_reference.h47 int32 rowStep,
48 int32 colStep,
49 int32 planeStep);
56 int32 rowStep,
57 int32 colStep,
58 int32 planeStep);
65 int32 rowStep,
66 int32 colStep,
67 int32 planeStep);
76 int32 sRowSte
[all...]
H A Ddng_bottlenecks.h58 int32 rowStep,
59 int32 colStep,
60 int32 planeStep);
68 int32 rowStep,
69 int32 colStep,
70 int32 planeStep);
78 int32 rowStep,
79 int32 colStep,
80 int32 planeStep);
90 int32 sRowSte
[all...]
H A Ddng_pixel_buffer.h41 int32 &sStep0,
42 int32 &sStep1,
43 int32 &sStep2,
44 int32 &dStep0,
45 int32 &dStep1,
46 int32 &dStep2);
53 int32 &sStep0,
54 int32 &sStep1,
55 int32 &sStep2);
62 int32
[all...]
H A Ddng_bad_pixels.cpp168 for (int32 dstRow = dstArea.t; dstRow < dstArea.b; dstRow++) in ProcessArea()
174 for (int32 dstCol = dstArea.l; dstCol < dstArea.r; dstCol++) in ProcessArea()
392 for (int32 j = index - 1; j >= 0; j--) in IsPointIsolated()
397 if (pt2.v < pt.v - (int32) radius) in IsPointIsolated()
416 if (pt2.v > pt.v + (int32) radius) in IsPointIsolated()
507 for (int32 j = index - 1; j >= 0; j--) in IsPointValid()
742 int32 padding = 0; in SrcArea()
837 int32 b01 = p0 [1]; in FixIsolatedPixel()
838 int32 g02 = p0 [2]; in FixIsolatedPixel()
839 int32 b0 in FixIsolatedPixel()
[all...]
H A Ddng_lossless_jpeg.cpp106 int32 maxcode[18];
108 int32 numbits[256];
109 int32 value[256];
123 int32 l; in FixHuffTbl()
124 int32 i; in FixHuffTbl()
143 int32 p = 0; in FixHuffTbl()
148 for (i = 1; i <= (int32) htbl->bits [l]; i++) in FixHuffTbl()
155 int32 lastp = p; in FixHuffTbl()
164 int32 si = huffsize [0]; in FixHuffTbl()
171 while (((int32) huffsiz in FixHuffTbl()
[all...]
H A Ddng_reference.cpp89 int32 rowStep, in RefSetArea8()
90 int32 colStep, in RefSetArea8()
91 int32 planeStep) in RefSetArea8()
130 int32 rowStep, in RefSetArea16()
131 int32 colStep, in RefSetArea16()
132 int32 planeStep) in RefSetArea16()
171 int32 rowStep, in RefSetArea32()
172 int32 colStep, in RefSetArea32()
173 int32 planeStep) in RefSetArea32()
212 int32 sRowSte in RefCopyArea8()
[all...]
H A Ddng_tile_iterator.h35 int32 fTileWidth;
36 int32 fTileHeight;
38 int32 fTileTop;
39 int32 fTileLeft;
41 int32 fRowLeft;
43 int32 fLeftPage;
44 int32 fRightPage;
46 int32 fTopPage;
47 int32 fBottomPage;
49 int32 fHorizontalPag
[all...]
H A Ddng_pixel_buffer.cpp30 bool SafeUint32ToInt32Mult(uint32 arg1, uint32 arg2, int32 *result) { in SafeUint32ToInt32Mult()
47 int32 &sStep0, in OptimizeOrder()
48 int32 &sStep1, in OptimizeOrder()
49 int32 &sStep2, in OptimizeOrder()
50 int32 &dStep0, in OptimizeOrder()
51 int32 &dStep1, in OptimizeOrder()
52 int32 &dStep2) in OptimizeOrder()
76 (((const uint8 *) sPtr) + (int32)(count0 - 1) * sStep0 * (int32)sPixelSize); in OptimizeOrder()
79 (((uint8 *) dPtr) + (int32)(count in OptimizeOrder()
[all...]
H A Ddng_utils.h39 inline uint32 Abs_int32 (int32 x) in Abs_int32()
60 inline int32 Min_int32 (int32 x, int32 y) in Min_int32()
67 inline int32 Max_int32 (int32 x, int32 y) in Max_int32()
74 inline int32 Pin_int32 (int32 min, int32
[all...]
H A Ddng_resample.h77 int32 fOrigin;
87 void Initialize (int32 srcOrigin,
88 int32 dstOrigin,
93 const int32 * Coords (int32 index) const in Coords()
98 const int32 Pixel (int32 index) const in Pixel()
139 int32 Offset () const in Offset()
141 return 1 - (int32) fRadius; in Offset()
223 int32 Offse
[all...]
H A Ddng_rect.h34 int32 t;
35 int32 l;
36 int32 b;
37 int32 r;
51 // be represented as an int32. The intent of this is to protect code
54 dng_rect (int32 tt, int32 ll, int32 bb, int32 rr) in dng_rect()
60 int32 dumm in dng_rect()
[all...]
H A Ddng_spline.cpp71 int32 count = (int32) X.size (); in Solve()
75 int32 start = 0; in Solve()
76 int32 end = count; in Solve()
85 int32 j; in Solve()
159 int32 count = (int32) X.size (); in IsIdentity()
177 int32 count = (int32) X.size (); in Evaluate()
189 int32 lowe in Evaluate()
[all...]
H A Ddng_resample.cpp89 void dng_resample_coords::Initialize (int32 srcOrigin, in Initialize()
90 int32 dstOrigin, in Initialize()
101 !SafeUint32Mult(dstEntries, sizeof(int32), &bufferSize)) { in Initialize()
107 int32 *coords = fCoords->Buffer_int32 (); in Initialize()
234 int32 k = (int32) j - (int32) fRadius + 1; in Initialize()
263 int32 t16 = 0; in Initialize()
382 real32 *w32 = (real32 *) Weights32 (dng_point ((int32) y, in Initialize()
383 (int32) in Initialize()
[all...]
H A Ddng_mosaic_info.cpp55 int32 fOffset [kMaxCount];
70 int32 rowStep,
71 int32 colStep);
121 int32 rowStep,
122 int32 colStep)
137 delta.v = (delta.v + (int32) (patRow & 1)) >> 1;
144 delta.h = (delta.h + (int32) (patCol & 1)) >> 1;
267 int32 *fOffsets [kMaxPattern]
294 uint32 DeltaRow (uint32 row, int32 delta)
306 uint32 DeltaCol (uint32 col, int32 delt
[all...]
/foundation/ability/ability_lite/services/abilitymgr_lite/include/
H A Dability_mgr_feature.h30 typedef int32 (*InvokeFunc)(const void *origin, IpcIo *req);
35 static int32 StartAbility(const Want *want);
36 static int32 TerminateAbility(uint64_t token);
37 static int32 ConnectAbility(const Want *want, SvcIdentity *svc, uint64_t token);
38 static int32 DisconnectAbility(SvcIdentity *svc, uint64_t token);
39 static int32 StopAbility(const Want *want);
41 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply);
52 static int32 StartAbilityInner(const Want *want, pid_t callingUid);
53 static int32 StartRemoteAbilityInner(const Want *want, const char *deviceId,
55 static int32 ConnectAbilityInne
[all...]
/kernel/linux/linux-5.10/include/net/
H A Dslhc_vj.h116 * int int32 long 32 bits
120 typedef __u32 int32; typedef
157 int32 sls_o_nontcp; /* outbound non-TCP packets */
158 int32 sls_o_tcp; /* outbound TCP packets */
159 int32 sls_o_uncompressed; /* outbound uncompressed packets */
160 int32 sls_o_compressed; /* outbound compressed packets */
161 int32 sls_o_searches; /* searches for connection state */
162 int32 sls_o_misses; /* times couldn't find conn. state */
164 int32 sls_i_uncompressed; /* inbound uncompressed packets */
165 int32 sls_i_compresse
[all...]
/kernel/linux/linux-6.6/include/net/
H A Dslhc_vj.h116 * int int32 long 32 bits
120 typedef __u32 int32; typedef
157 int32 sls_o_nontcp; /* outbound non-TCP packets */
158 int32 sls_o_tcp; /* outbound TCP packets */
159 int32 sls_o_uncompressed; /* outbound uncompressed packets */
160 int32 sls_o_compressed; /* outbound compressed packets */
161 int32 sls_o_searches; /* searches for connection state */
162 int32 sls_o_misses; /* times couldn't find conn. state */
164 int32 sls_i_uncompressed; /* inbound uncompressed packets */
165 int32 sls_i_compresse
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/ohos/
H A Dgeocoding_data.pb.h272 // repeated int32 countries = 5;
279 ::PROTOBUF_NAMESPACE_ID::int32 _internal_countries(int index) const;
280 const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 >&
282 void _internal_add_countries(::PROTOBUF_NAMESPACE_ID::int32 value);
283 ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 >*
286 ::PROTOBUF_NAMESPACE_ID::int32 countries(int index) const;
287 void set_countries(int index, ::PROTOBUF_NAMESPACE_ID::int32 value);
288 void add_countries(::PROTOBUF_NAMESPACE_ID::int32 value);
289 const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 >&
291 ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 >*
[all...]
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/
H A DSoftwareRenderer.cpp45 int32 width, height, stride;
46 int32 orgX, orgY;
47 int32 *colors;
49 RasBuf32(int32 width, int32 height, int32 stride, int32 orgX, int32 orgY, int32 *colors): in RasBuf32()
60 colors = (int32*)bm in RasBuf32()
[all...]
/third_party/mesa3d/src/gallium/frontends/hgl/
H A Dbitmap_wrapper.h42 Bitmap* create_bitmap(int32 width, int32 height, color_space colorSpace);
45 void copy_bitmap_bits(const Bitmap* bitmap, void* data, int32 length);
46 void import_bitmap_bits(const Bitmap* bitmap, void* data, int32 length,
49 void get_bitmap_size(const Bitmap* bitmap, int32* width, int32* height);
51 int32 get_bitmap_bytes_per_row(const Bitmap* bitmap);
52 int32 get_bitmap_bits_length(const Bitmap* bitmap);
/foundation/ability/ability_lite/services/abilitymgr_lite/src/
H A Dability_mgr_feature.cpp88 int32 AbilityMgrFeature::Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke()
147 int32 AbilityMgrFeature::StartAbilityInvoke(const void *origin, IpcIo *req) in StartAbilityInvoke()
164 int32 retVal; in StartAbilityInvoke()
174 int32 AbilityMgrFeature::StartAbilityWithCbInvoke(const void *origin, IpcIo *req) in StartAbilityWithCbInvoke()
198 int32 retVal = EC_FAILURE; in StartAbilityWithCbInvoke()
206 int32 AbilityMgrFeature::StartAbility(const Want *want) in StartAbility()
211 int32 AbilityMgrFeature::StartRemoteAbilityInner(const Want *want, const char *deviceId, in StartRemoteAbilityInner()
219 int32 retVal = iUnknown->QueryInterface(iUnknown, DEFAULT_VERSION, (void**) &dmsInterface); in StartRemoteAbilityInner()
239 int32 AbilityMgrFeature::StartAbilityInner(const Want *want, pid_t callingUid) in StartAbilityInner()
262 int32 propRe in StartAbilityInner()
[all...]
/third_party/ffmpeg/libswresample/x86/
H A Daudio_convert.asm467 %elifidn %1, int32
619 CONV int32, int16, u, 2, 1, INT16_TO_INT32_N, NOP_N
620 CONV int32, int16, a, 2, 1, INT16_TO_INT32_N, NOP_N
621 CONV int16, int32, u, 1, 2, INT32_TO_INT16_N, NOP_N
622 CONV int16, int32, a, 1, 2, INT32_TO_INT16_N, NOP_N
626 PACK_2CH int32, int32, u, 2, 2, NOP_N, NOP_N
627 PACK_2CH int32, int32, a, 2, 2, NOP_N, NOP_N
628 PACK_2CH int32, int1
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dmap_test.cc106 : map_ptr_(new Map<int32, int32>()), in MapImplTest()
113 void ExpectSingleElement(int32 key, int32 value) { in ExpectSingleElement()
119 void ExpectElements(const std::map<int32, int32>& map) { in ExpectElements()
122 for (std::map<int32, int32>::const_iterator it = map.begin(); in ExpectElements()
128 void ExpectElement(int32 key, int32 valu
[all...]
/foundation/ability/ability_lite/interfaces/inner_api/abilitymgr_lite/
H A Dability_service_interface.h72 int32 (*StartAbility)(const Want *want);
73 int32 (*TerminateAbility)(uint64_t token);
74 int32 (*ConnectAbility)(const Want *want, SvcIdentity *svc, uint64_t token);
75 int32 (*DisconnectAbility)(SvcIdentity *svc, uint64_t token);
76 int32 (*StopAbility)(const Want *want);
81 int32 (*StartKeepAliveApps)();
82 int32 (*TerminateApp)(const char *bundleName);
/test/xts/acts/commonlibrary/ets_utils/worker_lib_standard/entry/src/ohosTest/ets/workers/
H A Dworker_024.js20 let int32 = d.data;
21 int32[0] = 100;
22 int32[1] = 200;
23 int32[2] = 300;
24 int32[3] = 400;

Completed in 24 milliseconds

12345678910>>...18