Home
last modified time | relevance | path

Searched defs:size (Results 3926 - 3950 of 7828) sorted by relevance

1...<<151152153154155156157158159160>>...314

/third_party/openssl/providers/common/
H A Dbio_prov.c106 int ossl_prov_bio_gets(OSSL_CORE_BIO *bio, char *buf, int size) in ossl_prov_bio_gets() argument
181 static int bio_core_gets(BIO *bio, char *buf, int size) in bio_core_gets() argument
/third_party/openssl/ssl/statem/
H A Dstatem.c505 static int grow_init_buf(SSL *s, size_t size) { in grow_init_buf() argument
/third_party/openssl/providers/implementations/exchange/
H A Decdh_exch.c434 size_t ecdhsize, size; in ecdh_plain_derive() local
/third_party/openssl/providers/implementations/rands/
H A Dtest_rng.c176 size_t size = 0; in test_rng_set_ctx_params() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
H A DEbscTable.java
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/data/
H A DFontDataTests.java266 fillTestWFD(WritableFontData wfd, int size) fillTestWFD() argument
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_containers.hpp708 size_t size = 0; member
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Diterator.h125 size_t size() const { return end_ - begin_; } in size() function in spvtools::opt::IteratorRange
H A Dtype_manager.h163 Type* GetUIntVectorType(uint32_t size) { in GetUIntVectorType() argument
164 Vector vec_type(GetUIntType(), size); in GetUIntVectorType() local
168 uint32_t GetUIntVectorTypeId(uint32_t size) { in GetUIntVectorTypeId() argument
172 Type* GetSIntVectorType(uint32_t size) { in GetSIntVectorType() argument
173 Vector vec_type(GetSIntType(), size); in GetSIntVectorType() local
177 uint32_t GetSIntVectorTypeId(uint32_t size) { in GetSIntVectorTypeId() argument
181 Type* GetFloatVectorType(uint32_t size) { in GetFloatVectorType() argument
182 Vector vec_type(GetFloatType(), size); GetFloatVectorType() local
186 GetFloatVectorTypeId(uint32_t size) GetFloatVectorTypeId() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dtext_handler.cpp229 void AssemblyContext::seekForward(uint32_t size) { in seekForward() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Diterator.h125 size_t size() const { return end_ - begin_; } in size() function in spvtools::opt::IteratorRange
H A Dtype_manager.h170 Type* GetUIntVectorType(uint32_t size) { in GetUIntVectorType() argument
171 Vector vec_type(GetUIntType(), size); in GetUIntVectorType() local
175 uint32_t GetUIntVectorTypeId(uint32_t size) { in GetUIntVectorTypeId() argument
179 Type* GetSIntVectorType(uint32_t size) { in GetSIntVectorType() argument
180 Vector vec_type(GetSIntType(), size); in GetSIntVectorType() local
184 uint32_t GetSIntVectorTypeId(uint32_t size) { in GetSIntVectorTypeId() argument
188 Type* GetFloatVectorType(uint32_t size) { in GetFloatVectorType() argument
189 Vector vec_type(GetFloatType(), size); GetFloatVectorType() local
193 GetFloatVectorTypeId(uint32_t size) GetFloatVectorTypeId() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dtext_handler.cpp229 void AssemblyContext::seekForward(uint32_t size) { in seekForward() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dsmall_vector.h206 size_t size() const { size() function in spvtools::utils::SmallVector
[all...]
/third_party/skia/third_party/externals/imgui/examples/libs/usynergy/
H A DuSynergy.c421 uint32_t size = sNetToNative32(parse_msg+4); in sProcessMessage() local
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djdmerge.c235 JDIMENSION size = upsample->out_row_width; in merged_2v_upsample() local
/third_party/skia/third_party/externals/libwebp/imageio/
H A Dpngdec.c48 static png_voidp MallocFunc(png_structp png_ptr, LocalPngAllocSize size) { in MallocFunc() argument
H A Dtiffdec.c72 toff_t size; member
96 static int MyMapFile(thandle_t opaque, void** base, toff_t* size) { in MyMapFile() argument
102 static void MyUnmapFile(thandle_t opaque, void* base, toff_t size) { in MyUnmapFile() argument
108 static tsize_t MyRead(thandle_t opaque, void* dst, tsize_t size) { in MyRead() argument
[all...]
H A Dwicdec.c158 UINT size; in ExtractICCP() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dbuffer_dec.c77 const uint64_t size = in CheckDecBuffer() local
103 uint64_t size; in AllocateBuffer() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dlossless_enc_mips32.c359 static void AddVectorEq_MIPS32(const uint32_t* pa, uint32_t* pout, int size) { in AddVectorEq_MIPS32() argument
347 AddVector_MIPS32(const uint32_t* pa, const uint32_t* pb, uint32_t* pout, int size) AddVector_MIPS32() argument
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dpicture_psnr_enc.c122 static double GetPSNR(double v, double size) { in GetPSNR() argument
127 static double GetLogSSIM(double v, double size) { in GetLogSSIM() argument
H A Dpicture_tools_enc.c24 static int IsTransparentARGBArea(const uint32_t* ptr, int stride, int size) { in IsTransparentARGBArea() argument
37 static void Flatten(uint8_t* ptr, int v, int stride, int size) { in Flatten() argument
45 static void FlattenARGB(uint32_t* ptr, uint32_t v, int stride, int size) { in FlattenARGB() argument
H A Dsyntax_enc.c370 const size_t size = VP8BitWriterSize(enc->parts_ + p); in VP8EncWrite() local
H A Dwebp_enc.c166 const uint64_t size = (uint64_t)sizeof(*enc) // main struct in InitVP8Encoder() local
267 static double GetPSNR(uint64_t err, uint64_t size) { in GetPSNR() argument
273 const uint64_t size = enc->sse_count_; FinalizePSNR() local
[all...]

Completed in 19 milliseconds

1...<<151152153154155156157158159160>>...314