Searched refs:decPtr (Results 1 - 7 of 7) sorted by relevance
/third_party/lz4/examples/ |
H A D | HCStreaming_ringBuffer.c | 113 { 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 D | blockStreaming_lineByLine.c | 106 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 D | blockStreaming_doubleBuffer.c | 101 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 D | blockStreaming_ringBuffer.c | 100 { 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 D | SkPtrRecorder.h | 19 * 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 D | SkPtrRecorder.cpp | 14 this->decPtr(p->fPtr); in reset()
|
H A D | SkFlattenable.cpp | 39 // 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 3 milliseconds