Home
last modified time | relevance | path

Searched refs:data (Results 32401 - 32425 of 49187) sorted by relevance

1...<<1291129212931294129512961297129812991300>>...1968

/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dbit_writer_utils.c182 const uint8_t* data, size_t size) { in VP8BitWriterAppend()
183 assert(data != NULL); in VP8BitWriterAppend()
186 memcpy(bw->buf_ + bw->pos_, data, size); in VP8BitWriterAppend()
181 VP8BitWriterAppend(VP8BitWriter* const bw, const uint8_t* data, size_t size) VP8BitWriterAppend() argument
/third_party/skia/third_party/externals/microhttpd/doc/examples/
H A Dsessions.c141 * Post processor handling form data (IF this is
456 * POST data.
462 * @param content_type mime-type of the data, NULL if not known
463 * @param transfer_encoding encoding of the data, NULL if not known
464 * @param data pointer to size bytes of data at the
466 * @param off offset of data in the overall value
467 * @param size number of bytes in data available
478 const char *data, uint64_t off, size_t size) in post_iterator()
497 data, in post_iterator()
472 post_iterator(void *cls, enum MHD_ValueKind kind, const char *key, const char *filename, const char *content_type, const char *transfer_encoding, const char *data, uint64_t off, size_t size) post_iterator() argument
[all...]
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dpost_example.c119 * Post processor handling form data (IF this is
440 * POST data.
446 * @param content_type mime-type of the data, NULL if not known
447 * @param transfer_encoding encoding of the data, NULL if not known
448 * @param data pointer to size bytes of data at the
450 * @param off offset of data in the overall value
451 * @param size number of bytes in data available
462 const char *data, uint64_t off, size_t size) in post_iterator()
481 data, in post_iterator()
456 post_iterator(void *cls, enum MHD_ValueKind kind, const char *key, const char *filename, const char *content_type, const char *transfer_encoding, const char *data, uint64_t off, size_t size) post_iterator() argument
[all...]
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_quiesce.c385 if (i == 0 && msg->data.result != CURLE_OK) in testExternalGet()
389 __LINE__, curl_easy_strerror (msg->data.result)); in testExternalGet()
390 else if (i == 1 && msg->data.result == CURLE_OK) in testExternalGet()
/third_party/skia/tests/
H A DJSONTest.cpp143 auto data = str.detachAsData(); in DEF_TEST() local
144 REPORTER_ASSERT(reporter, !strcmp(tst.out, static_cast<const char*>(data->data()))); in DEF_TEST()
H A DDrawPathTest.cpp100 uint32_t data[] = { in test_crbug131181() local
106 moveToH(&path, &data[0]); in test_crbug131181()
107 cubicToH(&path, &data[2]); in test_crbug131181()
/third_party/skia/third_party/externals/brotli/go/cbrotli/
H A Dcbrotli_test.go108 // We've fed more data than the sliding window size. Check that some
109 // compressed data has been output.
331 data []byte
339 t.Logf("case %q x %d", test.data, test.repeats)
340 input := bytes.Repeat(test.data, test.repeats)
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dentropy_encode.c66 This algorithm is not of excellent performance for very long data blocks,
71 void BrotliCreateHuffmanTree(const uint32_t* data, in BrotliCreateHuffmanTree() argument
90 if (data[i]) { in BrotliCreateHuffmanTree()
91 const uint32_t count = BROTLI_MAX(uint32_t, data[i], count_limit); in BrotliCreateHuffmanTree()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DDeviceLostTests.cpp330 float data = 12.0f; in TEST_P() local
331 ASSERT_DEVICE_ERROR(queue.WriteBuffer(buffer, 0, &data, sizeof(data))); in TEST_P()
/third_party/openssl/apps/
H A Dfipsinstall.c551 phase = (const char *)p->data; in self_test_events()
556 desc = (const char *)p->data; in self_test_events()
561 type = (const char *)p->data; in self_test_events()
H A Dopenssl.c154 static void tracedata_free(tracedata *data) in tracedata_free() argument
156 BIO_free_all(data->bio); in tracedata_free()
157 OPENSSL_free(data); in tracedata_free()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
H A DFDRRecords.h10 // of records we encounter in XRay flight data recorder mode traces.
226 StringRef data() const { return Data; } in data() function in llvm::xray::CustomEventRecord
253 StringRef data() const { return Data; } in data() function in llvm::xray::CustomEventRecordV5
282 StringRef data() const { return Data; } in data() function in llvm::xray::TypedEventRecord
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DStringRef.cpp113 makeArrayRef(data(), size()),
114 makeArrayRef(Other.data(), Other.size()),
154 const char *Needle = Str.data();
H A Draw_ostream.cpp310 size_t BytesUsed = Fmt.print(V.data(), NextBufferSize); in operator <<()
314 return write(V.data(), BytesUsed); in operator <<()
373 // represented by this data set, so that we can align the offset field in operator <<()
383 // The width of a block of data including all spaces for group separators. in operator <<()
581 // The write may have written some or all of the data. Update the in write_impl()
746 memcpy(OS.data() + Offset, Ptr, Size); in pwrite_impl()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Ddag.h32 T data; member
37 f(data); in invoke()
366 // data to each, starting with the root node. All dependencies need to have
368 MARL_NO_EXPORT inline void run(T& data,
H A Dpool.h83 // The backing data of a single item in the pool.
85 // get() returns a pointer to the item's data.
88 // construct() calls the constructor on the item's data.
91 // destruct() calls the destructor on the item's data.
95 Data data;
110 return reinterpret_cast<T*>(&data); in get()
115 new (&data) T; in construct()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
H A DOptTable.cpp344 const Info *Start = OptionInfos.data() + FirstSearchableIndex; in ParseOneArg()
345 const Info *End = OptionInfos.data() + OptionInfos.size(); in ParseOneArg()
349 Start = std::lower_bound(Start, End, Name.data()); in ParseOneArg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
H A DYAMLRemarkParser.cpp78 Buf.data()); in parseVersion()
94 Buf.data()); in parseStrTabSize()
106 ParsedStringTable Result(StringRef(Buf.data(), StrTabSize)); in parseStrTab()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DMD5.cpp28 * no exactly 32-bit integer data type is required (any 32-bit or wider
29 * unsigned integer data type will do), there's no compile-time endianness
77 /// This processes one or more 64-byte data blocks, but does NOT update
85 ptr = Data.data(); in body()
192 const uint8_t *Ptr = Data.data(); in update()
228 ArrayRef<uint8_t> SVal((const uint8_t *)Str.data(), Str.size()); in update()
H A DMemoryBuffer.cpp61 memcpy(Memory, Data.data(), Data.size()); in CopyStringRef()
92 /// tail-allocated data.
130 memcpy(Buf->getBufferStart(), InputData.data(), InputData.size()); in getMemBufferCopyImpl()
196 /// tail-allocated data.
276 // Allocate space for the MemoryBuffer, the data and the name. It is important in getNewUninitMemBuffer()
277 // that MemoryBuffer and data are aligned so PointerIntPair works with them. in getNewUninitMemBuffer()
471 std::memset(ToRead.data(), 0, ToRead.size()); in getOpenFileImpl()
497 // Read in all of the data from stdin, we cannot mmap stdin. in getSTDIN()
H A DStringRef.cpp99 makeArrayRef(data(), size()),
100 makeArrayRef(Other.data(), Other.size()),
140 const char *Needle = Str.data();
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl_intrinsic_test.cc39 inline std::ostream& operator<<(std::ostream& out, IntrinsicData data) { in operator <<() argument
40 out << data.msl_name << "<"; in operator <<()
41 switch (data.type) { in operator <<()
/third_party/skia/tools/viewer/
H A DSkottieSlide.cpp65 if (auto data = this->load(path, name)) {
66 if (auto player = SkAudioPlayer::Make(std::move(data))) {
343 ImGui::PlotHistogram("", fFrameTimes.data(), fFrameTimes.size(), in renderUI()
/third_party/skia/third_party/externals/icu/source/common/
H A Dudataswp.cpp18 * Definitions for ICU data transformations for different platforms,
19 * changing between big- and little-endian data and/or between
283 /* swap a data header ------------------------------------------------------- */
308 udata_printError(ds, "udata_swapDataHeader(): initial bytes do not look like ICU data\n"); in udata_swapDataHeader()
418 udata_openSwapperForInputData(const void *data, int32_t length, in udata_openSwapperForInputData() argument
429 if( data==NULL || in udata_openSwapperForInputData()
437 pHeader=(const DataHeader *)data; in udata_openSwapperForInputData()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h88 assert(CurBit == 0 && "Unflushed data remaining"); in ~BitstreamWriter()
291 /// data that should be emitted as part of the Blob or Array operand that is
298 const char *BlobData = Blob.data(); in EmitRecordWithAbbrevImpl()
333 // If this record has blob data, emit it, otherwise we must have record in EmitRecordWithAbbrevImpl()
337 "Blob data and record entries specified for array!"); in EmitRecordWithAbbrevImpl()
345 // Know that blob data is consumed for assertion below. in EmitRecordWithAbbrevImpl()
356 // If this record has blob data, emit it, otherwise we must have record in EmitRecordWithAbbrevImpl()
361 "Blob data and record entries specified for blob operand!"); in EmitRecordWithAbbrevImpl()
363 assert(Blob.data() == BlobData && "BlobData got moved"); in EmitRecordWithAbbrevImpl()
378 "Blob data specifie in EmitRecordWithAbbrevImpl()
[all...]

Completed in 43 milliseconds

1...<<1291129212931294129512961297129812991300>>...1968