Lines Matching refs:select

26 <xsl:apply-templates select="//xhtml:body/xhtml:table"/>
30 <xsl:apply-templates select="xhtml:tbody/xhtml:tr[2]"/>
36 <xsl:variable name="name"><xsl:value-of select="xhtml:td[3]"/></xsl:variable>
37 <xsl:variable name="type"><xsl:value-of select="xhtml:td[4]"/></xsl:variable>
49 <xsl:variable name="bits"><xsl:value-of select="xhtml:td[5]"/></xsl:variable>
50 <xsl:variable name="mask"><xsl:value-of select="xhtml:td[6]"/></xsl:variable>
51 <xsl:variable name="comment"><xsl:value-of select="xhtml:td[7]"/></xsl:variable>
53 <xsl:value-of select="$comment"/>
55 offset : <xsl:value-of select="$offset"/>
56 name : <xsl:value-of select="$name"/>
57 type : <xsl:value-of select="$type"/>
58 shift : <xsl:value-of select="concat($shift, '&#xa;')"/>
61 <xsl:value-of select="$saltype"/> get_<xsl:value-of select="$name"/>() const<xsl:choose>
64select="$type"/>(0x<xsl:value-of select="$offset"/>)<xsl:if test="string-length($mask)>0"> &amp; 0…
70 <xsl:variable name="offset"><xsl:value-of select="xhtml:td[2]"/></xsl:variable>
72 <xsl:with-param name="offset" select="$offset"/>
75 <xsl:variable name="shift1"><xsl:value-of select="substring-after(xhtml:td[5], ':')"/></xsl:variabl…
76 <xsl:apply-templates select="following-sibling::xhtml:tr[position()=1]">
77 <xsl:with-param name="offset" select="$offset"/>
78 <xsl:with-param name="shift" select="$shift1"/>
86 <xsl:with-param name="offset" select="$offset"/>
87 <xsl:with-param name="shift" select="$shift"/>
89 <xsl:variable name="shift1"><xsl:value-of select="$shift+substring-after(xhtml:td[5], ':')"/></xsl:…
90 <xsl:apply-templates select="following-sibling::xhtml:tr[position()=1]">
91 <xsl:with-param name="offset" select="$offset"/>
92 <xsl:with-param name="shift" select="$shift1"/>
97 <xsl:copy-of select="."/>