/external/dropbear/libtommath/ |
D | bn_mp_toom_sqr.c | 22 mp_int w0, w1, w2, w3, w4, tmp1, a0, a1, a2; in mp_toom_sqr() local 26 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4, &a0, &a1, &a2, &tmp1, NULL)) != MP_OKAY) { in mp_toom_sqr() 91 if ((res = mp_sqr(&tmp1, &w3)) != MP_OKAY) { in mp_toom_sqr() 123 if ((res = mp_sub(&w3, &w0, &w3)) != MP_OKAY) { in mp_toom_sqr() 131 if ((res = mp_div_2(&w3, &w3)) != MP_OKAY) { in mp_toom_sqr() 146 if ((res = mp_sub(&w3, &w2, &w3)) != MP_OKAY) { in mp_toom_sqr() 160 if ((res = mp_sub(&w3, &tmp1, &w3)) != MP_OKAY) { in mp_toom_sqr() 170 if ((res = mp_sub(&w2, &w3, &w2)) != MP_OKAY) { in mp_toom_sqr() 178 if ((res = mp_sub(&w3, &w2, &w3)) != MP_OKAY) { in mp_toom_sqr() 186 if ((res = mp_div_3(&w3, &w3, NULL)) != MP_OKAY) { in mp_toom_sqr() [all …]
|
D | bn_mp_toom_mul.c | 27 mp_int w0, w1, w2, w3, w4, tmp1, tmp2, a0, a1, a2, b0, b1, b2; in mp_toom_mul() local 31 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4, in mp_toom_mul() 140 if ((res = mp_mul(&tmp1, &tmp2, &w3)) != MP_OKAY) { in mp_toom_mul() 179 if ((res = mp_sub(&w3, &w0, &w3)) != MP_OKAY) { in mp_toom_mul() 187 if ((res = mp_div_2(&w3, &w3)) != MP_OKAY) { in mp_toom_mul() 202 if ((res = mp_sub(&w3, &w2, &w3)) != MP_OKAY) { in mp_toom_mul() 216 if ((res = mp_sub(&w3, &tmp1, &w3)) != MP_OKAY) { in mp_toom_mul() 226 if ((res = mp_sub(&w2, &w3, &w2)) != MP_OKAY) { in mp_toom_mul() 234 if ((res = mp_sub(&w3, &w2, &w3)) != MP_OKAY) { in mp_toom_mul() 242 if ((res = mp_div_3(&w3, &w3, NULL)) != MP_OKAY) { in mp_toom_mul() [all …]
|
/external/dropbear/libtomcrypt/src/ciphers/ |
D | skipjack.c | 93 w4 = w3; w3 = w2; \ 98 tmp1 = w4; w4 = w3; \ 99 w3 = w1 ^ w2 ^ x; \ 105 w2 = w3; w3 = w4; w4 = tmp; 109 w2 = tmp ^ w3 ^ x; \ 110 w3 = w4; w4 = w1; w1 = tmp; 149 unsigned w1,w2,w3,w4,tmp,tmp1; in _skipjack_ecb_encrypt() local 159 w3 = ((unsigned)pt[4]<<8)|pt[5]; in _skipjack_ecb_encrypt() 185 ct[4] = (w3>>8)&255; ct[5] = w3&255; in _skipjack_ecb_encrypt() 213 unsigned w1,w2,w3,w4,tmp; in _skipjack_ecb_decrypt() local [all …]
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMDocumentImpl.java | 206 private final int appendNode(int w0, int w1, int w2, int w3) in appendNode() argument 209 int slotnumber = nodes.appendSlot(w0, w1, w2, w3); in appendNode() 211 if (DEBUG) System.out.println(slotnumber+": "+w0+" "+w1+" "+w2+" "+w3); in appendNode() 2101 int w3 = contentLength; in appendTextChild() local 2103 int ourslot = appendNode(w0, w1, w2, w3); in appendTextChild() 2124 int w3 = contentLength; in appendComment() local 2126 int ourslot = appendNode(w0, w1, w2, w3); in appendComment() 2160 int w3 = localNameIndex | prefixIndex<<16; in appendStartElement() local 2161 /**/System.out.println("set w3="+w3+" "+(w3>>16)+"/"+(w3&0xffff)); in appendStartElement() 2164 int ourslot = appendNode(w0, w1, w2, w3); in appendStartElement() [all …]
|
D | ChunkedIntArray.java | 71 int appendSlot(int w0, int w1, int w2, int w3) in appendSlot() argument 98 chunk[slotpos+3] = w3; in appendSlot() 221 void writeSlot(int position, int w0, int w1, int w2, int w3) in writeSlot() argument 234 chunk[slotpos + 3] = w3; in writeSlot()
|
/external/webkit/Source/WebCore/manual-tests/ |
D | svg-text-selection.svg | 1 <svg xmlns="http://www.w3.org/2000/svg" 2 xmlns:xlink="http://www.w3.org/1999/xlink" 3 xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
D | svg-animated-gifs.svg | 1 <svg xmlns="http://www.w3.org/2000/svg" 2 xmlns:xlink="http://www.w3.org/1999/xlink" 3 xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
D | svg-link-hover-use.svg | 1 <svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'>
|
D | svg-repaint-group.svg | 1 <svg xmlns="http://www.w3.org/2000/svg" 2 xmlns:xlink="http://www.w3.org/1999/xlink" 3 xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
D | svg-repaint-foreignObject.svg | 1 <svg xmlns="http://www.w3.org/2000/svg" 2 xmlns:xlink="http://www.w3.org/1999/xlink" 3 xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
D | svg-repaint-image.svg | 1 <svg xmlns="http://www.w3.org/2000/svg" 2 xmlns:xlink="http://www.w3.org/1999/xlink" 3 xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
D | svg-repaint-path.svg | 1 <svg xmlns="http://www.w3.org/2000/svg" 2 xmlns:xlink="http://www.w3.org/1999/xlink" 3 xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
D | svg-links.svg | 1 <svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'>
|
D | svg-cursor-changes.svg | 1 … height="100%" viewBox="0 0 300 600" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3… 22 <circle onclick="document.getElementById('mycursor4').setAttributeNS('http://www.w3.org/1999/xlink'…
|
/external/chromium/net/websockets/ |
D | websocket_throttle_unittest.cc | 125 scoped_refptr<WebSocketJob> w3(new WebSocketJob(&delegate)); in TEST_F() local 127 new SocketStream(GURL("ws://host3/"), w3.get())); in TEST_F() 128 w3->InitSocketStream(s3.get()); in TEST_F() 135 EXPECT_EQ(ERR_IO_PENDING, w3->OnStartOpenConnection(s3, &callback_s3)); in TEST_F() 274 w3->OnClose(s3.get()); in TEST_F()
|
/external/webkit/LayoutTests/fast/dom/Node/ |
D | initial-values-expected.txt | 65 FAIL doc.namespaceURI should be http://www.w3.org/1999/xhtml (of type string). Was null (of type ob… 79 FAIL element.namespaceURI should be null (of type object). Was http://www.w3.org/1999/xhtml (of typ… 86 PASS element.namespaceURI is 'http://www.w3.org/1999/xhtml' 93 PASS element.namespaceURI is 'http://www.w3.org/2000/svg' 107 PASS element.namespaceURI is 'http://www.w3.org/1999/xhtml' 114 FAIL element.namespaceURI should be null (of type object). Was http://www.w3.org/1999/xhtml (of typ… 121 PASS element.namespaceURI is 'http://www.w3.org/1999/xhtml'
|
/external/webkit/LayoutTests/fast/dom/DOMImplementation/ |
D | createDocument-namespace-err-expected.txt | 44 PASS createDocument("http://www.w3.org/2000/xmlns/", "x:test", null); binding namespace namespace t… 45 PASS createDocument("http://www.w3.org/2000/xmlns/", "xmlns:test", null) 46 PASS createDocument("http://www.w3.org/XML/1998/namespace", "xml:test", null) 47 PASS createDocument("http://www.w3.org/XML/1998/namespace", "x:test", null)
|
/external/webkit/Source/WebCore/html/ |
D | DocTypeStrings.gperf | 75 "-//w30//dtd w3 html 2.0//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3 87 "-//w3c//dtd w3 html//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3 90 "-//w3o//dtd w3 html 3.0//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3 91 "-//w3o//dtd w3 html 3.0//en//", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3 92 "-//w3o//dtd w3 html strict 3.0//en//", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3
|
/external/llvm/tools/llvmc/doc/ |
D | LLVMC-Tutorial.rst | 116 <a href="http://jigsaw.w3.org/css-validator/check/referer"> 117 <img src="http://jigsaw.w3.org/css-validator/images/vcss-blue" 119 <a href="http://validator.w3.org/check?uri=referer"> 120 <img src="http://www.w3.org/Icons/valid-xhtml10-blue"
|
/external/dropbear/libtommath/pre_gen/ |
D | mpi.c | 7847 mp_int w0, w1, w2, w3, w4, tmp1, tmp2, a0, a1, a2, b0, b1, b2; in mp_toom_mul() local 7851 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4, in mp_toom_mul() 7960 if ((res = mp_mul(&tmp1, &tmp2, &w3)) != MP_OKAY) { in mp_toom_mul() 7999 if ((res = mp_sub(&w3, &w0, &w3)) != MP_OKAY) { in mp_toom_mul() 8007 if ((res = mp_div_2(&w3, &w3)) != MP_OKAY) { in mp_toom_mul() 8022 if ((res = mp_sub(&w3, &w2, &w3)) != MP_OKAY) { in mp_toom_mul() 8036 if ((res = mp_sub(&w3, &tmp1, &w3)) != MP_OKAY) { in mp_toom_mul() 8046 if ((res = mp_sub(&w2, &w3, &w2)) != MP_OKAY) { in mp_toom_mul() 8054 if ((res = mp_sub(&w3, &w2, &w3)) != MP_OKAY) { in mp_toom_mul() 8062 if ((res = mp_div_3(&w3, &w3, NULL)) != MP_OKAY) { in mp_toom_mul() [all …]
|
/external/webkit/Source/WebCore/xml/ |
D | xmlnsattrs.in | 2 namespaceURI="http://www.w3.org/2000/xmlns/"
|
D | xmlattrs.in | 2 namespaceURI="http://www.w3.org/XML/1998/namespace"
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
D | external_widget.ent | 1 <p xmlns='http://www.w3.org/1999/xhtml'>widget</p>
|
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
D | HTMLElement48-expected.txt | 1 Test http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLElement48
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
D | HTMLObjectElement09-expected.txt | 1 Test: http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLObjectElement09
|