/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_reference.h | 47 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 D | dng_bottlenecks.h | 58 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 D | dng_pixel_buffer.h | 41 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 D | dng_bad_pixels.cpp | 168 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 D | dng_lossless_jpeg.cpp | 106 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 D | dng_reference.cpp | 89 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 D | dng_tile_iterator.h | 35 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 D | dng_pixel_buffer.cpp | 30 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 D | dng_utils.h | 39 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 D | dng_rect.h | 34 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 D | dng_resample.h | 77 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 D | dng_spline.cpp | 71 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 D | dng_resample.cpp | 89 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 D | dng_mosaic_info.cpp | 55 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...] |
/kernel/linux/linux-5.10/include/net/ |
H A D | slhc_vj.h | 116 * 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 D | slhc_vj.h | 116 * 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 D | geocoding_data.pb.h | 272 // 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 D | SoftwareRenderer.cpp | 45 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 D | bitmap_wrapper.h | 42 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);
|
H A D | bitmap_wrapper.cpp | 44 create_bitmap(int32 width, int32 height, color_space colorSpace) in create_bitmap() 54 get_bitmap_size(const Bitmap* bitmap, int32* width, int32* height) in get_bitmap_size() 77 copy_bitmap_bits(const Bitmap* bitmap, void* data, int32 length) in copy_bitmap_bits() 88 import_bitmap_bits(const Bitmap* bitmap, void* data, int32 length, in import_bitmap_bits() 107 int32 117 int32 135 filename << (int32)frameNo << ".png"; in dump_bitmap()
|
/third_party/ffmpeg/libswresample/x86/ |
H A D | audio_convert.asm | 467 %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 D | map_test.cc | 106 : 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...] |
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/parse-number-fxx-test-data/slowstrconv/ |
H A D | slowstrconv.go | 83 exp2 := int32(0) 149 decimalPoint int32 179 h.decimalPoint = int32(h.numDigits) 198 h.decimalPoint = int32(h.numDigits) 209 eSign := int32(+1) 220 e := int32(0) 226 e = e*10 + int32(s[i]-'0') 318 h.decimalPoint += int32(numNewDigits) 338 i := int32(0) 339 for ; (i < h.decimalPoint) && (i < int32( [all...] |
/test/xts/acts/commonlibrary/ets_utils/worker_lib_standard/entry/src/ohosTest/ets/workers/ |
H A D | worker_024.js | 20 let int32 = d.data; 21 int32[0] = 100; 22 int32[1] = 200; 23 int32[2] = 300; 24 int32[3] = 400;
|
/test/xts/acts/commonlibrary/ets_utils/threadWorker_lib_standard/entry/src/ohosTest/ets/workers/ |
H A D | newworker_028.js | 20 let int32 = d.data; 21 int32[0] = 100; 22 int32[1] = 200; 23 int32[2] = 300; 24 int32[3] = 400;
|