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

  /xsrc/external/mit/libX11/dist/src/
RdBitF.c 76 * read next hex value in the input stream, return -1 if EOF
105 return value;
133 return BitmapOpenFailed;
135 /* error cleanup and return macro */
136 #define RETURN(code) \
137 do { Xfree (bits); fclose (fstream); return code; } while (0)
141 RETURN (BitmapFileInvalid);
181 RETURN (BitmapFileInvalid);
192 RETURN (BitmapNoMemory);
201 RETURN (BitmapFileInvalid)
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
xaaBitmap.c 18 # define RETURN(i) return(dest)
21 # define RETURN(i) return(dest + i)
55 return base;
79 return base;
104 return base;
128 return base;
152 if(!count) return dest;
154 if(count == 1) RETURN(1)
    [all...]
xaaStipple.c 36 return stipple_scanline_func;
41 # define RETURN(i) return(dest)
44 # define RETURN(i) return(dest + i)
607 return dest;
621 if(!dwords) return dest;
623 if(dwords == 1) RETURN(1);
625 if(dwords == 2) RETURN(2);
627 RETURN(3)
    [all...]
  /xsrc/external/mit/libXpm/dist/src/
CrBufFrI.c 71 /* initialize return value */
79 return (ErrorStatus);
93 return (ErrorStatus);
97 #undef RETURN
98 #define RETURN(status) \
144 return XpmNoMemory;
148 return XpmNoMemory;
197 RETURN(XpmNoMemory);
200 RETURN(XpmNoMemory);
219 RETURN(ErrorStatus)
    [all...]
CrDatFrI.c 72 /* initialize return value */
80 return (ErrorStatus);
92 return (ErrorStatus);
95 #undef RETURN
96 #define RETURN(status) \
127 return(XpmNoMemory);
138 return(XpmNoMemory);
142 return (XpmNoMemory);
145 return (XpmNoMemory);
174 RETURN(XpmNoMemory)
    [all...]
parse.c 53 return strlcat(dst, src, dstsize) < dstsize;
57 return True;
59 return False;
99 return (XpmFileInvalid);
130 return (XpmFileInvalid);
133 return (XpmFileInvalid);
140 return (XpmFileInvalid);
145 return (XpmFileInvalid);
153 return (XpmFileInvalid);
161 return (XpmFileInvalid)
    [all...]
scan.c 114 return 0;
126 return (1);
134 return 0;
152 return 0;
156 #undef RETURN
157 #define RETURN(status) \
178 /* variables to return */
220 RETURN(XpmNoMemory);
224 RETURN(XpmNoMemory);
227 RETURN(XpmNoMemory)
    [all...]
create.c 124 * return the default color key related to the given visual
134 return (XPM_MONO);
136 return (XPM_GRAY4);
138 return (XPM_GRAY);
141 return (XPM_COLOR);
157 return (int) (x->closeness - y->closeness);
162 * call XParseColor if colorname is given, return negative value if failure
163 * call XAllocColor and return 0 if failure, positive otherwise
176 return -1;
178 return status != 0 ? 1 : 0
    [all...]
  /xsrc/external/mit/libXmu/dist/src/
RdBitF.c 35 * and return data
117 * read next hex value in the input stream, return -1 if EOF
145 return value;
151 * first and left-most bit first. If it doesn't return BitmapSuccess then
179 /* error cleanup and return macro */
180 #define RETURN(code) { if (data) free (data); return code; }
184 RETURN (BitmapFileInvalid);
225 RETURN (BitmapFileInvalid);
237 RETURN (BitmapNoMemory)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/amd/common/
ac_shadowed_regs.c 823 #define RETURN(array) \
835 RETURN(Gfx103UserConfigShadowRange);
837 RETURN(Nv10UserConfigShadowRange);
839 RETURN(Gfx9UserConfigShadowRange);
843 RETURN(Gfx103ContextShadowRange);
845 RETURN(Nv10ContextShadowRange);
847 RETURN(Gfx9ContextShadowRange);
851 RETURN(Gfx10ShShadowRange);
853 RETURN(Gfx9ShShadowRangeRaven2);
855 RETURN(Gfx9ShShadowRange)
    [all...]
  /xsrc/external/mit/MesaLib/src/compiler/glsl/
glsl_parser.h 69 RETURN = 270, /* RETURN */
  /xsrc/external/mit/MesaLib.old/src/compiler/glsl/
glsl_parser.h 62 RETURN = 269,
glsl_parser.cpp 125 return _mesa_glsl_lexer_lex(val, loc, state->scanner);
149 return strcmp(s1, s2);
151 return strcasecmp(s1, s2);
203 RETURN = 269,
750 "IF", "DISCARD", "RETURN", "SWITCH", "CASE", "DEFAULT", "CENTROID",
1751 return res;
1787 return;
1900 /* Return the length of YYSTR. */
1907 return yylen;
1927 return yyd - 1
    [all...]
  /xsrc/external/mit/xf86-video-neomagic/dist/src/
neo_driver.c 439 * The return value must be non-NULL on success even though there
442 return (pointer)1;
445 return NULL;
460 return TRUE;
465 return FALSE;
467 return TRUE;
474 return;
485 return NEO_2070_Options;
487 return NEOOptions;
510 * driver, and return if there are none
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/freedreno/ir2/
instr-a2xx.h 191 RETURN = 10,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
instr-a2xx.h 194 RETURN = 10,
  /xsrc/external/mit/xedit/dist/lisp/
internal.h 445 #define RETURN(index) lisp__data.returns.values[(index)]

Completed in 23 milliseconds