/third_party/openssl/providers/common/ |
H A D | bio_prov.c | 106 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 D | statem.c | 505 static int grow_init_buf(SSL *s, size_t size) { in grow_init_buf() argument
|
/third_party/openssl/providers/implementations/exchange/ |
H A D | ecdh_exch.c | 434 size_t ecdhsize, size; in ecdh_plain_derive() local
|
/third_party/openssl/providers/implementations/rands/ |
H A D | test_rng.c | 176 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 D | EbscTable.java | |
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/data/ |
H A D | FontDataTests.java | 266 fillTestWFD(WritableFontData wfd, int size) fillTestWFD() argument [all...] |
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cross_containers.hpp | 708 size_t size = 0; member [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | iterator.h | 125 size_t size() const { return end_ - begin_; } in size() function in spvtools::opt::IteratorRange
|
H A D | type_manager.h | 163 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 D | text_handler.cpp | 229 void AssemblyContext::seekForward(uint32_t size) { in seekForward() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | iterator.h | 125 size_t size() const { return end_ - begin_; } in size() function in spvtools::opt::IteratorRange
|
H A D | type_manager.h | 170 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 D | text_handler.cpp | 229 void AssemblyContext::seekForward(uint32_t size) { in seekForward() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/ |
H A D | small_vector.h | 206 size_t size() const { size() function in spvtools::utils::SmallVector [all...] |
/third_party/skia/third_party/externals/imgui/examples/libs/usynergy/ |
H A D | uSynergy.c | 421 uint32_t size = sNetToNative32(parse_msg+4); in sProcessMessage() local [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jdmerge.c | 235 JDIMENSION size = upsample->out_row_width; in merged_2v_upsample() local
|
/third_party/skia/third_party/externals/libwebp/imageio/ |
H A D | pngdec.c | 48 static png_voidp MallocFunc(png_structp png_ptr, LocalPngAllocSize size) { in MallocFunc() argument
|
H A D | tiffdec.c | 72 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 D | wicdec.c | 158 UINT size; in ExtractICCP() local [all...] |
/third_party/skia/third_party/externals/libwebp/src/dec/ |
H A D | buffer_dec.c | 77 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 D | lossless_enc_mips32.c | 359 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 D | picture_psnr_enc.c | 122 static double GetPSNR(double v, double size) { in GetPSNR() argument 127 static double GetLogSSIM(double v, double size) { in GetLogSSIM() argument
|
H A D | picture_tools_enc.c | 24 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 D | syntax_enc.c | 370 const size_t size = VP8BitWriterSize(enc->parts_ + p); in VP8EncWrite() local
|
H A D | webp_enc.c | 166 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...] |