HomeSort by: relevance | last modified time | path
    Searched defs:change (Results 1 - 20 of 20) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_scene_queue.c 54 cnd_t change; member in struct:lp_scene_queue
80 cnd_init(&queue->change);
90 cnd_destroy(&queue->change);
105 cnd_wait(&queue->change, &queue->mutex);
115 cnd_signal(&queue->change);
130 cnd_wait(&queue->change, &queue->mutex);
134 cnd_signal(&queue->change);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_ringbuffer.c 19 cnd_t change; member in struct:util_ringbuffer
38 cnd_init(&ring->change);
50 cnd_destroy(&ring->change);
88 cnd_wait(&ring->change, &ring->mutex);
103 /* Signal change:
105 cnd_signal(&ring->change);
126 cnd_wait(&ring->change, &ring->mutex);
155 /* Signal change:
157 cnd_signal(&ring->change);
  /xsrc/external/mit/glu/dist/src/libnurbs/internals/
monotonizer.cc 125 int change; local
131 change = 0;
133 /* check change relative to s axis, clear degenerate bit if needed */
138 change = 1;
143 change = 1;
149 change = 1;
154 /* check change relative to t axis, clear degenerate bit if needed */
159 change = 1;
164 change = 1;
170 change = 1
    [all...]
  /xsrc/external/mit/xkeyboard-config/dist/tests/mxkbledpanel/
mxkbledpanel.c 137 unsigned change= xkbEv->indicators.changed; local
139 if (XkbGetIndicatorMap(theDisplay,change,xkb_desc)!=Success)
327 * the LED cannot be changed (unless you change the map first).
329 * change the LED according to the indicator map, but clients can
330 * override that (until the next automatic change) using the core
  /xsrc/external/mit/xload/dist/
xload.c 342 unsigned long new_leds, change, bit; local
352 change = new_leds ^ current_leds;
357 if (change & bit)
  /xsrc/external/mit/libX11/dist/src/xkb/
XKBBind.c 644 int change; local
646 for (i = change = 0; i < n; i++) {
648 change = (change || (buffer[i] != ch));
651 if (change) {
  /xsrc/external/mit/xf86-input-vmmouse/dist/src/
vmmouse.c 557 int id, change; local
592 change = buttons ^ reverseBits(reverseMap, pMse->lastButtons);
593 while (change) {
594 id = ffs(change);
595 change &= ~(1 << (id - 1));
  /xsrc/external/mit/ctwm/dist/
win_resize.c 1181 int change = 0, size = 0; local
1219 change = strtol(in_string + cmdlen + 1, &endptr, 10);
1228 size = tmp_win->frame_height + change;
1246 size = tmp_win->frame_height + change;
1252 SetupWindow(tmp_win, tmp_win->frame_x, (tmp_win->frame_y - change),
1266 size = tmp_win->frame_width + change;
1272 SetupWindow(tmp_win, (tmp_win->frame_x - change), tmp_win->frame_y,
1286 size = tmp_win->frame_width + change;
ewmh.c 93 static void EwmhClientMessage_NET_WM_STATEchange(TwmWindow *twm_win, int change,
1061 * It can change 1 or 2 values represented in NET_WM_STATE.
1062 * The second change is allowed
1070 int change, change1, change2, newValue; local
1088 change = change1 | change2;
1101 newValue = change;
1107 newValue = ~twm_win->ewmhFlags & change;
1125 if(change == (EWMH_STATE_MAXIMIZED_VERT | EWMH_STATE_MAXIMIZED_HORZ) &&
1126 (newValue == 0 || newValue == change)) {
1127 EwmhClientMessage_NET_WM_STATEchange(twm_win, change, newValue)
    [all...]
  /xsrc/external/mit/libXaw/dist/src/
List.c 403 * changex - allow the height or width to change?
407 * Resets the new list when important things change.
435 * w - widget to try change the size of
809 Bool change, width_req, height_req; local
832 change = Layout(w, !width_req, !height_req, &new_width, &new_height);
839 if (change)
875 Bool change = False; local
893 change = True;
898 change = True;
903 * If both width and height are free to change the use default_col
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/xkb/
xkbActions.c 600 "Attempt to change unknown pointer default (%d) ignored\n",
656 unsigned int change; local
666 change= XkbActionCtrls(&pAction->ctrls);
667 filter->priv = change;
672 filter->priv= (ctrls->enabled_ctrls&change);
673 change&= ~ctrls->enabled_ctrls;
676 if (change) {
680 ctrls->enabled_ctrls|= change;
700 XkbDDXAccessXBeep(kbd,_BEEP_FEATURE_ON,change);
704 change= filter->priv
    [all...]
xkb.c 2547 XkbChangesRec change; local
2556 memset(&change, 0, sizeof(change));
2566 req->maxKeyCode, &change);
2579 values = SetKeyTypes(xkb,req,(xkbKeyTypeWireDesc *)values,&change);
2583 values = SetKeySyms(client,xkb,req,(xkbSymMapWireDesc *)values,&change,dev);
2587 values = SetKeyActions(xkb,req,(CARD8 *)values,&change);
2591 values= SetKeyBehaviors(xkbi,req,(xkbBehaviorWireDesc *)values,&change);
2595 values= SetVirtualMods(xkbi,req,(CARD8 *)values,&change);
2597 values= SetKeyExplicit(xkbi,req,(CARD8 *)values,&change);
2969 XkbChangesRec change; local
    [all...]
  /xsrc/external/mit/xorg-server/dist/xkb/
xkbActions.c 627 ("Attempt to change unknown pointer default (%d) ignored\n",
681 unsigned int change; local
692 change = XkbActionCtrls(&pAction->ctrls);
693 filter->priv = change;
698 filter->priv = (ctrls->enabled_ctrls & change);
699 change &= ~ctrls->enabled_ctrls;
702 if (change) {
706 ctrls->enabled_ctrls |= change;
726 XkbDDXAccessXBeep(kbd, _BEEP_FEATURE_ON, change);
730 change = filter->priv
    [all...]
xkb.c 2668 XkbChangesRec change; local
2680 memset(&change, 0, sizeof(change));
2691 req->maxKeyCode, &change);
2704 values = SetKeyTypes(xkb, req, (xkbKeyTypeWireDesc *) values, &change);
2710 SetKeySyms(client, xkb, req, (xkbSymMapWireDesc *) values, &change,
2716 values = SetKeyActions(xkb, req, (CARD8 *) values, &change);
2722 SetKeyBehaviors(xkbi, req, (xkbBehaviorWireDesc *) values, &change);
2727 values = SetVirtualMods(xkbi, req, (CARD8 *) values, &change);
2729 values = SetKeyExplicit(xkbi, req, (CARD8 *) values, &change);
3155 XkbChangesRec change; local
    [all...]
  /xsrc/external/mit/xf86-input-mouse/dist/src/
mouse.c 1902 * 4: emulate3Timeout passed without a button change
1927 { 0, 0, 0 }, /* nothing -> ground (no change) */
1936 { 0, 0, 1 }, /* left -> delayed left (no change) */
1944 { 3, -3, 1 }, /* left (right event) -> delayed left (no change) */
1945 { 0, 0, 2 }, /* right -> delayed right (no change) */
1954 { 0, 0, 3 }, /* left & right -> pressed middle (no change) */
1960 { 0, 0, 4 }, /* left -> pressed left (no change) */
1969 { 0, 0, 5 }, /* right -> pressed right (no change) */
1977 { 0, 0, 6 }, /* right -> released left (no change) */
1984 { 0, 0, 7 }, /* left -> released right (no change) */
2167 int id, change; local
    [all...]
  /xsrc/external/mit/xf86-input-synaptics/dist/src/
synaptics.c 801 /* may change pInfo->options */
1479 * change in the number of touches, we must disregard the temporary
1994 * @param margin the margin to center in which no change is applied
2771 * milliseconds to wait before calling the function again if no state change
2787 int change; local
2909 change = buttons ^ priv->lastButtons;
2910 while (change) {
2911 id = ffs(change); /* number of first set bit 1..32 is returned */
2912 change &= ~(1 << (id - 1));
  /xsrc/external/mit/xorg-server/dist/mi/
miarc.c 3127 int change; local
3136 change = finalMiny - y;
3138 change = y - finalMaxy;
3139 if (change >= SPAN_REALLOC)
3140 change += SPAN_REALLOC;
3142 change = SPAN_REALLOC;
3143 newSize = finalSize + change;
3150 newMiny = finalMiny - change;
3152 newMaxy = finalMaxy + change;
3395 * locate next point of change
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/mi/
miarc.c 3103 int change; local
3112 change = finalMiny - y;
3114 change = y - finalMaxy;
3115 if (change >= SPAN_REALLOC)
3116 change += SPAN_REALLOC;
3118 change = SPAN_REALLOC;
3119 newSize = finalSize + change;
3126 newMiny = finalMiny - change;
3128 newMaxy = finalMaxy + change;
3380 * locate next point of change
    [all...]
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
XKBproto.h 843 CARD32 change; member in struct:_xkbPerClientFlags
976 CARD16 change; member in struct:_xkbSetDeviceInfo
  /xsrc/external/mit/xterm/dist/
charproc.c 2249 * state which will not lead to another color palette change.
2981 * we cannot, since that would change the order.
2997 * only if it does not change the width of the base character
3213 * doing this for so long we shouldn't change this behavior.
4732 Boolean change; local
4768 change = (blinks != screen->cursor_blink_esc ||
4772 change ? " (changed)" : ""));
4773 if (change) {
5471 TRACE(("CASE_DECSACE - Select attribute change extent\n"));
5478 TRACE(("CASE_DECCARA - Change attributes in rectangular area\n"))
    [all...]

Completed in 31 milliseconds