Searched defs:w0 (Results 1 - 2 of 2) sorted by relevance
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/ |
H A D | ChunkedIntArray.java | 71 int appendSlot(int w0, int w1, int w2, int w3) argument 77 fastArray[newoffset] = w0; 95 chunk[slotpos] = w0; 216 * @param w0 int 221 void writeSlot(int position, int w0, int w1, int w2, int w3) argument 231 chunk[slotpos] = w0;
|
H A D | DTMDocumentImpl.java | 199 * @param w0 int As in ChunkedIntArray.append 206 private final int appendNode(int w0, int w1, int w2, int w3) argument 209 int slotnumber = nodes.appendSlot(w0, w1, w2, w3); 211 if (DEBUG) System.out.println(slotnumber+": "+w0+" "+w1+" "+w2+" "+w3); 691 // int w0 = (nsIndex << 16) | ELEMENT_NODE; 698 // //int ourslot = nodes.appendSlot(w0, w1, w2, w3); 699 // int ourslot = appendNode(w0, w1, w2, w3); 837 // int w0 = 0; 841 // //w0 = ATTRIBUTE_NODE | 844 // //w0 [all...] |
Completed in 135 milliseconds