| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| H A D | grabdev.h | 42 struct tmask /* mask */ [],
|
| H A D | getprop.c | 155 Mask tmask = 0x80000000; local in function:ClassFromMask 157 for (i = 0; i < 32; i++, tmask >>= 1) 158 if (tmask & mask) { 160 if (EventInfo[j].mask == tmask) {
|
| H A D | grabdev.c | 108 struct tmask tmp[EMASKSIZE]; 171 struct tmask *mask, DeviceIntPtr dev, int req)
|
| H A D | chgprop.c | 101 struct tmask tmp[EMASKSIZE];
|
| H A D | grabdevb.c | 105 struct tmask tmp[EMASKSIZE];
|
| H A D | grabdevk.c | 103 struct tmask tmp[EMASKSIZE];
|
| H A D | selectev.c | 152 struct tmask tmp[EMASKSIZE];
|
| H A D | sendexev.c | 132 struct tmask tmp[EMASKSIZE];
|
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| H A D | grabdev.h | 42 struct tmask /* mask */ [],
|
| H A D | getprop.c | 154 Mask tmask = 0x80000000; local in function:ClassFromMask 156 for (i = 0; i < 32; i++, tmask >>= 1) 157 if (tmask & mask) { 159 if (EventInfo[j].mask == tmask) {
|
| H A D | grabdev.c | 107 struct tmask tmp[EMASKSIZE]; 172 struct tmask *mask, DeviceIntPtr dev, int req) 178 memset(mask, 0, EMASKSIZE * sizeof(struct tmask));
|
| H A D | chgprop.c | 99 struct tmask tmp[EMASKSIZE];
|
| H A D | grabdevb.c | 103 struct tmask tmp[EMASKSIZE];
|
| H A D | grabdevk.c | 101 struct tmask tmp[EMASKSIZE];
|
| H A D | selectev.c | 146 struct tmask tmp[EMASKSIZE];
|
| H A D | sendexev.c | 132 struct tmask tmp[EMASKSIZE];
|
| /xsrc/external/mit/xfs/dist/os/ |
| H A D | connection.c | 291 fd_set tmask; local in function:MakeNewConnections 293 XFD_ANDSET (&tmask, &LastSelectMask, &WellKnownConnections); 294 readyconnections = tmask.fds_bits[0]; 441 fd_set tmask; local in function:CheckConnections 454 FD_ZERO(&tmask); 455 FD_SET(curclient, &tmask); 456 r = Select(curclient + 1, &tmask, NULL, NULL, ¬ime);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_triangle.c | 139 const GLint tmask = texImg->Height - 1; \ 152 GLint t = FixedToInt(span.intTex[1]) & tmask; \ 197 const GLint tmask = texImg->Height - 1; \ 213 GLint t = FixedToInt(span.intTex[1]) & tmask; \ 243 GLint smask, tmask; member in struct:affine_info 366 GLint t = FixedToInt(span->intTex[1]) & info->tmask; \ 383 const GLint t = FixedToInt(span->intTex[1]) & info->tmask; \ 391 if (t == info->tmask) { \ 554 info.tmask = texImg->Height - 1; \ 599 GLint smask, tmask; member in struct:persp_info [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_triangle.c | 139 const GLint tmask = texImg->Height - 1; \ 152 GLint t = FixedToInt(span.intTex[1]) & tmask; \ 197 const GLint tmask = texImg->Height - 1; \ 213 GLint t = FixedToInt(span.intTex[1]) & tmask; \ 243 GLint smask, tmask; member in struct:affine_info 366 GLint t = FixedToInt(span->intTex[1]) & info->tmask; \ 383 const GLint t = FixedToInt(span->intTex[1]) & info->tmask; \ 391 if (t == info->tmask) { \ 554 info.tmask = texImg->Height - 1; \ 599 GLint smask, tmask; member in struct:persp_info [all...] |
| /xsrc/external/mit/xorg-server.old/dist/os/ |
| H A D | connection.c | 796 fd_set tmask; local in function:EstablishNewConnections 798 XFD_ANDSET (&tmask, (fd_set*)closure, &WellKnownConnections); 799 XFD_COPYSET(&tmask, &readyconnections); 974 fd_set tmask; local in function:CheckConnections 994 FD_ZERO(&tmask); 995 FD_SET(curclient, &tmask); 997 r = Select (curclient + 1, &tmask, NULL, NULL, ¬ime); 1010 FD_ZERO(&tmask); 1011 FD_SET(curclient, &tmask); 1013 r = Select (curclient + 1, &tmask, NUL [all...] |
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | saver.c | 804 unsigned long tmask, imask; local in function:ScreenSaverSetAttributes 955 pAttr->mask = tmask = stuff->mask | CWOverrideRedirect; 957 while (tmask) { 958 imask = lowbit (tmask); 959 tmask &= ~imask;
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | saver.c | 745 unsigned long tmask, imask; local in function:ScreenSaverSetAttributes 881 pAttr->mask = tmask = stuff->mask | CWOverrideRedirect; 883 while (tmask) { 884 imask = lowbit(tmask); 885 tmask &= ~imask;
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | window.c | 1007 Mask index2, tmask, vmaskCopy = 0; local in function:ChangeWindowAttributes 1017 tmask = vmask; 1018 while (tmask) 1020 index2 = (Mask) lowbit (tmask); 1021 tmask &= ~index2; 2121 Mask index2, tmask; local in function:ConfigureWindow 2171 tmask = mask & ~ChangeMask; 2172 while (tmask) 2174 index2 = (Mask)lowbit (tmask); 2175 tmask [all...] |
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | window.c | 1170 Mask index2, tmask, vmaskCopy = 0; local in function:ChangeWindowAttributes 1181 tmask = vmask; 1182 while (tmask) { 1183 index2 = (Mask) lowbit(tmask); 1184 tmask &= ~index2; 2196 Mask index2, tmask; local in function:ConfigureWindow 2239 tmask = mask & ~ChangeMask; 2240 while (tmask) { 2241 index2 = (Mask) lowbit(tmask); 2242 tmask [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/ |
| H A D | i915_state.c | 497 int tmask = depth_stencil->stencil[1].valuemask & 0xff; local in function:i915_create_depth_stencil_state 513 (tmask << BFM_STENCIL_TEST_MASK_SHIFT) |
|