Searched refs:actual_type (Results 1 - 25 of 42) sorted by relevance

12

/xsrc/external/mit/libX11/dist/src/
H A DScrResStr.c36 Atom actual_type; local in function:XScreenResourceString
46 XA_STRING, &actual_type, &actual_format,
49 if ((actual_type == XA_STRING) && (actual_format == 8))
H A DFetchName.c41 Atom actual_type; local in function:XFetchName
47 &actual_type,
52 if ( (actual_type == XA_STRING) && (actual_format == 8) ) {
71 Atom actual_type; local in function:XGetIconName
78 &actual_type,
83 if ( (actual_type == XA_STRING) && (actual_format == 8) ) {
H A DGetWMCMapW.c63 Atom actual_type; local in function:XGetWMColormapWindows
74 XA_WINDOW, &actual_type, &actual_format,
79 if (actual_type != XA_WINDOW || actual_format != 32) {
H A DGetWMProto.c63 Atom actual_type; local in function:XGetWMProtocols
74 XA_ATOM, &actual_type, &actual_format,
79 if (actual_type != XA_ATOM || actual_format != 32) {
H A DGetTxtProp.c66 Atom actual_type; local in function:XGetTextProperty
72 AnyPropertyType, &actual_type, &actual_format,
74 actual_type != None) {
77 tp->encoding = actual_type;
H A DStBytes.c60 Atom actual_type; local in function:XFetchBuffer
70 &actual_type, &actual_format, &nitems, &leftover, &data) != Success) {
73 if ( (actual_type == XA_STRING) && (actual_format != 32) ) {
H A DGetHints.c66 Atom actual_type; local in function:XGetSizeHints
72 False, XA_WM_SIZE_HINTS, &actual_type, &actual_format,
76 if ((actual_type != XA_WM_SIZE_HINTS) ||
112 Atom actual_type; local in function:XGetWMHints
118 False, XA_WM_HINTS, &actual_type, &actual_format,
125 if ((actual_type != XA_WM_HINTS) ||
182 Atom actual_type; local in function:XGetIconSizes
189 False, XA_WM_ICON_SIZE, &actual_type, &actual_format,
195 if ((actual_type != XA_WM_ICON_SIZE) ||
274 Atom actual_type; local in function:XGetTransientForHint
306 Atom actual_type; local in function:XGetClassHint
[all...]
H A DGetRGBCMap.c48 Atom actual_type; /* how the prop was actually stored */ local in function:XGetRGBColormaps
59 XA_RGB_COLOR_MAP, &actual_type, &actual_format,
65 if ((actual_type != XA_RGB_COLOR_MAP) || (actual_format != 32) ||
H A DGetNrmHint.c71 Atom actual_type; local in function:XGetWMSizeHints
78 False, XA_WM_SIZE_HINTS, &actual_type,
84 if ((actual_type != XA_WM_SIZE_HINTS) ||
H A DGetProp.c42 Atom *actual_type, /* RETURN */
54 *actual_type = None;
138 *actual_type = reply.propertyType;
34 XGetWindowProperty(register Display * dpy,Window w,Atom property,long offset,long length,Bool delete,Atom req_type,Atom * actual_type,int * actual_format,unsigned long * nitems,unsigned long * bytesafter,unsigned char ** prop) argument
/xsrc/external/mit/ctwm/dist/
H A Dmwmhints.c28 Atom actual_type; local in function:GetMWMHints
48 &actual_type, /* Atom *actual_type_return, */
55 actual_type == XA__MOTIF_WM_HINTS &&
H A Dcaptive.c63 Atom actual_type; local in function:RedirectToCaptive
133 &actual_type, &actual_format,
143 && actual_type == XA_WINDOW && actual_format == 32 &&
205 Atom actual_type; local in function:GetCaptivesList
214 False, XA_STRING, &actual_type, &actual_format, &len,
528 Atom actual_type; local in function:CaptiveCtwmRootWindow
532 False, XA_WINDOW, &actual_type, &actual_format, &len,
621 Atom actual_type; local in function:DontRedirect
625 False, XA_STRING, &actual_type, &actual_format, &len,
697 Atom actual_type; local in function:AdoptWindow
[all...]
H A Dfunctions_identify.c74 Atom actual_type; local in function:Identify
185 XA_STRING, &actual_type, &actual_format, &nitems,
H A Dvscreen.c171 Atom actual_type; local in function:CtwmGetVScreenMap
179 False, XA_STRING, &actual_type, &actual_format, &len,
/xsrc/external/mit/ctwm/dist/client/
H A Dlibctwm.c24 Atom actual_type; local in function:CtwmIsRunning
33 False, XA_STRING, &actual_type, &actual_format, &len,
50 Atom actual_type; local in function:CtwmListWorkspaces
61 False, XA_STRING, &actual_type, &actual_format, &len,
97 Atom actual_type; local in function:CtwmCurrentWorkspace
107 False, XA_STRING, &actual_type, &actual_format, &len,
137 Atom actual_type; local in function:CtwmCurrentOccupation
149 False, XA_STRING, &actual_type, &actual_format, &len,
216 Atom actual_type; local in function:CtwmAddToCurrentWorkspace
231 False, XA_STRING, &actual_type,
[all...]
/xsrc/external/mit/x11perf/dist/
H A Ddo_simple.c90 Atom actual_type; local in function:DoGetProperty
94 False, AnyPropertyType, &actual_type, &actual_format,
/xsrc/external/mit/libXi/dist/src/
H A DXGetDProp.c46 Atom req_type, Atom *actual_type, int *actual_format,
141 *actual_type = rep.propertyType;
44 XGetDeviceProperty(Display * dpy,XDevice * dev,Atom property,long offset,long length,Bool delete,Atom req_type,Atom * actual_type,int * actual_format,unsigned long * nitems,unsigned long * bytes_after,unsigned char ** prop) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/llvm/codegen/
H A Dcommon.cpp204 const auto actual_type = local in function:__anon7e25fada0110::make_kernel_args
208 if (actual_type->isPointerTy()) {
210 cast< ::llvm::PointerType>(actual_type)->getAddressSpace();
217 ::llvm::PointerType>(actual_type)->getElementType();
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/llvm/codegen/
H A Dcommon.cpp122 const auto actual_type = local in function:__anon218bf7f30110::make_kernel_args
126 if (actual_type->isPointerTy()) {
128 cast< ::llvm::PointerType>(actual_type)->getAddressSpace();
/xsrc/external/mit/libXrandr/dist/src/
H A DXrrProperty.c252 Atom *actual_type, int *actual_format,
262 *actual_type = None;
346 *actual_type = rep.propertyType;
249 XRRGetOutputProperty(Display * dpy,RROutput output,Atom property,long offset,long length,Bool delete,Bool pending,Atom req_type,Atom * actual_type,int * actual_format,unsigned long * nitems,unsigned long * bytes_after,unsigned char ** prop) argument
H A DXrrProviderProperty.c252 Atom *actual_type, int *actual_format,
262 *actual_type = None;
346 *actual_type = rep.propertyType;
249 XRRGetProviderProperty(Display * dpy,RRProvider provider,Atom property,long offset,long length,Bool delete,Bool pending,Atom req_type,Atom * actual_type,int * actual_format,unsigned long * nitems,unsigned long * bytes_after,unsigned char ** prop) argument
/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimInsClbk.c86 Atom ims, actual_type, *atoms; local in function:_XimFilterPropertyNotify
100 False, XA_ATOM, &actual_type, &actual_format,
105 if( actual_type != XA_ATOM || actual_format != 32 ) {
/xsrc/external/mit/xkill/dist/
H A Dxkill.c400 Atom actual_type; local in function:wm_state_set
409 AnyPropertyType, &actual_type, &actual_format,
412 return (success == Success && actual_type != None && actual_format);
/xsrc/external/mit/libXScrnSaver/dist/src/
H A DXScrnSaver.c427 Atom actual_type = None; local in function:XScreenSaverGetRegistered
439 AnyPropertyType, &actual_type, &actual_format,
447 *type = actual_type;
/xsrc/external/mit/smproxy/dist/
H A Dsmproxy.c156 Atom actual_type;
164 0L, 1L, False, AnyPropertyType, &actual_type, &actual_format,
167 if (actual_type == XA_WINDOW && actual_format == 32 &&
763 Atom actual_type;
816 &actual_type, &actual_format, &nitems, &bytesafter,
153 Atom actual_type; local in function:GetClientLeader
745 Atom actual_type; local in function:HandleCreate

Completed in 26 milliseconds

12