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

1 2

  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
feedback.c 155 * the fields in __struct gl_contextRec::Select with the given buffer.
173 ctx->Select.Buffer = buffer;
174 ctx->Select.BufferSize = size;
175 ctx->Select.BufferCount = 0;
176 ctx->Select.HitFlag = GL_FALSE;
177 ctx->Select.HitMinZ = 1.0;
178 ctx->Select.HitMaxZ = 0.0;
194 if (ctx->Select.BufferCount < ctx->Select.BufferSize) {
195 ctx->Select.Buffer[ctx->Select.BufferCount] = value
    [all...]
getstring.c 299 *params = ctx->Select.Buffer;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
feedback.c 155 * the fields in __struct gl_contextRec::Select with the given buffer.
173 ctx->Select.Buffer = buffer;
174 ctx->Select.BufferSize = size;
175 ctx->Select.BufferCount = 0;
176 ctx->Select.HitFlag = GL_FALSE;
177 ctx->Select.HitMinZ = 1.0;
178 ctx->Select.HitMaxZ = 0.0;
194 if (ctx->Select.BufferCount < ctx->Select.BufferSize) {
195 ctx->Select.Buffer[ctx->Select.BufferCount] = value
    [all...]
getstring.c 295 *params = ctx->Select.Buffer;
  /xsrc/external/mit/libXt/dist/include/X11/
SelectionI.h 54 typedef struct _SelectRec *Select;
57 Select ctx; /* logical owner */
143 Select ctx;
  /xsrc/external/mit/libFS/dist/src/
FSConnServ.c 154 nfound = Select(svr->fd + 1, &r_mask, &w_mask, NULL, NULL);
210 result = Select(svr->fd + 1, &r_mask, NULL, NULL, NULL);
  /xsrc/external/mit/xfs/dist/os/
waitfor.c 145 i = Select(MAXSOCKS, &LastSelectMask, &clientsWriteable, NULL, wt);
147 i = Select(MAXSOCKS, &LastSelectMask, NULL, NULL, wt);
158 ErrorF("WaitForSomething: select(): errno %d\n", selecterr);
208 rest on the next time through select() loop */
connection.c 372 (void) Select(fd + 1, &mask, NULL, NULL, &waittime);
456 r = Select(curclient + 1, &tmask, NULL, NULL, &notime);
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
OpenCL.std.h 187 Select = 187,
vtn_opencl.c 172 case Select:
307 case Select:
  /xsrc/external/mit/libXt/dist/src/
Selection.c 277 MakeInfo(Select ctx,
333 static Select
337 Select ctx = XtNew(SelectRec);
352 static Select
355 Select ctx;
369 Select ctx = (Select) closure;
384 LoseSelection(Select ctx, Widget widget, Atom selection, Time time)
545 Select ctx = req->ctx;
596 Select ctx = req->ctx
    [all...]
  /xsrc/external/mit/xterm/dist/vttests/
report-sgr.pl 624 Select the video-attribute mode.
628 Select the foreground-color mode.
632 Select the background-color mode.
636 When direct-colors are chosen, select the red-component of
641 When direct-colors are chosen, select the green-component of
646 When direct-colors are chosen, select the blue-component of
  /xsrc/external/mit/xorgproto/dist/include/X11/
Xpoll.h.in 68 #include <sys/select.h> /* Get the FD_* macros. */
97 # define Select(n,r,w,e,t) select(n,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t)
177 #define Select(n,r,w,e,t) select(0,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t)
  /xsrc/external/mit/libXfont/dist/src/fc/
fsio.c 90 ret = Select (fs_fd + 1, NULL, &w_mask, NULL, &tv);
117 * Set the connection non-blocking since we use select() to block.
440 result = Select(conn->fs_fd + 1, &r_mask, NULL, &e_mask, &tv);
  /xsrc/external/mit/libXfont2/dist/src/fc/
fsio.c 86 ret = Select (fs_fd + 1, NULL, &w_mask, NULL, &tv);
113 * Set the connection non-blocking since we use select() to block.
436 result = Select(conn->fs_fd + 1, &r_mask, NULL, &e_mask, &tv);
  /xsrc/external/mit/xorg-server.old/dist/os/
WaitFor.c 87 /* Windows select does not set errno. Use GetErrno as wrapper for
142 * has to handle this also (that's why the select() has a timeout.
223 /* keep this check close to select() call to minimize race */
229 i = Select (MaxClients, &LastSelectMask, &clientsWritable, NULL, wt);
233 i = Select (MaxClients, &LastSelectMask, NULL, NULL, wt);
251 FatalError("WaitForSomething(): select: %s\n",
256 ErrorF("WaitForSomething(): select: %s\n",
connection.c 136 fd_set AllSockets; /* select on this */
138 fd_set LastSelectMask; /* mask returned from last select call */
897 (void)Select(fd + 1, &mask, NULL, NULL, &waittime);
963 * If would truly be wonderful if select() would put the bogus
997 r = Select (curclient + 1, &tmask, NULL, NULL, &notime);
1013 r = Select (curclient + 1, &tmask, NULL, NULL, &notime);
  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
OpenCL.std.h 190 Select = 187,
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
meta.h 174 struct gl_selection Select;
meta.c 794 save->Select = ctx->Select; /* struct copy */
1159 ctx->Select = save->Select;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
meta.h 175 struct gl_selection Select;
  /xsrc/external/mit/xmh/dist/
command.c 238 (void) Select(num_fds, &readfds, NULL, NULL, NULL);
  /xsrc/external/mit/MesaLib/src/mesa/
get_hash.h 513 { GL_NAME_STACK_DEPTH, CONTEXT_INT(Select.NameStackDepth), NO_EXTRA },
538 { GL_SELECTION_BUFFER_SIZE, CONTEXT_INT(Select.BufferSize), NO_EXTRA },
  /xsrc/external/mit/MesaLib.old/src/mesa/
get_hash.h 505 { GL_NAME_STACK_DEPTH, CONTEXT_INT(Select.NameStackDepth), NO_EXTRA },
530 { GL_SELECTION_BUFFER_SIZE, CONTEXT_INT(Select.BufferSize), NO_EXTRA },
  /xsrc/external/mit/xterm/dist/
Tekproc.c 598 TRACE(("case: Select ASCII char set\n"));
604 TRACE(("case: Select APL char set\n"));
827 (void) Select(max_plus1,
843 if (Select(max_plus1, &Tselect_mask, NULL, NULL, NULL) < 0) {
1933 if (screen->select || screen->always_highlight)

Completed in 52 milliseconds

1 2