Searched refs:buffer16 (Results 1 - 4 of 4) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestbitmap.c62 Uint16 *buffer16; local
133 buffer16=(Uint16*)buffer;
136 *(buffer16+k)=color;
H A Dgraywin.c60 Uint16 *buffer16; local
86 buffer16=(Uint16*)buffer;
89 *(buffer16+k)=color;
H A Dtestalpha.c26 Uint16 *buffer16; local
49 buffer16=(Uint16*)buffer;
52 *(buffer16+k)=color;
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextCodecUTF8.cpp348 StringBuffer<UChar> buffer16(m_partialSequenceSize + length);
350 UChar* destination16 = buffer16.characters();
419 buffer16.shrink(destination16 - buffer16.characters());
421 return String::adopt(buffer16);

Completed in 91 milliseconds