Searched defs:pBuffer (Results 1 – 7 of 7) sorted by relevance
| /CTR-SDK-0.14.4/sources/libraries/test/ |
| D | test_String.cpp | 25 String::String(const char* pBuffer) in String() 42 String& String::operator=(const char* pBuffer) in operator =() 59 bool String::operator==(const char* pBuffer) in operator ==() 64 String& String::operator+=(const char* pBuffer) in operator +=() 85 void String::Initialize(const char* pBuffer) in Initialize()
|
| D | test_Util.cpp | 24 FillBytesRandom(u8* pBuffer, size_t len) in FillBytesRandom()
|
| /CTR-SDK-0.14.4/include/nn/jpeg/CTR/ |
| D | jpeg_MpDecoder.h | 1172 static bool GetMpIndividualNum(u32* pBuffer, const MpAttribute* pAttr) in GetMpIndividualNum() 1197 static bool GetMpPanOrientation(u32* pBuffer, const MpAttribute* pAttr) in GetMpPanOrientation() 1222 static bool GetMpPanOverlapH(Rational* pBuffer, const MpAttribute* pAttr) in GetMpPanOverlapH() 1247 static bool GetMpPanOverlapV(Rational* pBuffer, const MpAttribute* pAttr) in GetMpPanOverlapV() 1272 static bool GetMpBaseViewpointNum(u32* pBuffer, const MpAttribute* pAttr) in GetMpBaseViewpointNum() 1297 static bool GetMpConvergenceAngle(Srational* pBuffer, const MpAttribute* pAttr) in GetMpConvergenceAngle() 1322 static bool GetMpBaselineLength(Rational* pBuffer, const MpAttribute* pAttr) in GetMpBaselineLength() 1347 static bool GetMpVerticalDivergence(Srational* pBuffer, const MpAttribute* pAttr) in GetMpVerticalDivergence() 1372 static bool GetMpAxisDistanceX(Srational* pBuffer, const MpAttribute* pAttr) in GetMpAxisDistanceX() 1397 static bool GetMpAxisDistanceY(Srational* pBuffer, const MpAttribute* pAttr) in GetMpAxisDistanceY() [all …]
|
| D | jpeg_MpEncoder.h | 324 void SetDateTime(const char* pBuffer) in SetDateTime() 369 void SetSoftware(const char* pBuffer) in SetSoftware() 429 void SetImageUid(const char* pBuffer) in SetImageUid()
|
| /CTR-SDK-0.14.4/include/nn/uds/CTR/ |
| D | uds_ScanResultReader.h | 43 NetworkDescriptionReader(const u8* pBuffer):m_pBuffer(pBuffer){} in NetworkDescriptionReader() 100 ScanResultReader(const void* pBuffer) : m_pBuffer(pBuffer), m_pNext(NULL){} in ScanResultReader()
|
| /CTR-SDK-0.14.4/include/nn/gx/CTR/ |
| D | gx_CommandAccess.h | 93 inline void UpdateBuffer( const void* pBuffer, size_t size ) in UpdateBuffer()
|
| /CTR-SDK-0.14.4/sources/libraries/os/ |
| D | os_DeliverArg.cpp | 215 void DeliverArg::ConvertToArguments(const char *pString, char cs, char *pBuffer, s32 nBufferSize) in ConvertToArguments()
|