Searched defs:AVT (Results 1 - 2 of 2) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DAVT.java19 * $Id: AVT.java 469221 2006-10-30 18:26:44Z minchau $
40 public class AVT implements java.io.Serializable, XSLTVisitable class in inherits:java.io.Serializable,XSLTVisitable
58 * If the AVT is not complex, just hold the simple string.
64 * If the AVT is complex, hold a Vector of AVTParts.
150 * Construct an AVT by parsing the string, and either
152 * on to the string if the AVT is simple.
162 public AVT(StylesheetHandler handler, String uri, String name, method in class:AVT
441 * Get the AVT as the original string.
443 * @return The AVT as the original string
476 * Evaluate the AVT an
[all...]
/external/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp83 EVT AVT; local
95 AVT = MVT::i16;
100 AVT = MVT::i32;
105 AVT = MVT::i64;
111 AVT = MVT::i8;
117 if (AVT.bitsGT(MVT::i8)) {
118 unsigned UBytes = AVT.getSizeInBits() / 8;
123 Chain = DAG.getCopyToReg(Chain, dl, ValReg, DAG.getConstant(Val, AVT),
127 AVT = MVT::i8;
141 SDValue Ops[] = { Chain, DAG.getValueType(AVT), InFla
[all...]

Completed in 236 milliseconds