Home
last modified time | relevance | path

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

/aosp12/hardware/google/graphics/common/libhwjpeg/
H A DIFDWriter.h80 char *m_pValue; variable
175 *m_pValue++ = *p++; in WriteLong()
193 m_pValue += count; in WriteASCII()
211 m_pValue += count; in WriteCString()
234 *m_pValue++ = *pt++; in WriteRational()
235 *m_pValue++ = *pt++; in WriteRational()
236 *m_pValue++ = *pt++; in WriteRational()
237 *m_pValue++ = *pt++; in WriteRational()
239 *m_pValue++ = *pt++; in WriteRational()
264 m_pValue += count; in WriteUndef()
[all …]
/aosp12/frameworks/compile/mclinker/include/mcld/Target/
H A DPLT.h27 : TargetFragment(Fragment::Target, &pParent), m_pValue(NULL) {} in PLTEntryBase()
29 virtual ~PLTEntryBase() { free(m_pValue); } in ~PLTEntryBase()
31 void setValue(unsigned char* pValue) { m_pValue = pValue; } in setValue()
33 const unsigned char* getValue() const { return m_pValue; } in getValue()
39 unsigned char* m_pValue;