HomeSort by: relevance | last modified time | path
    Searched defs:left (Results 1 - 25 of 234) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /xsrc/external/mit/MesaLib/dist/include/android_stub/android/
rect.h 42 * In a valid ARect, left <= right and top <= bottom. ARect with left=0, top=10,
50 int32_t left; member in struct:ARect
  /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
partitionY.h 44 *order is such that left hand side is inside the polygon. Then (x2,y2) is
71 directedLine *left; member in struct:sweepRange
77 sweepRange* sweepRangeMake(directedLine* left, Int leftType,
84 *is decided by left-hand principle,
searchTree.h 39 struct treeNode* left; /*children*/ member in struct:treeNode
  /xsrc/external/mit/glu/dist/src/libnurbs/internals/
trimregion.h 49 Trimline left; member in class:TrimRegion
hull.h 56 Trimline *left; member in struct:Hull::Side
varray.cc 100 Arc_ptr left = toparc->next; local
104 ldir[0] = sgn( left->tail()[0] - left->prev->tail()[0] );
105 ldir[1] = sgn( left->tail()[1] - left->prev->tail()[1] );
113 switch( sgn( left->tail()[1] - right->prev->tail()[1] ) ) {
115 left = left->next;
116 update( left, ldir, left->prev->tail()[1] )
    [all...]
  /xsrc/external/mit/libFS/dist/src/
FSQGlyphs.c 73 int left; local
107 left = (reply.length << 2) - SIZEOF(fsQueryXBitmaps8Reply)
109 gd = FSmalloc(left);
122 _FSReadPad(svr, (char *) gd, left);
144 int left; local
196 left = (reply.length << 2) - SIZEOF(fsQueryXBitmaps16Reply)
198 gd = FSmalloc(left);
211 _FSReadPad(svr, (char *) gd, left);
  /xsrc/external/mit/xedit/dist/
realpath.c 43 * in which case the path which caused trouble is left in (resolved).
53 char left[PATH_MAX], next_token[PATH_MAX], symlink[PATH_MAX]; local
77 left_len = strlcpy(left, path + 1, sizeof(left));
87 left_len = strlcpy(left, path, sizeof(left));
89 if (left_len >= sizeof(left) || resolved_len >= PATH_MAX) {
95 * Iterate over path components in `left'.
99 * Extract the next path component and adjust `left'
102 p = strchr(left, '/');
    [all...]
  /xsrc/external/mit/bdftopcf/dist/
bufio.c 56 f->left = 0;
70 int left; local
72 left = read(FileDes(f), (char *) f->buffer, BUFFILESIZE);
73 if (left <= 0) {
74 f->left = 0;
77 f->left = left - 1;
86 int fileoff = curoff + f->left;
90 f->left -= count;
108 f->left = 0
    [all...]
bufio.h 42 int left; member in struct:_buffile
66 ((f)->left-- ? *(f)->bufp++ : ((f)->eof = (*(f)->input) (f)))
68 (--(f)->left ? *(f)->bufp++ = ((unsigned char)(c)) \
  /xsrc/external/mit/libX11/dist/modules/om/generic/
omTextExt.c 49 int buf_len, left; local
64 left = buf_len = BUFSIZ;
67 (XPointer *) &buf, &left, args, 2) < 0)
69 buf_len -= left;
omTextPer.c 53 int buf_len, left, require_num; local
69 left = buf_len = BUFSIZ;
72 (XPointer *) &xchar2b_ptr, &left, args, 2) < 0)
74 buf_len -= left;
  /xsrc/external/mit/libX11/dist/src/xkb/
XKBRdBuf.c 167 int left; local
169 left = (int) _XkbReadBufferDataLeft(buf);
174 return left;
183 int left; local
187 ((left = (int) _XkbReadBufferDataLeft(buf)) < 4))
192 if (XkbPaddedSize(len + 2) > left)
  /xsrc/external/mit/libXfont/dist/include/X11/fonts/
bufio.h 42 int left; member in struct:_buffile
71 #define BufFileGet(f) ((f)->left-- ? *(f)->bufp++ : ((f)->eof = (*(f)->input) (f)))
72 #define BufFilePut(c,f) (--(f)->left ? *(f)->bufp++ = ((unsigned char)(c)) : (*(f)->output) ((unsigned char)(c),f))
  /xsrc/external/mit/libXfont/dist/src/builtins/
file.c 38 int left, len; local
41 left = io->file->len - io->offset;
42 if (left <= 0)
44 f->left = 0;
48 if (len > left)
49 len = left;
52 f->left = len - 1;
66 fileoff = curoff + f->left;
69 f->left -= count;
77 f->left = 0
    [all...]
  /xsrc/external/mit/libXfont/dist/src/fontfile/
bufio.c 56 f->left = 0;
70 int left; local
72 left = read (FileDes(f), (char *)f->buffer, BUFFILESIZE);
73 if (left <= 0) {
74 f->left = 0;
77 f->left = left - 1;
90 fileoff = curoff + f->left;
93 f->left -= count;
109 f->left = 0
    [all...]
  /xsrc/external/mit/libXfont2/dist/include/X11/fonts/
bufio.h 42 int left; member in struct:_buffile
71 #define BufFileGet(f) ((f)->left-- ? *(f)->bufp++ : ((f)->eof = (*(f)->input) (f)))
72 #define BufFilePut(c,f) (--(f)->left ? *(f)->bufp++ = ((unsigned char)(c)) : (*(f)->output) ((unsigned char)(c),f))
  /xsrc/external/mit/libXfont2/dist/src/builtins/
file.c 39 int left, len; local
42 left = io->file->len - io->offset;
43 if (left <= 0)
45 f->left = 0;
49 if (len > left)
50 len = left;
53 f->left = len - 1;
67 fileoff = curoff + f->left;
70 f->left -= count;
78 f->left = 0
    [all...]
  /xsrc/external/mit/libXfont2/dist/src/fontfile/
bufio.c 57 f->left = 0;
71 int left; local
73 left = read (FileDes(f), (char *)f->buffer, BUFFILESIZE);
74 if (left <= 0) {
75 f->left = 0;
78 f->left = left - 1;
91 fileoff = curoff + f->left;
94 f->left -= count;
110 f->left = 0
    [all...]
  /xsrc/external/mit/xditview/dist/
XFontName.c 127 int left = sizeof(tmp) - 1; local
134 if ((left -= strlen (f)) < 0) \
142 if (--left < 0) \
151 if ((left -= strlen (f)) < 0) \
  /xsrc/external/mit/xf86-video-sis/dist/src/
sis_common.h 58 unsigned int left, right; member in struct:__anon9402
  /xsrc/external/mit/xf86-video-xgi/dist/src/
xgi_common.h 58 unsigned int left, right; member in struct:__anon9680
  /xsrc/external/mit/xorg-server.old/dist/fb/
fbtrap.c 101 xPointFixed *top, *left, *right, *tmp; local
107 left = &tris->p2;
109 if (_GreaterY (top, left)) {
110 tmp = left; left = top; top = tmp;
115 if (_Clockwise (top, right, left)) {
116 tmp = right; right = left; left = tmp;
133 trap.left.p1 = *top;
134 trap.left.p2 = *left
    [all...]
  /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
glut_cursor.c 63 unsigned long n, left; local
73 &actualFormat, &n, &left, &value);
  /xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
agx_register_allocate.c 213 unsigned left = ssa_to_reg[ins->dest[0].value]; local
216 if (left != right) {
218 agx_mov_to(&b, agx_register(left, ins->dest[0].size),

Completed in 24 milliseconds

1 2 3 4 5 6 7 8 910