Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:UChar

51    (potentially unaligned) UChar *data buffer.
58 static inline type VGAPPEND(vgModuleLocal_read_,type) ( const UChar* data ) \
62 type VGAPPEND(vgModuleLocal_readUAS_,type) ( const UChar* data )
65 static inline UChar* VGAPPEND(vgModuleLocal_write_,type) ( UChar* ptr, type val ) \
70 UChar* VGAPPEND(vgModuleLocal_writeUAS_,type) ( UChar* ptr, type val )
75 type VGAPPEND(vgModuleLocal_readUAS_,type) ( const UChar* data ); \
76 static inline type VGAPPEND(vgModuleLocal_read_,type) ( const UChar* data ) \
82 UChar* VGAPPEND(vgModuleLocal_writeUAS_,type) ( UChar* ptr, type val ); \
83 static inline UChar* VGAPPEND(vgModuleLocal_write_,type) ( UChar* ptr, type val ) \
91 Short ML_(read_Short)( const UChar* data );
92 Int ML_(read_Int)( const UChar* data );
104 UChar* ML_(write_UShort)( UChar* ptr, UShort val );
105 UChar* ML_(write_UInt)( UChar* ptr, UInt val );
112 static inline UChar ML_(read_UChar)( const UChar* data )
116 static inline UChar* ML_(write_UChar)( UChar* ptr, UChar val )
119 return ptr + sizeof(UChar);