Home
last modified time | relevance | path

Searched refs:mBufferPtr (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.5/sources/libraries/dbg/
Ddbg_Instrument.cpp196 mBufferPtr = mBufferTop; in Clear()
225 if ( ! mBufferTop || ! mBufferPtr ) in EntryFunc()
233 RecordForLogWithTick* p = reinterpret_cast<RecordForLogWithTick*>(mBufferPtr); in EntryFunc()
241 RecordForLog* p = reinterpret_cast<RecordForLog*>(mBufferPtr); in EntryFunc()
247 mBufferPtr = Inc_BufferPtr( mBufferPtr ); in EntryFunc()
248 if ( mBufferPtr == mBufferOrigin ) in EntryFunc()
256 mBufferPtr = NULL; in EntryFunc()
272 if ( ! mBufferTop || ! mBufferPtr ) in ExitFunc()
283 RecordForLogWithTick* p = reinterpret_cast<RecordForLogWithTick*>(mBufferPtr); in ExitFunc()
289 mBufferPtr = Inc_BufferPtr( mBufferPtr ); in ExitFunc()
[all …]
/CTR-SDK-4.2.5/include/nn/dbg/
Ddbg_Instrument.h151 void* mBufferPtr; variable