HomeSort by relevance Sort by last modified time
    Searched refs:buffer16 (Results 1 - 5 of 5) sorted by null

  /external/qemu/distrib/sdl-1.2.15/test/
testbitmap.c 62 Uint16 *buffer16; local
133 buffer16=(Uint16*)buffer;
136 *(buffer16+k)=color;
graywin.c 60 Uint16 *buffer16; local
86 buffer16=(Uint16*)buffer;
89 *(buffer16+k)=color;
testalpha.c 26 Uint16 *buffer16; local
49 buffer16=(Uint16*)buffer;
52 *(buffer16+k)=color;
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextCodecUTF8.cpp 352 StringBuffer<UChar> buffer16(m_partialSequenceSize + length);
354 UChar* destination16 = buffer16.characters();
423 buffer16.shrink(destination16 - buffer16.characters());
425 return String::adopt(buffer16);
  /external/pcre/dist/
pcretest.c 1086 static pcre_uint16 *buffer16 = NULL; variable
    [all...]

Completed in 74 milliseconds