Searched defs: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/pcre/dist/
H A Dpcretest.c1086 static pcre_uint16 *buffer16 = NULL; variable
1667 result is always left in buffer16.
1695 if (buffer16 != NULL) free(buffer16);
1697 buffer16 = (pcre_uint16 *)malloc(buffer16_size);
1698 if (buffer16 == NULL)
1700 fprintf(stderr, "pcretest: malloc(%d) failed for buffer16\n", buffer16_size);
1705 pp = buffer16;
1733 return pp - buffer16;
3047 and 32-bit buffers (buffer16, buffer3
[all...]

Completed in 5084 milliseconds