| /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/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/libXpm/dist/src/ |
| 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...] |
| 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...] |
| 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...] |
| 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...] |
| 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/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/MesaLib.old/src/compiler/glsl/ |
| glsl_parser.h | 62 RETURN = 269,
|
| /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/xedit/dist/lisp/ |
| package.c | 71 return (package); 75 return (package); 78 return (NIL); 87 return (name); 96 return (LispFindPackageFromString(string)); 105 return (0); 110 return (0); 113 return (1); 138 return (dosymbol); 152 return (package) [all...] |
| hash.c | 176 return (key); 245 RETURN(0) = T; 250 RETURN(0) = NIL; 297 return (result); 347 return; 397 return (hash_table); 406 return (LispHash(builtin, GET_HASH)); 417 return (HASHTABLEP(object) ? T : NIL); 430 return (FIXNUM(hash_table->data.hash.table->count)); 443 return (DFLOAT(hash_table->data.hash.table->rehash_size)) [all...] |
| pathname.c | 91 return (0); 114 return (1); 143 return (*cmp1 == '\0' && *cmp2 == '\0'); 228 return (result); 436 return (result); 469 RETURN(0) = FIXNUM(0); 470 return (object); 686 RETURN(0) = FIXNUM(end); 693 RETURN(0) = NIL; 697 return (result) [all...] |
| xedit.c | 64 return; \ 169 return ((event->type == KeyPress || event->type == KeyRelease) && 183 return; 219 return ((ssize_t)nbytes); 225 return (WrapWrite(textwindow, buffer, nbytes)); 231 return (WrapWrite(messwidget, buffer, nbytes)); 427 returns = _cod = CONS(RETURN(0), NIL); 430 RPLACD(_cod, CONS(RETURN(return_count), NIL)); 584 return; 666 /* Indent table is the second return value * [all...] |
| math.c | 120 return (number); 124 return (FIXNUM(1)); 132 return (make_number_object(&num)); 152 return (number); 156 return (FIXNUM(0)); 164 return (make_number_object(&num)); 183 return (make_number_object(&num)); 190 return (make_number_object(&num)); 224 return (make_number_object(&num)); 242 return (make_number_object(&num)) [all...] |
| stream.c | 123 return (LispUnlink(THESTR(CAR(filename->data.pathname))) ? NIL : T); 176 RETURN(0) = old_truename; 177 RETURN(1) = new_truename; 179 return (new_name); 192 return (STREAMP(object) ? T : NIL); 207 return (stream->data.stream.readable ? T : NIL); 222 return (stream->data.stream.readable || stream->data.stream.writable ? 238 return (stream->data.stream.writable ? T : NIL); 374 return (NIL); 380 return (NIL) [all...] |
| string.c | 90 return (T); 106 return (NIL); 114 return (T); 134 return (NIL); 138 return (T); 147 return (LispCharCompare(builtin, CHAR_LESS, 0)); 156 return (LispCharCompare(builtin, CHAR_LESS_EQUAL, 0)); 165 return (LispCharCompare(builtin, CHAR_EQUAL, 0)); 174 return (LispCharCompare(builtin, CHAR_GREATER, 0)); 183 return (LispCharCompare(builtin, CHAR_GREATER_EQUAL, 0)) [all...] |
| core.c | 222 return (CONS(CONS(key, datum), alist)); 259 return (list); 264 return (CONS(item, list)); 281 return (LispAdjoin(builtin, item, list, key, test, test_not)); 299 return (NIL); 307 return (CAR(lists)); 338 return (result); 366 return (SCHAR(THESTR(array)[offset])); 397 return (CAR(array)); 433 return (NIL) [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,
|
| disasm-a2xx.c | 302 return 0; 490 return 0; 500 return (cf->opc == EXEC) || (cf->opc == EXEC_END) || 510 return (cf->opc == COND_EXEC) || (cf->opc == COND_EXEC_END) || 590 INSTR(RETURN, print_cf_jmp_call), 656 return 0;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/ |
| instr-a2xx.h | 194 RETURN = 10,
|
| disasm-a2xx.c | 286 return 0; 468 return 0; 477 return (cf->opc == EXEC) || 489 return (cf->opc == COND_EXEC) || 566 INSTR(RETURN, print_cf_jmp_call), 628 return 0;
|