Home
last modified time | relevance | path

Searched refs:NODE (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm/test/CodeGen/X86/
Dpr2849.ll8 %struct.NODE = type { i8, i8, %struct.anon }
10 %struct.xlist = type { %struct.NODE*, %struct.NODE* }
11 %struct.xvect = type { %struct.NODE** }
20 %storemerge.in.i = phi %struct.NODE** [ null, %entry ], [ null, %entry ]
21 %storemerge.i = load %struct.NODE** %storemerge.in.i
22 %tmp1 = ptrtoint %struct.NODE** %storemerge.in.i to i64
27 %tmp8 = getelementptr %struct.NODE* %storemerge.i, i64 0, i32 2
28 %tmp9 = bitcast %struct.anon* %tmp8 to %struct.NODE***
29 %tmp11 = load %struct.NODE*** %tmp9, align 8
30 %tmp12 = ptrtoint %struct.NODE** %tmp11 to i64
/external/lzma/C/
DPpmd7.c53 #define NODE(ptr) (ptr) macro
55 #define NODE(offs) ((CPpmd7_Node *)(p->Base + (offs))) macro
165 CPpmd7_Node *node = NODE(next); in GlueFreeBlocks()
167 n = NODE(n)->Prev = next; in GlueFreeBlocks()
173 NODE(head)->Stamp = 1; in GlueFreeBlocks()
174 NODE(head)->Next = n; in GlueFreeBlocks()
175 NODE(n)->Prev = head; in GlueFreeBlocks()
182 CPpmd7_Node *node = NODE(n); in GlueFreeBlocks()
186 CPpmd7_Node *node2 = NODE(n) + nu; in GlueFreeBlocks()
190 NODE(node2->Prev)->Next = node2->Next; in GlueFreeBlocks()
[all …]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
Dspeech_rule.js67 NODE: 'NODE', property
81 case '[n]': return cvox.SpeechRule.Type.NODE;
97 case cvox.SpeechRule.Type.NODE: return '[n]';
156 case cvox.SpeechRule.Type.NODE:
Dspeech_rule_engine.js139 case cvox.SpeechRule.Type.NODE:
/external/libxml2/
Dvalid.c362 #define NODE ctxt->vstate->node macro
4777 NODE = xmlValidateSkipIgnorable(NODE); in xmlValidateElementType()
4778 if ((NODE == NULL) && (CONT == NULL)) in xmlValidateElementType()
4780 if ((NODE == NULL) && in xmlValidateElementType()
4786 if ((NODE != NULL) && (NODE->type == XML_ENTITY_REF_NODE)) in xmlValidateElementType()
4800 DEBUG_VALID_STATE(NODE, CONT) in xmlValidateElementType()
4805 DEBUG_VALID_STATE(NODE, CONT) in xmlValidateElementType()
4817 if (vstateVPush(ctxt, CONT, NODE, DEPTH, OCCURS, ROLLBACK_PARENT) < 0) in xmlValidateElementType()
4827 if (NODE == NULL) { in xmlValidateElementType()
4832 if (NODE->type == XML_TEXT_NODE) { in xmlValidateElementType()
[all …]
/external/chromium_org/third_party/libxml/src/
Dvalid.c362 #define NODE ctxt->vstate->node macro
4777 NODE = xmlValidateSkipIgnorable(NODE); in xmlValidateElementType()
4778 if ((NODE == NULL) && (CONT == NULL)) in xmlValidateElementType()
4780 if ((NODE == NULL) && in xmlValidateElementType()
4786 if ((NODE != NULL) && (NODE->type == XML_ENTITY_REF_NODE)) in xmlValidateElementType()
4800 DEBUG_VALID_STATE(NODE, CONT) in xmlValidateElementType()
4805 DEBUG_VALID_STATE(NODE, CONT) in xmlValidateElementType()
4817 if (vstateVPush(ctxt, CONT, NODE, DEPTH, OCCURS, ROLLBACK_PARENT) < 0) in xmlValidateElementType()
4827 if (NODE == NULL) { in xmlValidateElementType()
4832 if (NODE->type == XML_TEXT_NODE) { in xmlValidateElementType()
[all …]
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
DXPathExpressionImpl.java333 ( returnType.equals( XPathConstants.NODE ) ) || in isSupported()
360 if ( returnType.equals( XPathConstants.NODE ) ) { in getResultAsType()
DXPathImpl.java305 ( returnType.equals( XPathConstants.NODE ) ) || in isSupported()
332 if ( returnType.equals( XPathConstants.NODE ) ) { in getResultAsType()
/external/chromium_org/third_party/libwebp/enc/
Dquant.c537 #define NODE(n, l) (nodes[(n)][(l) + MIN_DELTA]) macro
618 Node* const cur = &NODE(n, m); in TrellisQuantizeBlock()
695 NODE(n, best_node).prev = best_path[2]; // force best-prev for terminal in TrellisQuantizeBlock()
698 const Node* const node = &NODE(n, best_node); in TrellisQuantizeBlock()
709 #undef NODE
/external/webp/src/enc/
Dquant.c537 #define NODE(n, l) (nodes[(n)][(l) + MIN_DELTA]) macro
618 Node* const cur = &NODE(n, m); in TrellisQuantizeBlock()
695 NODE(n, best_node).prev = best_path[2]; // force best-prev for terminal in TrellisQuantizeBlock()
698 const Node* const node = &NODE(n, best_node); in TrellisQuantizeBlock()
709 #undef NODE
/external/opencv/cvaux/src/
Dcvlcm.cpp94 #define _CV_INITIALIZE_CVLCMDATA(STRUCT,SITE,EDGE,NODE)\ argument
95 { (STRUCT)->psite = SITE ; (STRUCT)->pedge = EDGE; (STRUCT)->pnode = NODE;}
/external/droiddriver/src/com/google/android/droiddriver/finders/
DByXPath.java92 Element foundNode = (Element) xPathExpression.evaluate(domNode, XPathConstants.NODE); in find()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DACBTree.m602 t.nodeid, (t.nodeType == BTNODE)?@"NODE":@"LEAF", t.numkeys, t.numrecs);
/external/ppp/pppd/
Dipxcp.c223 #define NODE(base) base[0], base[1], base[2], base[3], base[4], base[5] macro
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Devsel.c410 [C(NODE)] = (CACHE_READ | CACHE_WRITE | CACHE_PREFETCH),
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromePageScript.js955 …ondition.toString()+" ==> "+this.action.toString()};cvox.SpeechRule.Type={NODE:"NODE",MULTI:"MULTI… property
956 cvox.SpeechRule.Type.fromString=function(a){switch(a){case "[n]":return cvox.SpeechRule.Type.NODE;c…
957 cvox.SpeechRule.Type.toString=function(a){switch(a){case cvox.SpeechRule.Type.NODE:return"[n]";case…
958 …length).trim();-1==a.indexOf("(")&&(a="");break}case cvox.SpeechRule.Type.NODE:case cvox.SpeechRul…
983 …d];d++){var f=[],g=e.content||"";switch(e.type){case cvox.SpeechRule.Type.NODE:(g=this.activeStore…
DchromeVoxChromeOptionsScript.js1186 …ondition.toString()+" ==> "+this.action.toString()};cvox.SpeechRule.Type={NODE:"NODE",MULTI:"MULTI… property
1187 cvox.SpeechRule.Type.fromString=function(a){switch(a){case "[n]":return cvox.SpeechRule.Type.NODE;c…
1188 cvox.SpeechRule.Type.toString=function(a){switch(a){case cvox.SpeechRule.Type.NODE:return"[n]";case…
1189 …length).trim();-1==a.indexOf("(")&&(a="");break}case cvox.SpeechRule.Type.NODE:case cvox.SpeechRul…
1214 …d];d++){var f=[],g=e.content||"";switch(e.type){case cvox.SpeechRule.Type.NODE:(g=this.activeStore…
DchromeVoxChromeBackgroundScript.js1053 …ondition.toString()+" ==> "+this.action.toString()};cvox.SpeechRule.Type={NODE:"NODE",MULTI:"MULTI… property
1054 cvox.SpeechRule.Type.fromString=function(a){switch(a){case "[n]":return cvox.SpeechRule.Type.NODE;c…
1055 cvox.SpeechRule.Type.toString=function(a){switch(a){case cvox.SpeechRule.Type.NODE:return"[n]";case…
1056 …length).trim();-1==a.indexOf("(")&&(a="");break}case cvox.SpeechRule.Type.NODE:case cvox.SpeechRul…
1279 …d];d++){var f=[],g=e.content||"";switch(e.type){case cvox.SpeechRule.Type.NODE:(g=this.activeStore…
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
DC.stg1507 <genericParser(inputStreamType="pANTLR3_COMMON_TREE_NODE_STREAM", rewriteElementType="NODE", ...)>
/external/e2fsprogs/po/
Dca.po720 msgstr "NODE-I ESBORRAT"
/external/jdiff/
Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ ...
/external/icu/icu4c/source/data/unidata/
DUnicodeData.txt8459 260A;ASCENDING NODE;So;0;ON;;;;;N;;;;;
8460 260B;DESCENDING NODE;So;0;ON;;;;;N;;;;;
/external/chromium_org/third_party/icu/source/data/unidata/
DUnicodeData.txt8458 260A;ASCENDING NODE;So;0;ON;;;;;N;;;;;
8459 260B;DESCENDING NODE;So;0;ON;;;;;N;;;;;
Dppucd.txt10753 cp;260A;na=ASCENDING NODE
10754 cp;260B;na=DESCENDING NODE
/external/robolectric/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...

12