| /xsrc/external/mit/xedit/dist/lisp/ |
| struct.c | 59 LispObj *list, *cons, *object, *definition, *documentation; local 128 definition = CONS(oname, description); 129 LispSetAtomStructProperty(atom, definition, STRUCT_CONSTRUCTOR); 137 LispSetAtomStructProperty(atom, definition, STRUCT_NAME); 141 LispSetAtomStructProperty(atom, definition, STRUCT_CHECK); 159 LispSetAtomStructProperty(atom, definition, i); 184 LispObj *definition, *object, *field, *fields, *value = NIL, *cons, *list; local 197 definition = atom->property->structure.definition; 212 /* create structure, CAR(definition) is structure name * 297 LispObj *definition, *list; local 355 LispObj *definition, *struc, *name; local [all...] |
| private.h | 187 LispObj *definition; member in struct:_LispProperty::__anon6639 482 /* define byte compiled function, or replace definition */ 486 /* define function, or replace function definition */ 490 /* define builtin, or replace builtin definition */ 494 /* define setf macro, or replace current definition */
|
| xedit.c | 135 {LispFunction, Xedit_ConvertPropertyList, "convert-property-list name definition"}, 498 * syntax definition for the file being loaded */ 607 * becomes noticeable slow, better to rethink the syntax definition. */ 976 convert-property-list name definition 982 LispObj *name, *definition; local 984 definition = ARGUMENT(1); 988 CHECK_STRING(definition); 992 THESTR(definition),
|
| bytecode.c | 188 LispObj *definition; member in struct:_CodeTree::__anon6587::__anon6597 374 compile name &optional definition 380 LispObj *name, *definition; local 382 definition = ARGUMENT(1); 404 if (definition != UNSPEC || lambda->funtype != LispFunction) 405 /* XXX TODO replace definition etc. */ 1580 com_Struct(LispCom *com, short offset, LispObj *definition) 1586 tree->data.struc.definition = definition; 1590 com_Structp(LispCom *com, LispObj *definition) [all...] |
| compile.c | 1845 LispObj *definition = atom->property->structure.definition; local 1853 com_Structp(com, definition); 1856 atom->property->structure.function, definition);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| aco_live_var_analysis.cpp | 38 for (const Definition& def : instr->definitions) { 58 for (Definition def : instr->definitions) { 117 for (Definition& definition : insn->definitions) { 118 if (!definition.isTemp()) { 121 if ((definition.isFixed() || definition.hasHint()) && definition.physReg() == vcc) 124 const Temp temp = definition.getTemp(); 129 definition.setKill(false) 191 Definition& definition = insn->definitions[0]; local [all...] |
| aco_register_allocation.cpp | 55 void set(const Definition& def) 215 /* we might still be able to put the definition in the high half, 312 void fill(Definition def) 320 void clear(Definition def) { clear(def.physReg(), def.regClass()); } 721 std::vector<std::pair<Operand, Definition>>& parallelcopies, 725 for (std::pair<Operand, Definition>& copy : parallelcopies) { 740 /* check if we moved a definition: change the register and remove copy */ 742 for (Definition& def : instr->definitions) { 744 // FIXME: ensure that the definition can use this reg 756 /* check if we moved another parallelcopy definition */ 1921 Definition& definition = phi->definitions[0]; local 1947 Definition& definition = phi->definitions[0]; local 1985 Definition& definition = phi->definitions[0]; local 2597 auto& definition = instr->definitions[i]; local 2636 Definition* definition = &instr->definitions[i]; local [all...] |
| aco_print_ir.cpp | 190 print_definition(const Definition* definition, FILE* output, unsigned flags) 193 print_reg_class(definition->regClass(), output); 194 if (definition->isPrecise()) 196 if (definition->isNUW()) 198 if (definition->isNoCSE()) 200 if ((flags & print_kill) && definition->isKill()) 203 fprintf(output, "%%%d%s", definition->tempId(), definition->isFixed() ? ":" : ""); 205 if (definition->isFixed() [all...] |
| aco_insert_exec_mask.cpp | 160 for (const Definition& definition : instr->definitions) { 161 if (!definition.isTemp()) 163 const unsigned def = definition.tempId(); 359 exec_mask = bld.sop1(Builder::s_wqm, Definition(exec, bld.lm), bld.def(s1, scc), 370 aco_opcode::p_parallelcopy, Definition(exec, bld.lm), ctx.info[idx].exec.back().first); 388 aco_opcode::p_parallelcopy, Definition(exec, bld.lm), ctx.info[idx].exec.back().first); 395 Definition(exec, bld.lm), ctx.info[idx].exec[0].first, Operand(exec, bld.lm)); 397 bld.sop2(Builder::s_and, Definition(exec, bld.lm), bld.def(s1, scc), 422 bld.copy(Definition(exec, bld.lm), start_exec) [all...] |
| /xsrc/external/mit/fontconfig/dist/src/ |
| makealias.py | 38 for definition in extract(os.path.join(args.srcdir, fname)): 39 definitions[definition] = define_name
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/ |
| MESA_packed_depth_stencil.spec | 27 EXT_abgr affects the definition of this extension 28 SGIS_texture4D affects the definition of this extension 29 EXT_cmyka affects the definition of this extension 30 ARB_packed_pixels affects the definition of this extension
|
| MESA_sprite_point.spec | 26 GL_EXT_point_parameters effects the definition of this extension 27 GL_ARB_multitexture effects the definition of this extension
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/ |
| MESA_packed_depth_stencil.spec | 27 EXT_abgr affects the definition of this extension 28 SGIS_texture4D affects the definition of this extension 29 EXT_cmyka affects the definition of this extension 30 ARB_packed_pixels affects the definition of this extension
|
| MESA_sprite_point.spec | 26 GL_EXT_point_parameters effects the definition of this extension 27 GL_ARB_multitexture effects the definition of this extension
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| MESA_swap_frame_usage.spec | 27 GLX_SGI_swap_control affects the definition of this extension. 28 GLX_MESA_swap_control affects the definition of this extension. 29 GLX_OML_sync_control affects the definition of this extension. 57 This definition of "percent" differs slightly from
|
| MESA_ycbcr_texture.spec | 30 NV_texture_rectangle effects the definition of this extension.
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| MESA_swap_frame_usage.spec | 27 GLX_SGI_swap_control affects the definition of this extension. 28 GLX_MESA_swap_control affects the definition of this extension. 29 GLX_OML_sync_control affects the definition of this extension. 57 This definition of "percent" differs slightly from
|
| MESA_ycbcr_texture.spec | 30 NV_texture_rectangle effects the definition of this extension.
|
| /xsrc/external/mit/freetype/dist/builds/unix/ |
| ltmain.sh | 1986 # funclib.sh func_echo with this custom definition. 2006 # func_warning with this simpler definition. 2228 $progname: definition of this LT_INIT comes from an older release. 2235 $progname: definition of this LT_INIT comes from $PACKAGE $macro_version. 2243 $progname: but the definition of this LT_INIT comes from revision $macro_revision. 7465 # Definition is injected by LT_CONFIG during libtool generation.
|
| /xsrc/external/mit/glu/dist/ |
| ltmain.sh | 2033 # funclib.sh func_echo with this custom definition. 2053 # func_warning with this simpler definition. 2275 $progname: definition of this LT_INIT comes from an older release. 2282 $progname: definition of this LT_INIT comes from $PACKAGE $macro_version. 2290 $progname: but the definition of this LT_INIT comes from revision $macro_revision. 7527 # Definition is injected by LT_CONFIG during libtool generation.
|
| /xsrc/external/mit/glw/dist/ |
| ltmain.sh | 992 $progname: definition of this LT_INIT comes from an older release. 999 $progname: definition of this LT_INIT comes from $PACKAGE $macro_version. 1007 $progname: but the definition of this LT_INIT comes from revision $macro_revision.
|
| /xsrc/external/mit/libXTrap/dist/ |
| ltmain.sh | 988 $progname: definition of this LT_INIT comes from an older release. 995 $progname: definition of this LT_INIT comes from $PACKAGE $macro_version. 1003 $progname: but the definition of this LT_INIT comes from revision $macro_revision.
|
| /xsrc/external/mit/libXevie/dist/ |
| ltmain.sh | 992 $progname: definition of this LT_INIT comes from an older release. 999 $progname: definition of this LT_INIT comes from $PACKAGE $macro_version. 1007 $progname: but the definition of this LT_INIT comes from revision $macro_revision.
|
| /xsrc/external/mit/libXfont/dist/ |
| ltmain.sh | 1986 # funclib.sh func_echo with this custom definition. 2006 # func_warning with this simpler definition. 2228 $progname: definition of this LT_INIT comes from an older release. 2235 $progname: definition of this LT_INIT comes from $PACKAGE $macro_version. 2243 $progname: but the definition of this LT_INIT comes from revision $macro_revision. 7468 # Definition is injected by LT_CONFIG during libtool generation.
|
| /xsrc/external/mit/libXxf86misc/dist/ |
| ltmain.sh | 1986 # funclib.sh func_echo with this custom definition. 2006 # func_warning with this simpler definition. 2228 $progname: definition of this LT_INIT comes from an older release. 2235 $progname: definition of this LT_INIT comes from $PACKAGE $macro_version. 2243 $progname: but the definition of this LT_INIT comes from revision $macro_revision. 7467 # Definition is injected by LT_CONFIG during libtool generation.
|