Home
last modified time | relevance | path

Searched defs:pBuffer (Results 1 – 7 of 7) sorted by relevance

/CTR-SDK-0.14.4/sources/libraries/test/
Dtest_String.cpp25 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()
Dtest_Util.cpp24 FillBytesRandom(u8* pBuffer, size_t len) in FillBytesRandom()
/CTR-SDK-0.14.4/include/nn/jpeg/CTR/
Djpeg_MpDecoder.h1172 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 …]
Djpeg_MpEncoder.h324 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/
Duds_ScanResultReader.h43 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/
Dgx_CommandAccess.h93 inline void UpdateBuffer( const void* pBuffer, size_t size ) in UpdateBuffer()
/CTR-SDK-0.14.4/sources/libraries/os/
Dos_DeliverArg.cpp215 void DeliverArg::ConvertToArguments(const char *pString, char cs, char *pBuffer, s32 nBufferSize) in ConvertToArguments()