Searched refs:cstream (Results 1 – 5 of 5) sorted by relevance
/third_party/lz4/ossfuzz/ |
D | round_trip_stream_fuzzer.c | 31 LZ4_stream_t* cstream; member 72 state.cstream = LZ4_createStream(); in state_create() 73 FUZZ_ASSERT(state.cstream); in state_create() 75 FUZZ_ASSERT(state.cstream); in state_create() 86 LZ4_freeStream(state.cstream); in state_free() 94 LZ4_resetStream_fast(state->cstream); in state_reset() 147 int const cSize = LZ4_compress_fast_continue(state->cstream, src, dst, in state_prefixRoundTrip() 168 int const cSize = LZ4_compress_fast_continue(state->cstream, src, dst, in state_extDictRoundTrip() 192 LZ4_loadDict(state->cstream, dict, dictSize); in state_loadDictRoundTrip() 203 LZ4_attach_dictionary(state->cstream, dictStream); in state_attachDictRoundTrip()
|
/third_party/node/deps/npm/node_modules/pacote/lib/ |
D | fetcher.js | 240 const cstream = cacache.put.stream( 245 cstream.on('integrity', i => this.integrity = i) 246 cstream.on('error', err => stream.emit('error', err)) 247 stream.pipe(cstream) 250 cstream.promise().catch(() => {}).then(() => middleStream.end())
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/ |
D | header.cpp | 264 std::istringstream cstream(str); in addComment() local 268 while (std::getline(cstream, cline)) // fmt each line in addComment()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
D | header.cpp | 264 std::istringstream cstream(str); in addComment() local 268 while (std::getline(cstream, cline)) // fmt each line in addComment()
|
/third_party/spirv-headers/tools/buildHeaders/ |
D | header.cpp | 266 std::istringstream cstream(str); in addComment() local 270 while (std::getline(cstream, cline)) // fmt each line in addComment()
|