Searched refs:definition (Results 1 - 25 of 451) sorted by relevance

1234567891011>>

/xsrc/external/mit/xedit/dist/lisp/
H A Dstruct.c59 LispObj *list, *cons, *object, *definition, *documentation; local in function:Lisp_Defstruct
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 in function:Lisp_XeditMakeStruct
197 definition = atom->property->structure.definition;
212 /* create structure, CAR(definition) i
297 LispObj *definition, *list; local in function:LispStructAccessOrStore
355 LispObj *definition, *struc, *name; local in function:Lisp_XeditStructType
[all...]
/xsrc/external/mit/xorgproto/dist/specs/SIAddresses/
H A Dhostname.md1 ## ServerInterpreted address definition for type "hostname"
9 definition of hostname does not allow use of literal IP addresses.
H A DIPv6.md1 ## ServerInterpreted address definition for type "IPv6"
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_live_var_analysis.cpp117 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);
132 definition.setKill(true);
191 Definition& definition = insn->definitions[0]; local in function:aco::__anon04c364850110::process_live_temps_per_block
192 if ((definition
[all...]
H A Daco_register_allocation.cpp215 /* we might still be able to put the definition in the high half,
740 /* check if we moved a definition: change the register and remove copy */
744 // FIXME: ensure that the definition can use this reg
756 /* check if we moved another parallelcopy definition */
1000 /* check if this is a dead operand, then we can re-use the space from the definition
1031 /* Try to find space within the bounds but outside of the definition */
1045 /* create parallelcopy pair (without definition id) */
1134 /* create parallelcopy pair (without definition id) */
1182 /* find the best position to place the definition */
1262 /* now, we figured the placement for our definition */
1921 Definition& definition = phi->definitions[0]; local in function:aco::__anon1a58e4b40110::get_regs_for_phis
1947 Definition& definition = phi->definitions[0]; local in function:aco::__anon1a58e4b40110::get_regs_for_phis
1985 Definition& definition = phi->definitions[0]; local in function:aco::__anon1a58e4b40110::get_regs_for_phis
2597 auto& definition = instr->definitions[i]; local in function:aco::register_allocation
2636 Definition* definition = &instr->definitions[i]; local in function:aco::register_allocation
[all...]
H A Daco_print_ir.cpp190 print_definition(const Definition* definition, FILE* output, unsigned flags) argument
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())
206 print_physReg(definition
[all...]
/xsrc/external/mit/fontconfig/dist/src/
H A Dmakealias.py38 for definition in extract(os.path.join(args.srcdir, fname)):
39 definitions[definition] = define_name
/xsrc/external/mit/freetype/dist/src/autofit/
H A Dmodule.mk2 # FreeType 2 auto-fitter module definition
/xsrc/external/mit/freetype/dist/src/cff/
H A Dmodule.mk2 # FreeType 2 CFF module definition
/xsrc/external/mit/freetype/dist/src/cid/
H A Dmodule.mk2 # FreeType 2 CID module definition
/xsrc/external/mit/freetype/dist/src/otvalid/
H A Dmodule.mk2 # FreeType 2 otvalid module definition
/xsrc/external/mit/freetype/dist/src/pfr/
H A Dmodule.mk2 # FreeType 2 PFR module definition
/xsrc/external/mit/freetype/dist/src/psaux/
H A Dmodule.mk2 # FreeType 2 PSaux module definition
/xsrc/external/mit/freetype/dist/src/pshinter/
H A Dmodule.mk2 # FreeType 2 PSHinter module definition
/xsrc/external/mit/freetype/dist/src/psnames/
H A Dmodule.mk2 # FreeType 2 PSnames module definition
/xsrc/external/mit/freetype/dist/src/raster/
H A Dmodule.mk2 # FreeType 2 renderer module definition
/xsrc/external/mit/freetype/dist/src/sfnt/
H A Dmodule.mk2 # FreeType 2 SFNT module definition
/xsrc/external/mit/freetype/dist/src/smooth/
H A Dmodule.mk2 # FreeType 2 smooth renderer module definition
/xsrc/external/mit/freetype/dist/src/type42/
H A Dmodule.mk2 # FreeType 2 Type42 module definition
/xsrc/external/mit/freetype/dist/src/gxvalid/
H A Dmodule.mk2 # FreeType 2 gxvalid module definition
/xsrc/external/mit/freetype/dist/src/truetype/
H A Dmodule.mk2 # FreeType 2 TrueType module definition
/xsrc/external/mit/freetype/dist/src/type1/
H A Dmodule.mk2 # FreeType 2 Type1 module definition
/xsrc/external/mit/freetype/dist/src/winfonts/
H A Dmodule.mk2 # FreeType 2 Windows FNT/FON module definition
/xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/
H A DMESA_packed_depth_stencil.spec27 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
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/
H A DMESA_packed_depth_stencil.spec27 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

Completed in 20 milliseconds

1234567891011>>