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

1 2 3 4 5 6 7 8 91011

  /xsrc/external/mit/xterm/dist/
scrollback.c 51 ScrnBuf where = scrnHeadAddr(screen, screen->saveBuf_index, which); local
52 result = (LineData *) where;
67 ScrnBuf where = NULL; local
78 where = scrnHeadAddr(screen, screen->saveBuf_index, which);
82 LineData *prior = (LineData *) where;
101 setupLineData(screen, where, (Char *) block, 1, ncols, False);
104 which, (void *) where, block));
108 return (LineData *) where;
115 ScrnBuf where = scrnHeadAddr(screen, screen->saveBuf_index, which); local
116 LineData *prior = (LineData *) where;
    [all...]
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_debug.h 29 void i830CompareRegsToSnapshot(ScrnInfoPtr pScrn, char *where);
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/shared/
sigiostubs.c 61 xf86AssertBlockedSIGIO (char *where)
sigio.c 293 xf86AssertBlockedSIGIO (char *where)
300 xf86Msg (X_ERROR, "SIGIO not blocked at %s\n", where);
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
pbo.c 185 const GLvoid *ptr, const char *where)
194 where);
198 where, clientMemSize);
211 where);
226 const char *where)
237 where);
244 where);
266 const GLvoid *ptr, const char *where)
270 clientMemSize, ptr, where)) {
343 GLvoid *ptr, const char *where)
    [all...]
pbo.h 54 const GLvoid *ptr, const char *where);
71 GLvoid *ptr, const char *where);
103 const GLvoid *ptr, const char *where);
109 const char *where);
  /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
glut_ext.c 19 GLubyte *where, *terminator; local
22 where = (GLubyte *) strchr(extension, ' ');
23 if (where || *extension == '\0')
39 where = (GLubyte *) strstr((const char *) start, extension);
40 if (!where)
42 terminator = where + strlen(extension);
43 if (where == start || *(where - 1) == ' ') {
  /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
glut_ext.c 19 GLubyte *where, *terminator; local
22 where = (GLubyte *) strchr(extension, ' ');
23 if (where || *extension == '\0')
39 where = (GLubyte *) strstr((const char *) start, extension);
40 if (!where)
42 terminator = where + strlen(extension);
43 if (where == start || *(where - 1) == ' ') {
glut_glxext.c 18 char *where, *terminator; local
34 where = strstr(start, extension);
35 if (!where)
37 terminator = where + strlen(extension);
38 if (where == start || *(where - 1) == ' ') {
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
pbo.c 185 const GLvoid *ptr, const char *where)
194 where);
198 where, clientMemSize);
211 where);
226 const char *where)
237 where);
244 where);
266 const GLvoid *ptr, const char *where)
270 clientMemSize, ptr, where)) {
343 GLvoid *ptr, const char *where)
    [all...]
pbo.h 54 const GLvoid *ptr, const char *where);
71 GLvoid *ptr, const char *where);
103 const GLvoid *ptr, const char *where);
109 const char *where);
draw_validate.h 39 _mesa_valid_to_render(struct gl_context *ctx, const char *where);
  /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
vn_common.c 66 const char *where)
68 vn_log(instance, "%s: %s", where, vk_Result_to_str(result));
  /xsrc/external/mit/MesaLib/dist/src/imgui/
imstb_textedit.h 304 STB_TEXTEDIT_POSITIONTYPE where; member in struct:__anon2346
333 // dragging the mouse, start is where the initial click was, and you
349 float preferred_x; // this determines where the cursor up/down tries to seek to along x
358 // Result of layout query, used by stb_textedit to determine where
502 static void stb_text_makeundo_delete(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where, int length);
503 static void stb_text_makeundo_insert(STB_TexteditState *state, int where, int length);
504 static void stb_text_makeundo_replace(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where, int old_length, int new_length);
589 static void stb_textedit_delete(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where, int len)
591 stb_text_makeundo_delete(str, state, where, len);
592 STB_TEXTEDIT_DELETECHARS(str, where, len)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
imstb_textedit.h 304 STB_TEXTEDIT_POSITIONTYPE where; member in struct:__anon4685
333 // dragging the mouse, start is where the initial click was, and you
349 float preferred_x; // this determines where the cursor up/down tries to seek to along x
358 // Result of layout query, used by stb_textedit to determine where
502 static void stb_text_makeundo_delete(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where, int length);
503 static void stb_text_makeundo_insert(STB_TexteditState *state, int where, int length);
504 static void stb_text_makeundo_replace(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where, int old_length, int new_length);
589 static void stb_textedit_delete(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where, int len)
591 stb_text_makeundo_delete(str, state, where, len);
592 STB_TEXTEDIT_DELETECHARS(str, where, len)
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
dmxconfig.c 243 dmxScreen->where = PosAbsolute;
265 dmxScreen->where = PosAbsolute;
270 dmxScreen->where = PosBelow;
274 dmxScreen->where = PosRightOf;
279 dmxScreen->where = PosRightOf;
283 dmxScreen->where = PosBelow;
289 if (dmxScreen->where == PosAbsolute)
295 dmxScreen->where == PosBelow ? "below" : "right of",
371 dmxScreen->where = PosAbsolute;
377 dmxScreen->where = PosRightOf
    [all...]
  /xsrc/external/mit/fontconfig/dist/conf.d/
50-user.conf 6 Load per-user customization files where stored on XDG Base Directory
  /xsrc/external/mit/ctwm/dist/
otp.c 561 static void InsertOwl(OtpWinList *owl, int where)
567 (where == Above) ? "Above" :
568 (where == Below) ? "Below" :
572 assert((where == Above) || (where == Below));
574 priority = PRI(owl) - (where == Above ? 0 : 1);
594 /* now go ahead and put the window where it should go */
600 static void SetOwlPriority(OtpWinList *owl, int new_pri, int where)
614 InsertOwl(owl, where);
624 static void TryToMoveTransientsOfTo(OtpWinList *owl, int priority, int where)
924 int where; local
945 int where; local
    [all...]
  /xsrc/external/mit/freetype/dist/include/freetype/internal/
ftcalc.h 386 unsigned long where; local
389 _BitScanReverse( &where, x );
391 return (FT_Int32)where;
457 * - Tag places where overflow is expected and harmless.
  /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/svga/drm/
vmw_context.c 77 struct SVGAGuestPtr *where; member in struct:vmw_buffer_relocation::__anon2273::__anon2274
235 *reloc->region.where = ptr;
387 struct SVGAGuestPtr *where,
398 reloc->region.where = where;
494 uint32 *where,
524 if (where)
525 *where = vsurf->sid;
530 uint32 *where,
540 *where = SVGA3D_INVALID_ID
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/
vmw_context.c 76 struct SVGAGuestPtr *where; member in struct:vmw_buffer_relocation::__anon4608::__anon4609
234 *reloc->region.where = ptr;
395 struct SVGAGuestPtr *where,
406 reloc->region.where = where;
502 uint32 *where,
536 if (where)
537 *where = vsurf->sid;
542 uint32 *where,
552 *where = SVGA3D_INVALID_ID
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xwin/
winconfig.h 132 PositionType where; member in struct:_screenlayoutrec
  /xsrc/external/mit/xorg-server/dist/render/
glyph.c 49 * From Knuth -- a good choice for hash/rehash values is p, p-2 where
205 DuplicateRef(GlyphPtr glyph, char *where)
207 ErrorF("Duplicate Glyph 0x%x from %s\n", glyph, where);
211 CheckDuplicates(GlyphHashPtr hash, char *where)
222 DuplicateRef(g, where);
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/
winconfig.h 162 PositionType where; member in struct:_screenlayoutrec
  /xsrc/external/mit/xorg-server.old/dist/render/
glyph.c 49 * From Knuth -- a good choice for hash/rehash values is p, p-2 where
223 DuplicateRef (GlyphPtr glyph, char *where)
225 ErrorF ("Duplicate Glyph 0x%x from %s\n", glyph, where);
229 CheckDuplicates (GlyphHashPtr hash, char *where)
241 DuplicateRef (g, where);

Completed in 32 milliseconds

1 2 3 4 5 6 7 8 91011