OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:toVal
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/libXt/dist/test/
Converters.c
37
XrmValue
toVal
;
51
toVal
.addr = (XtPointer) &res;
52
toVal
.size = sizeof(Pixmap);
55
&fromVal, &
toVal
, closure_ret);
67
toVal
.addr = (XtPointer) &res;
68
toVal
.size = sizeof(Pixmap);
71
&fromVal, &
toVal
, closure_ret);
/xsrc/external/mit/libXt/dist/src/
Converters.c
140
if (
toVal
->addr != NULL) { \
141
if (
toVal
->size < sizeof(type)) { \
142
toVal
->size = sizeof(type); \
147
*(type*)(
toVal
->addr) = typed_value; \
152
toVal
->addr = (XPointer)&static_val; \
154
toVal
->size = sizeof(type); \
163
if (
toVal
->addr != NULL) { \
164
if (
toVal
->size < sizeof(type)) { \
165
toVal
->size = sizeof(type); \
168
*(type*)(
toVal
->addr) = typed_value;
[
all
...]
Completed in 70 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026