OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wbuf
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
pbuffer.c
153
unsigned *
wbuf
, *pbuf;
local
157
wbuf
= (unsigned *) malloc(WinWidth * WinHeight * 4);
168
glReadPixels(0, 0, WinWidth, WinHeight, GL_RGBA, GL_UNSIGNED_BYTE,
wbuf
);
169
printf("Window[%d,%d] = 0x%08x\n", x, y,
wbuf
[y*WinWidth+x]);
185
if (
wbuf
[i] != pbuf[i]) {
192
printf("Difference at %d: 0x%08x vs. 0x%08x\n", i,
wbuf
[i], pbuf[i]);
196
free(
wbuf
);
/xsrc/external/mit/libX11/dist/modules/im/ximcp/
imThaiFlt.c
1300
wchar_t
wbuf
[10];
local
1310
XwcLookupString((XIC)ic, &ev->xkey,
wbuf
, sizeof(
wbuf
) / sizeof(
wbuf
[0]),
1375
new_char = ucs2tis(
wbuf
[0]);
/xsrc/external/mit/libXaw/dist/src/
TextAction.c
4069
wchar_t *
wbuf
;
local
4071
wbuf
= (wchar_t*)_XawTextGetText(ctx, start, end);
4072
text.length = (int)wcslen(
wbuf
);
4073
wc =
wbuf
[0];
4075
wbuf
[i - 1] =
wbuf
[i];
4076
wbuf
[i - 1] = wc;
4077
buf = (char*)
wbuf
; /* so that it gets assigned and freed */
Completed in 12 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026