Home
last modified time | relevance | path

Searched refs:decPtr (Results 1 - 7 of 7) sorted by relevance

/third_party/lz4/examples/
H A DHCStreaming_ringBuffer.c113 { char* const decPtr = &decBuf[decOffset]; in test_decompress() local
115 lz4StreamDecode, cmpBuf, decPtr, cmpBytes, MESSAGE_MAX_BYTES); in test_decompress()
120 write_bin(outFp, decPtr, decBytes); in test_decompress()
H A DblockStreaming_lineByLine.c106 char* const decPtr = &decBuf[decOffset]; in test_decompress() local
108 lz4StreamDecode, cmpBuf, decPtr, cmpBytes, (int) messageMaxBytes); in test_decompress()
110 write_bin(outFp, decPtr, decBytes); in test_decompress()
H A DblockStreaming_doubleBuffer.c101 char* const decPtr = decBuf[decBufIndex]; in test_decompress() local
103 lz4StreamDecode, cmpBuf, decPtr, cmpBytes, BLOCK_BYTES); in test_decompress()
107 write_bin(outFp, decPtr, (size_t) decBytes); in test_decompress()
H A DblockStreaming_ringBuffer.c100 { char* const decPtr = &decBuf[decOffset]; in test_decompress() local
102 lz4StreamDecode, cmpBuf, decPtr, cmpBytes, MESSAGE_MAX_BYTES); in test_decompress()
105 write_bin(outFp, decPtr, decBytes); in test_decompress()
/third_party/skia/src/core/
H A DSkPtrRecorder.h19 * and decPtr(). incPtr() is called each time a unique ptr is added ot the
20 * set. decPtr() is called on each ptr when the set is destroyed or reset.
50 * incPtr() and decPtr() are not called during this operation.
55 * Call decPtr() on each ptr in the set, and the reset the size of the set
83 virtual void decPtr(void*) {} in decPtr() function in SkPtrSet
125 * base class's incPtr() and decPtr() are called. This makes it a valid owner
135 void decPtr(void*) override;
H A DSkPtrRecorder.cpp14 this->decPtr(p->fPtr); in reset()
H A DSkFlattenable.cpp39 // call this now, while our decPtr() is sill in scope in ~SkRefCntSet()
47 void SkRefCntSet::decPtr(void* ptr) { in decPtr() function in SkRefCntSet

Completed in 4 milliseconds