/third_party/openssl/providers/implementations/digests/ |
H A D | blake2s_prov.c | 134 /* Pad the key to form first data block */ in ossl_blake2s_init_key() 146 /* Permute the state while xoring in the block of data. */ 248 /* Absorb the input data into the hash state. Always returns 1. */ 249 int ossl_blake2s_update(BLAKE2S_CTX *c, const void *data, size_t datalen) in ossl_blake2s_update() argument 251 const uint8_t *in = data; in ossl_blake2s_update()
|
/third_party/openssl/providers/implementations/kdfs/ |
H A D | tls1_prf.c | 42 * is necessary to produce the required quantity of data. 93 /* Buffer of concatenated seed data */ 177 if (OPENSSL_strcasecmp(p->data, SN_md5_sha1) == 0) { in kdf_tls1_prf_set_ctx_params() 208 && p->data != NULL in kdf_tls1_prf_set_ctx_params() 281 * is necessary to produce the required quantity of data.
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/ |
H A D | EOTWriter.java | 22 import com.google.typography.font.sfntly.data.ReadableFontData; 23 import com.google.typography.font.sfntly.data.WritableFontData;
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/woff/ |
H A D | WoffWriter.java | 21 import com.google.typography.font.sfntly.data.FontData; 22 import com.google.typography.font.sfntly.data.WritableFontData;
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | pass_fixture.h | 108 spv_const_binary_t binary = {optimized_bin.data(), optimized_bin.size()}; in SinglePassRunAndDisassemble() 145 spv_const_binary_t binary = {optimized_bin.data(), optimized_bin.size()}; in SinglePassRunAndCheck()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/reduce/ |
H A D | reducer_test.cpp | 233 BuildModule(kEnv, kMessageConsumer, binary.data(), binary.size()); in InterestingWhileOpcodeExists() 566 BuildModule(kEnv, kMessageConsumer, binary.data(), binary.size()); in GetFunctionInstructionCount()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/reduce/ |
H A D | reduce.cpp | 330 binary_in.data(), binary_in.size()); in main() 353 if (!WriteFile<uint32_t>(out_binary_file.c_str(), "wb", binary_out.data(), in main()
|
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/ |
H A D | gennorm2.cpp | 19 * parses them, and builds a binary data file. 104 "Reads the infiles with normalization data and\n" in main() 105 "creates a binary file, or a C source file (--csource), with the data,\n" in main() 106 "or writes a data file with the combined data (--combined).\n" in main() 107 "See https://unicode-org.github.io/icu/userguide/transforms/normalization#data-file-syntax\n" in main() 111 "Computes the difference of (a, b) minus (p, q) and writes the diff data\n" in main() 113 "It is then possible to build (p, q, diff) to get the same data as (a, b).\n" in main() 114 "(Useful for computing minimal incremental mapping data files.)\n" in main() 128 "\t combined data fro in main() [all...] |
/third_party/skia/third_party/externals/libwebp/src/webp/ |
H A D | encode.h | 43 // Returns the size of the compressed data (pointed to by *output), or 0 if 44 // an error occurred. The compressed data must be released by the caller 217 int alpha_data_size; // size of the transparency data 218 int layer_data_size; // size of the enhancement layer data 229 int lossless_data_size; // lossless image data size 235 // data/data_size is the segment of data to write, and 'picture' is for 237 typedef int (*WebPWriterFunction)(const uint8_t* data, size_t data_size, 256 // completion, writer.mem and writer.size will hold the coded data. 258 WEBP_EXTERN int WebPMemoryWrite(const uint8_t* data, size_ [all...] |
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | test_get_chunked.c | 71 * data in chunks. 373 if (msg->data.result != CURLE_OK) in testExternalGet() 377 __LINE__, curl_easy_strerror (msg->data.result)); in testExternalGet()
|
/third_party/skia/src/ports/ |
H A D | SkFontMgr_FontConfigInterface.cpp | 219 sk_sp<SkTypeface> onMakeFromData(sk_sp<SkData> data, int ttcIndex) const override { 220 return this->onMakeFromStreamIndex(SkMemoryStream::Make(std::move(data)), ttcIndex);
|
/third_party/skia/src/shaders/gradients/ |
H A D | SkTwoPointConicalGradient.cpp | 95 const Descriptor& desc, Type type, const SkMatrix& gradientMatrix, const FocalData& data) in SkTwoPointConicalGradient() 106 fFocalData = data; in SkTwoPointConicalGradient() 92 SkTwoPointConicalGradient( const SkPoint& start, SkScalar startRadius, const SkPoint& end, SkScalar endRadius, const Descriptor& desc, Type type, const SkMatrix& gradientMatrix, const FocalData& data) SkTwoPointConicalGradient() argument
|
/third_party/skia/src/sksl/ |
H A D | SkSLThreadContext.cpp | 176 "error\n", pos.file_name(), pos.line(), (int)msg.length(), msg.data()); in handleError() 179 (int)msg.length(), msg.data()); in handleError()
|
/third_party/skia/src/sksl/dsl/ |
H A D | DSLType.cpp | 41 (int)name.length(), name.data()), pos); in find_type() 46 (int)name.length(), name.data()), pos); in find_type()
|
H A D | DSLVar.cpp | 78 fRawName.data()).c_str()); in ~DSLVarBase() 135 SkASSERTF(result, "could not find '%.*s' in symbol table", (int)fName.length(), fName.data()); in DSLGlobalVar()
|
/third_party/skia/tests/ |
H A D | FrontBufferedStreamTest.cpp | 76 // Now test reading part of what was buffered, and buffering new data. in test_incremental_buffering() 79 // Now test reading what was buffered, buffering new data, and in test_incremental_buffering() 138 AndroidLikeMemoryStream(void* data, size_t size, bool ownMemory) in AndroidLikeMemoryStream() argument 139 : INHERITED(data, size, ownMemory) in AndroidLikeMemoryStream()
|
/third_party/skia/third_party/externals/dawn/src/common/ |
H A D | SerialStorage.h | 218 Value* vectorData = mStorageIterator->second.data(); in operator ++() 285 const Value* vectorData = mStorageIterator->second.data(); in operator ++()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | FirstIndexOffsetTests.cpp | 164 device, vertexData.data(), vertexData.size() * sizeof(float), wgpu::BufferUsage::Vertex); in TestImpl() 230 EXPECT_BUFFER_U32_RANGE_EQ(expected.data(), buffer, 0, expected.size()); in TestImpl()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/ |
H A D | DeviceNull.h | 189 // Helper class so |BindGroup| can allocate memory for its binding data, 199 // We don't have the complexity of placement-allocation of bind group data in 200 // the Null backend. This class, keeps the binding data in a separate allocation for simplicity. 228 void DoWriteBuffer(uint64_t bufferOffset, const void* data, size_t size); 260 const void* data,
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | BackendVk.cpp | 331 createInfo.ppEnabledLayerNames = layerNames.data(); in CreateVkInstance() 333 createInfo.ppEnabledExtensionNames = extensionNames.data(); in CreateVkInstance()
|
H A D | UtilsVulkan.cpp | 251 specializationInfo->pMapEntries = specializationMapEntries->data(); in GetVkSpecializationInfo() 254 specializationInfo->pData = specializationDataEntries->data(); in GetVkSpecializationInfo()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | angle_test_instantiate.cpp | 721 if (strstr.str() == std::string(gSelectedConfig.data())) in IsPlatformAvailable() 782 strncpy(gSelectedConfig.data(), selectedConfig, kMaxConfigNameLen - 1); in SetSelectedConfig()
|
/third_party/skia/third_party/externals/angle2/util/ |
H A D | shader_utils.cpp | 336 glProgramBinaryOES(program, binaryFormat, binary.data(), static_cast<GLint>(binary.size())); in LoadBinaryProgramOES() 343 glProgramBinary(program, binaryFormat, binary.data(), static_cast<GLint>(binary.size())); in LoadBinaryProgramES3()
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
H A D | afmodule.c | 84 globals = (AF_FaceGlobals)face->autohint.data; in af_property_get_face_globals() 87 /* trigger computation of the global style data */ in af_property_get_face_globals() 92 face->autohint.data = in af_property_get_face_globals()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-machinery.hh | 243 static Stored *create (Data *data) in create() 247 p->init (data); in create()
|