| /xsrc/external/mit/MesaLib/dist/src/util/ |
| u_debug_refcnt.h | 45 debug_reference_descriptor get_desc, int change); 49 debug_reference_descriptor get_desc, int change) 52 debug_reference_slowpath(p, get_desc, change); 59 UNUSED debug_reference_descriptor get_desc, UNUSED int change)
|
| u_debug_refcnt.c | 127 * Log a reference count change to the log file (if enabled). 134 * \param change the reference count change which must be +/-1 or 0 when 139 debug_reference_descriptor get_desc, int change) 141 assert(change >= -1); 142 assert(change <= 1); 174 /* this is here to provide a gradual change even if we don't see 177 for (i = 1; i <= refcnt - change; ++i) { 184 if (change) { 186 change > 0 ? "AddRef" : "Release", refcnt) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| u_debug_refcnt.h | 45 debug_reference_descriptor get_desc, int change); 49 debug_reference_descriptor get_desc, int change) 52 debug_reference_slowpath(p, get_desc, change); 59 UNUSED debug_reference_descriptor get_desc, UNUSED int change)
|
| 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);
|
| u_debug_refcnt.c | 138 * Log a reference count change to the log file (if enabled). 145 * \param change the reference count change which must be +/-1 or 0 when 150 debug_reference_descriptor get_desc, int change) 152 assert(change >= -1); 153 assert(change <= 1); 185 /* this is here to provide a gradual change even if we don't see 188 for (i = 1; i <= refcnt - change; ++i) { 195 if (change) { 197 change > 0 ? "AddRef" : "Release", refcnt) [all...] |
| /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/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/xorg-server.old/dist/render/ |
| glyphstr.h | 133 ResizeGlyphHash (GlyphHashPtr hash, CARD32 change, Bool global); 136 ResizeGlyphSet (GlyphSetPtr glyphSet, CARD32 change);
|
| glyph.c | 428 ResizeGlyphHash (GlyphHashPtr hash, CARD32 change, Bool global) 439 tableEntries = hash->tableEntries + change; 471 ResizeGlyphSet (GlyphSetPtr glyphSet, CARD32 change) 473 return (ResizeGlyphHash (&glyphSet->hash, change, FALSE) && 474 ResizeGlyphHash (&globalGlyphs[glyphSet->fdepth], change, TRUE));
|
| /xsrc/external/mit/fontconfig/dist/doc/ |
| fcvalue.fncs | 49 specification as it may change in the future.
|
| /xsrc/external/mit/xorg-server/dist/render/ |
| glyphstr.h | 115 ResizeGlyphSet(GlyphSetPtr glyphSet, CARD32 change);
|
| glyph.c | 397 ResizeGlyphHash(GlyphHashPtr hash, CARD32 change, Bool global) 408 tableEntries = hash->tableEntries + change; 438 ResizeGlyphSet(GlyphSetPtr glyphSet, CARD32 change) 440 return (ResizeGlyphHash(&glyphSet->hash, change, FALSE) && 441 ResizeGlyphHash(&globalGlyphs[glyphSet->fdepth], change, TRUE));
|
| /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/ |
| XKB.c | 532 req->change = XkbPCF_DetectableAutoRepeatMask; 566 req->change = 0; 599 req->change = XkbPCF_AutoResetControlsMask; 635 req->change = 0; 653 XkbSetPerClientControls(Display *dpy, unsigned change, unsigned *values) 662 (change & ~(XkbPCF_GrabsUseXKBStateMask | 671 req->change = change; 703 req->change = 0;
|
| 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/MesaLib/dist/.gitlab-ci/piglit/ |
| run_cl.sh | 73 echo Unexpected change in results:
|
| /xsrc/external/mit/ctwm/dist/ |
| 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...] |
| 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;
|
| /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/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...] |
| /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...] |
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| MESA_configless_context.spec | 115 raise an error, change the drawbuffer state to GL_FRONT or just do
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| MESA_configless_context.spec | 115 raise an error, change the drawbuffer state to GL_FRONT or just do
|
| /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/xorg-server/dist/hw/xfree86/ |
| xorgconf.cpp | 103 # but it will not be allowed to change them. If it tries it will 164 # Then to change the language, change the Layout setting.
|