HomeSort by: relevance | last modified time | path
    Searched refs:what (Results 1 - 25 of 259) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
error.hpp 61 error(cl_int code, std::string what = "") :
62 std::runtime_error(what), code(code) {
75 invalid_build_options_error(const std::string &what = "") :
76 error(CL_INVALID_BUILD_OPTIONS, what) {}
81 build_error(const std::string &what = "") :
82 error(CL_BUILD_PROGRAM_FAILURE, what) {}
91 invalid_object_error(std::string what = "") :
92 error(CL_INVALID_COMMAND_QUEUE, what) {}
98 invalid_object_error(std::string what = "") :
99 error(CL_INVALID_CONTEXT, what) {}
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
error.hpp 57 error(cl_int code, std::string what = "") :
58 std::runtime_error(what), code(code) {
71 invalid_build_options_error(const std::string &what = "") :
72 error(CL_INVALID_BUILD_OPTIONS, what) {}
77 build_error(const std::string &what = "") :
78 error(CL_BUILD_PROGRAM_FAILURE, what) {}
87 invalid_object_error(std::string what = "") :
88 error(CL_INVALID_COMMAND_QUEUE, what) {}
94 invalid_object_error(std::string what = "") :
95 error(CL_INVALID_CONTEXT, what) {}
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/xkb/
ddxList.c 71 int what,
115 list->nFound[what]++;
123 int what,
136 if ((list->pattern[what]==NULL)||(list->pattern[what][0]=='\0'))
138 file= list->pattern[what];
158 if ((list->pattern[what][0]=='*')&&(list->pattern[what][1]=='\0')) {
160 componentDirs[what]) == -1)
171 XkbBinDirectory, XkbBaseDirectory, componentDirs[what],
    [all...]
XKBMAlloc.c 793 XkbFreeClientMap(XkbDescPtr xkb,unsigned what,Bool freeMap)
800 what= XkbAllClientInfoMask;
802 if (what&XkbKeyTypesMask) {
822 if (what&XkbKeySymsMask) {
831 if ((what&XkbModifierMapMask)&&(map->modmap!=NULL)) {
843 XkbFreeServerMap(XkbDescPtr xkb,unsigned what,Bool freeMap)
850 what= XkbAllServerInfoMask;
852 if ((what&XkbExplicitComponentsMask)&&(map->explicit!=NULL)) {
856 if (what&XkbKeyActionsMask) {
865 if ((what&XkbKeyBehaviorsMask)&&(map->behaviors!=NULL))
    [all...]
  /xsrc/external/mit/xf86-input-keyboard/dist/src/
xf86OSKbd.h 40 typedef int (*KbdInitProc)(InputInfoPtr pInfo, int what);
41 typedef int (*KbdOnProc)(InputInfoPtr pInfo, int what);
42 typedef int (*KbdOffProc)(InputInfoPtr pInfo, int what);
hurd_kbd.c 109 KbdOn(InputInfoPtr pInfo, int what)
117 KbdOff(InputInfoPtr pInfo, int what)
126 KbdInit(InputInfoPtr pInfo, int what)
kbd.c 61 static int KbdProc(DeviceIntPtr device, int what);
294 KbdProc(DeviceIntPtr device, int what)
304 switch (what) {
306 ret = pKbd->KbdInit(pInfo, what);
375 if ((ret = pKbd->KbdOn(pInfo, what)) != Success)
407 pKbd->KbdOff(pInfo, what);
416 pKbd->KbdOff(pInfo, what);
sun_kbd.c 65 static int KbdOn(InputInfoPtr pInfo, int what);
103 KbdInit(InputInfoPtr pInfo, int what)
165 KbdOn(InputInfoPtr pInfo, int what)
254 KbdOff(InputInfoPtr pInfo, int what)
  /xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/includes/
CD_hw_services.h 134 #define CD_WAIT(what)
146 VOID CD_wait(INT32 what); //wait for KEYPRESSED=-1 or Delay value expires
156 #define CD_WAIT(what) CD_wait((INT32)what)
167 #define CD_WAIT_DL4(what) CD_wait((INT32)what)
177 #define CD_WAIT_DL4(what)
189 #define CD_WAIT_DL3(what) CD_wait((INT32)what)
199 #define CD_WAIT_DL3(what)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
platform_android.h 109 enum ANativeWindowQuery what,
112 switch (what) {
120 return window->query(window, (int)what, value);
  /xsrc/external/mit/freetype/dist/src/gzip/
inftrees.h 24 } what; member in union:inflate_huft_s::__anon5431
infcodes.c 13 #define exop word.what.Exop
14 #define bits word.what.Bits
  /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
beos_x11.cpp 42 *Returns pointer to first char ins search which is also in what, else NULL.
44 static char *strscan (char *search, char *what)
46 int i, len = strlen (what);
51 if (c == what [i])
  /xsrc/external/mit/twm/dist/src/
util.h 77 extern void GetColor(int kind, Pixel *what, const char *name);
78 extern void GetColorValue(int kind, XColor *what, const char *name);
util.c 484 GetColor(int kind, Pixel *what, const char *name)
554 *what = color.pixel;
558 GetColorValue(int kind, XColor *what, const char *name)
569 if (!XLookupColor(dpy, cmap, name, what, &junkcolor)) {
573 what->pixel = AllPlanes;
660 const char *what = "fonts"; local
664 what = "fontsets";
671 what, font->name, deffontname);
  /xsrc/external/mit/libxkbfile/dist/src/
xkbconfig.c 324 XkbCFAddModByName(XkbConfigRtrnPtr rtrn, int what, char *name, Bool merge,
339 last->what = what;
365 last->what = what;
412 XkbCFApplyMods(XkbConfigRtrnPtr rtrn, int what, XkbConfigModInfoPtr info)
422 if (mod->what != what)
435 mod->what = _XkbCF_Illegal;
462 unsigned what; local
    [all...]
  /xsrc/external/mit/ctwm/dist/
util.h 61 void GetColor(int kind, Pixel *what, const char *name);
  /xsrc/external/mit/xorg-server/dist/miext/rootless/
rootlessWindow.h 51 void RootlessPaintWindow(WindowPtr pWin, RegionPtr prgn, int what);
  /xsrc/external/mit/xorg-server.old/dist/test/xi2/
protocol-common.c 43 extern int CorePointerProc(DeviceIntPtr pDev, int what);
44 extern int CoreKeyboardProc(DeviceIntPtr pDev, int what);
  /xsrc/external/mit/libX11/dist/src/xkb/
XKBMAlloc.c 847 XkbFreeClientMap(XkbDescPtr xkb, unsigned what, Bool freeMap)
854 what = XkbAllClientInfoMask;
856 if (what & XkbKeyTypesMask) {
880 if (what & XkbKeySymsMask) {
888 if (what & XkbModifierMapMask) {
900 XkbFreeServerMap(XkbDescPtr xkb, unsigned what, Bool freeMap)
907 what = XkbAllServerInfoMask;
909 if (what & XkbExplicitComponentsMask) {
913 if (what & XkbKeyActionsMask) {
921 if (what & XkbKeyBehaviorsMask)
    [all...]
  /xsrc/external/mit/xorg-server/dist/xkb/
XKBMAlloc.c 784 XkbFreeClientMap(XkbDescPtr xkb, unsigned what, Bool freeMap)
791 what = XkbAllClientInfoMask;
793 if (what & XkbKeyTypesMask) {
814 if (what & XkbKeySymsMask) {
823 if ((what & XkbModifierMapMask) && (map->modmap != NULL)) {
835 XkbFreeServerMap(XkbDescPtr xkb, unsigned what, Bool freeMap)
842 what = XkbAllServerInfoMask;
844 if ((what & XkbExplicitComponentsMask) && (map->explicit != NULL)) {
848 if (what & XkbKeyActionsMask) {
857 if ((what & XkbKeyBehaviorsMask) && (map->behaviors != NULL))
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/
darwin.c 295 DarwinMouseProc(DeviceIntPtr pPointer, int what)
304 switch (what) {
366 DarwinTabletProc(DeviceIntPtr pPointer, int what)
374 switch (what) {
795 * Maybe the user now knows what really to do ...
  /xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/
x68kKbd.c 144 int what) /* What to do to it */
152 switch (what) {
x68kMouse.c 154 x68kMouseProc(DeviceIntPtr device, int what)
166 switch (what) {
  /xsrc/external/mit/xorg-server/dist/hw/sun/
sunMouse.c 152 sunMouseProc(DeviceIntPtr device, int what)
161 switch (what) {

Completed in 25 milliseconds

1 2 3 4 5 6 7 8 91011