Searched refs:XRC (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtxrc.tex8 The XML-based resource system, known as XRC, allows user interface elements such as
10 the application at run-time. XRC files can also be compiled into binary XRS files or C++
14 There are several advantages to using XRC resources.
23 \item The XRC format uses sizers for flexibility, allowing dialogs to be resizable
25 \item The XRC format is a wxWidgets standard,
30 XRC was written by Vaclav Slavik.
32 \subsection{XRC concepts}\label{xrcconcepts}
34 These are the typical steps for using XRC files in your application.
44 \item set up event tables as usual but use the {\tt XRCID(str)} macro to translate from XRC string names
48 To create an XRC fil
[all...]
H A Dxmlres.tex44 \docparam{filemask}{The XRC file, archive file, or wildcard specification that will be used to
49 (useful for previews in XRC editors).}
63 (useful for previews in XRC editors). wxXRC\_NO\_RELOADING will prevent the
64 XRC files from being reloaded from disk in case they have been modified there
113 Compares the XRC version to the argument. Returns -1 if the XRC version
277 translatable strings in the XRC.
285 translatable strings in the XRC.
H A Dlibs.tex129 provides access to XML resource files in XRC format.
H A Dsysopt.tex16 This can cut down loading time when loading an XRC file at startup, for example.}
H A Dbody.tex538 \item[{\bf XRC resource system}]
H A Dcategory.tex655 \overview{XML-based resource system (XRC) overview}{xrcoverview}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/xmon/
H A Dppc-opc.c1670 #define XRC(op, xop, rc) (X ((op), (xop)) | ((rc) & 1))
1676 #define X_MASK XRC (0x3f, 0x3ff, 1)
2035 { "mulchw", XRC(4,168,0), X_MASK, PPC405|PPC440, { RT, RA, RB } },
2036 { "mulchw.", XRC(4,168,1), X_MASK, PPC405|PPC440, { RT, RA, RB } },
2037 { "mulchwu", XRC(4,136,0), X_MASK, PPC405|PPC440, { RT, RA, RB } },
2038 { "mulchwu.", XRC(4,136,1), X_MASK, PPC405|PPC440, { RT, RA, RB } },
2039 { "mulhhw", XRC(4,40,0), X_MASK, PPC405|PPC440, { RT, RA, RB } },
2040 { "mulhhw.", XRC(4,40,1), X_MASK, PPC405|PPC440, { RT, RA, RB } },
2041 { "mulhhwu", XRC(4,8,0), X_MASK, PPC405|PPC440, { RT, RA, RB } },
2042 { "mulhhwu.", XRC(
1667 #define XRC macro
[all...]

Completed in 118 milliseconds